View previous topic :: View next topic |
Author |
Message |
RedDawn Guru


Joined: 22 Sep 2003 Posts: 368 Location: Los Angeles, California
|
Posted: Sat Oct 11, 2003 3:15 am Post subject: Help please!! |
|
|
is there a way that i can tell local.start not to show the output of the command i just told it ot run
like echo -off or something like that!! |
|
Back to top |
|
 |
flying_walus n00b

Joined: 07 Sep 2002 Posts: 58
|
Posted: Sat Oct 11, 2003 7:16 am Post subject: |
|
|
since the init scripts are basically being interpreted by bash, just redirect output to /dev/null. if you don't want to see errors either , redirect srd.error.
see 'man bash' for more info |
|
Back to top |
|
 |
RedDawn Guru


Joined: 22 Sep 2003 Posts: 368 Location: Los Angeles, California
|
Posted: Sat Oct 11, 2003 5:07 pm Post subject: Thanks |
|
|
it worked!! |
|
Back to top |
|
 |
|