summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorWilliam Hubbs <williamh@gentoo.org>2011-01-13 10:37:23 -0600
committerWilliam Hubbs <williamh@gentoo.org>2011-01-13 10:37:45 -0600
commit882a4b7d69d4a7baecba4b8620f36df2ef5445ba (patch)
treeef75adf9696efa9aa23a3b65da1581e088134c08 /etc
parentac8b4be7c240684fa2bc7d80e95b8f0c603063be (diff)
downloadopenrc-882a4b7d69d4a7baecba4b8620f36df2ef5445ba.tar.gz
openrc-882a4b7d69d4a7baecba4b8620f36df2ef5445ba.tar.bz2
openrc-882a4b7d69d4a7baecba4b8620f36df2ef5445ba.tar.xz
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.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.conf.FreeBSD2
-rw-r--r--etc/rc.conf.Linux2
-rw-r--r--etc/rc.conf.NetBSD2
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=""