From 882a4b7d69d4a7baecba4b8620f36df2ef5445ba Mon Sep 17 00:00:00 2001 From: William Hubbs Date: Thu, 13 Jan 2011 10:37:23 -0600 Subject: bug 351523: fix deprecation date for rc_sys The deprecation notice for automatic detection of the system type stated that the automatic detection will be removed no later than 2010/03/01, but it should state 2011/03/01. --- etc/rc.conf.FreeBSD | 2 +- etc/rc.conf.Linux | 2 +- etc/rc.conf.NetBSD | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/etc/rc.conf.FreeBSD b/etc/rc.conf.FreeBSD index 5682e1d..36ac2d2 100644 --- a/etc/rc.conf.FreeBSD +++ b/etc/rc.conf.FreeBSD @@ -3,6 +3,6 @@ # "jail" - FreeBSD jails # "prefix" - Prefix # If unset, the old automagic detection code will be triggered. Said old code -# is deprecated and be removed not later than 2010/03/01. +# is deprecated and will be removed not later than 2011/03/01. rc_sys="" diff --git a/etc/rc.conf.Linux b/etc/rc.conf.Linux index 001e9c0..9016de3 100644 --- a/etc/rc.conf.Linux +++ b/etc/rc.conf.Linux @@ -8,7 +8,7 @@ # "xen0" - Xen0 Domain # "xenU" - XenU Domain # If unset, the old automagic detection code will be triggered. Said old code -# is deprecated and be removed not later than 2010/03/01. +# is deprecated and will be removed not later than 2011/03/01. rc_sys="" ############################################################################## diff --git a/etc/rc.conf.NetBSD b/etc/rc.conf.NetBSD index 25d86a4..79bf3d9 100644 --- a/etc/rc.conf.NetBSD +++ b/etc/rc.conf.NetBSD @@ -4,6 +4,6 @@ # "xen0" - Xen0 Domain # "xenU" - XenU Domain # If unset, the old automagic detection code will be triggered. Said old code -# is deprecated and be removed not later than 2010/03/01. +# is deprecated and will be removed not later than 2011/03/01. rc_sys="" -- cgit v1.2.3