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:
		| @@ -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="" | ||||
|  | ||||
|   | ||||
| @@ -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="" | ||||
|  | ||||
| ############################################################################## | ||||
|   | ||||
| @@ -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="" | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user