FS#29494 - [initscripts] deprecated() should refer user to 'man 5 rc.conf' instead of /etc/rc.conf
Attached to Project:
Arch Linux
Opened by jstjohn (jstjohn) - Monday, 16 April 2012, 19:36 GMT
Last edited by Tom Gundersen (tomegun) - Wednesday, 02 May 2012, 22:14 GMT
Opened by jstjohn (jstjohn) - Monday, 16 April 2012, 19:36 GMT
Last edited by Tom Gundersen (tomegun) - Wednesday, 02 May 2012, 22:14 GMT
|
Details
Description:
/etc/rc.d/network's deprecated() function instructs the user to reference /etc/rc.conf on how to define a single wired connection, but with the change to /etc/rc.conf a while back, the documentation for how to do that is no longer in /etc/rc.conf. The documentation is now in 'man 5 rc.conf', so the deprecated() function should refer the user to that instead. Additional info: * initscripts 2012.03.2-1 Steps to reproduce: cat /etc/rc.d/network :) |
This task depends upon