View Single Post

   
  #6 (permalink)  
Old 03-06-2008, 03:03 PM
Dan C
 
Posts: n/a
Default Re: starting cupsd at boot

On Tue, 04 Mar 2008 18:22:03 -0800, Vwaju wrote:

> Yes, thank you. So somewhere, there is a script that checks to see if
> rc.cups is executable and if it is, runs it. Can you tell me what the
> script is that runs rc.cups?


/etc/rc.d/rc.M

> (I tried to write a script with a for-loop to grep all the files in rc.d
> for rc.cups, but my shell programming is a little rusty...)


Dude.

cd /etc/rc.d
grep cups *


--
"Ubuntu" -- an African word, meaning "Slackware is too hard for me".

Reply With Quote