DHCPD on statup?

2003-03-02 Thread Remington L.
I've been trying very hard to get dhcpd to load on boot. I've done extensive hacking of /etc/rc to add a rc.user to the mix. This was a simple addition of: If [ -r /etc/user ]; then . /etc/user fi then in my rc.user is this: #!/bin/sh - echo -n 'Loading third party server stuff:' case

Re: DHCPD on statup?

2003-03-02 Thread Per olof Ljungmark
Remington L. wrote: I've been trying very hard to get dhcpd to load on boot. I've done extensive hacking of /etc/rc to add a rc.user to the mix. This was a simple addition of: If [ -r /etc/user ]; then . /etc/user fi then in my rc.user is this: #!/bin/sh - echo -n 'Loading third party

RE: DHCPD on statup?

2003-03-02 Thread Remington L.
: DHCPD on statup? Remington L. wrote: I've been trying very hard to get dhcpd to load on boot. I've done extensive hacking of /etc/rc to add a rc.user to the mix. This was a simple addition of: If [ -r /etc/user ]; then . /etc/user fi then in my rc.user is this: #!/bin/sh - echo -n