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.
This commit is contained in:
William Hubbs 2011-01-13 10:37:23 -06:00
parent ac8b4be7c2
commit 882a4b7d69
3 changed files with 3 additions and 3 deletions

View File

@ -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=""

View File

@ -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=""
##############################################################################

View File

@ -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=""