Re: rc.boot not booting!

1998-12-07 Thread Martin Bialasinski
>> "DM" == Damon Muller <[EMAIL PROTECTED]> writes: DM> rei$ cat /etc/rc.boot/rc.masq DM> #!/bin/sh DM> # PATH=/sbin:/bin:/usr/sbin:/usr/bin DM> echo Setting up IP Masquerading... DM> /sbin/depmod -a DM> /sbin/modprobe ip_masq_irc DM> # /sbin/modprobe ip_masq_quake DM> /sbin/modprobe ip_masq_

rc.boot not booting!

1998-12-07 Thread Damon Muller
Hi All, >From my understanding, any scripts that are located in the /etc/rc.boot directory should be executed on booting. And most of the scripts I have in there seem to do that. However, I have a script to set up everything for IP Masquerading in rc.boot, and this doesn't seem to run. It works f