iBook does not sleep after recent yum update...

Emmanuel Seyman yellowdog-general@lists.terrasoftsolutions.com
Tue Sep 30 09:01:01 2003


On Tue, Sep 30, 2003 at 09:15:45AM -0500, Clinton C. MacDonald wrote:
> 
> Aha -- pmud was not working for me. Note the hyphen ("-") after the su 
> command to enter root privileges. This is essential, though I have no 
> idea how it changes "su." Without the "-," the bash shell complains 
> that the "service" command is not found.

Adding the hyphen to the command will tell su that you want root's
environnement as well as his username. This will give you a $PATH
which contains /usr/sbin, the directory which contains service .

Emmanuel