diff options
author | William Hubbs <williamh@gentoo.org> | 2011-01-13 10:37:23 -0600 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-01-13 10:37:45 -0600 |
commit | 882a4b7d69d4a7baecba4b8620f36df2ef5445ba (patch) | |
tree | ef75adf9696efa9aa23a3b65da1581e088134c08 | |
parent | ac8b4be7c240684fa2bc7d80e95b8f0c603063be (diff) |
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.
-rw-r--r-- | etc/rc.conf.FreeBSD | 2 | ||||
-rw-r--r-- | etc/rc.conf.Linux | 2 | ||||
-rw-r--r-- | 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 5682e1db..36ac2d24 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 001e9c08..9016de37 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 25d86a4c..79bf3d9c 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="" |