On Saturday 03 November 2001 13:23, Douglas J Hunley wrote: > Keith Antoine babbled on about: > > bpalogin -c /etc/bpalogin.conf
The purpose of rc.local is to plunk simple startup commands rather than create (or having to know) the far far better sysV startup syntax (skeleton eg) So, you could, alternatively? create an rc.local cd /etc/rc.d touch rc.local cd /etc/rc.d/rc.3 ln -s (dot)(dot)/rc.local S99local cp S99local (dot)(dot)/rc.5 # this gives you the two start links from runlevels 3 and 5 cd /etc/rc.d chmod 700 rc.local kedit rc.local ------ #!/bin/sh /sbin/bpalogin ???? -------- voila -- http://linux.nf -- [EMAIL PROTECTED] _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Linux-users mailing list Archives, Digests, etc at http://linux.nf/mailman/listinfo/linux-users