On Fri, Jan 13, 2012 at 08:45:59AM +0100, Dr. Markus Waldeck wrote: > I seems that the options "-p" and "--load" are totally ignored > which are used in /etc/init.d/procps. Not ignored, but this strange way getopt works sysctl -p /etc/foo won't work sysctl -p/etc/foo does. sysctl --load=/etc/foo also works
It does mean the init script will fail because there is a space between the p and the filename. just change sysctl -p blah to sysctl -pblah -- Craig Small VK2XLZ http://enc.com.au/ csmall at : enc.com.au Debian GNU/Linux http://www.debian.org/ csmall at : debian.org GPG fingerprint: 5D2F B320 B825 D939 04D2 0519 3938 F96B DF50 FEA5 -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org