Date: Wed, 3 May 1995 15:56:58 -0600 From: Nate Williams <nate@trout.sri.MT.net> To: David Holloway <daveh@CSUA.Berkeley.EDU>, "Rodney W. Grimes" <rgrimes@gndrsh.aac.dev.com> Cc: freebsd-hackers@freefall.cdrom.com Subject: Re: slattach!!!!!!! Message-ID: <199505032156.PAA12990@trout.sri.MT.net> In-Reply-To: David Holloway <daveh@CSUA.Berkeley.EDU> "Re: slattach!!!!!!!" (May 3, 2:44pm)
next in thread | previous in thread | raw e-mail | index | archive | help
> suppose slattach -r dialscript /dev/cua02 > where dialscript is a shell scirpt or a expect script... > when the line disconnects, the script is started but it receives a HUP > signal. Hmm, this is the line out of /etc/netstart on my system. slattach -a -h -r /etc/ppp/slip-dial -s 57600 cua01 And the permissions of /etc/pp/slip-dial are: -rwxr-x--- 1 root root 401 Feb 14 22:22 /etc/ppp/slip-dial* (I don't want normal folks to be able to read the script since it's got acct/passwd information) This has worked flawlessly on my box. Are you *sure* the script is getting a HUP signal, or is it possible that the script or one of the routines in it aren't executable or found? Nate
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505032156.PAA12990>