Hide Forgot
Description of problem: WARNING: pidof has been moved from /sbin to /usr/bin. Please, change/remove the hardcoded path. Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1.ifdown eth0 2. 3. Actual results: WARNING: pidof has been moved from /sbin to /usr/bin. Please, change/remove the hardcoded path. Expected results: No warning. Additional info:
In initscripts we don't use hardcoded path to pidof. At least on my system you don't even have to call ifdown, simple pidof is enough. This is probably caused by content of PATH variable where sometimes (after sudo) /sbin is before /usr/sbin.
Hi guys. I wanted to remove the message as the wrapper script affects the %PPID resolution. Now there seems to be one more reason for the wrapper removal. I'm going to replace it with symlink. Thanks for the report. Regards, Jaromir.
Should be fixed in 3.3.9-2 ...