Marcelo Chiapparini <[EMAIL PROTECTED]> writes: > Hi! > > I added the following line to my ip-up.d which says me when the connection > with my ISP is up after calling pon: > > /usr/bin/wall /etc/ppp/PPP_is_up > > where PPP_is_up is a file containing the message. > > The problem is that everything is fine if I call pon from a regular > Xterm, but no message appears if I call pon from a Gnome terminal... > > Any suggestion will be very welcome. > > Marcelo
Would 'echo PPP is up | wall' do? Andre Berger [EMAIL PROTECTED]

