Re: /etc/ppp/ip-up behavior

1997-07-28 Thread Rob Browning
"Oliver Elphick" writes: > In your script, simply say > > echo message >/dev/console You could also try logger. See "man logger". -- Rob -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .

Re: /etc/ppp/ip-up behavior

1997-07-17 Thread Oliver Elphick
In message <[EMAIL PROTECTED]>, writes: > The pppd man pages say that the ip-up and ip-down scripts are >executed with "standard input, output and error streams redirected >to /dev/null." > > I would like to use these scripts, but I want them to echo >messages to the console.

Re: /etc/ppp/ip-up behavior

1997-07-17 Thread Michele Dalla Silvestra
On Wed, 16 Jul 1997, Robert D. Hilliard wrote: > The pppd man pages say that the ip-up and ip-down scripts are > executed with "standard input, output and error streams redirected > to /dev/null." > > I would like to use these scripts, but I want them to echo > messages to the console.

/etc/ppp/ip-up behavior

1997-07-16 Thread Robert D. Hilliard
The pppd man pages say that the ip-up and ip-down scripts are executed with "standard input, output and error streams redirected to /dev/null." I would like to use these scripts, but I want them to echo messages to the console. How can I overcome this redirection to /dev/null? Bob -