Re: Controlling init on shutdown/reboot

2003-12-05 Thread Daniel Rudy
Somewhere around the time of 12/02/2003 00:12, the world stopped and listened as Rob contributed this to humanity: > I haven't used ppp(8) - I prefer pppd(8) - so I'm not familiar with > ppp.linkdown.sh. If this is a shell script, there's a couple of things that > I've seen cause strange script be

Re: Controlling init on shutdown/reboot

2003-12-02 Thread Rob
27;m not sure what ppp(8) does with script output. - Original Message - From: "Daniel Rudy" <[EMAIL PROTECTED]> Subject: Re: Controlling init on shutdown/reboot > Somewhere around the time of 12/01/2003 03:32, the world stopped and > listened as Rob contributed this to

Re: Controlling init on shutdown/reboot

2003-12-01 Thread Daniel Rudy
Somewhere around the time of 12/01/2003 03:32, the world stopped and listened as Rob contributed this to humanity: >>From line 99 of /usr/src/sbin/init/init.c, > > #define DEATH_SCRIPT 120 /* wait for 2min for /etc/rc.shutdown */ > > and on line 1576 it looks like you can change this with th

Re: Controlling init on shutdown/reboot

2003-12-01 Thread Rob
>From line 99 of /usr/src/sbin/init/init.c, #define DEATH_SCRIPT 120 /* wait for 2min for /etc/rc.shutdown */ and on line 1576 it looks like you can change this with the sysctl 'kern.shutdown_timeout'. But 2 minutes is a long time for a shell script - are you sure that everything is working