RoryJMcKenna
MIS
as far as I can tell this is the spot for userdefianable scripts to run on startup...
Can I just add a script with executable perms to this directory... Or do I add a line to the userdefs file??
--What I am trying to accomplish is for a default route to be assigned upon boot...
This is what my script (defaultroute) looks like... And I have added it to the /etc/rc.d/8 directory with root ownership and chmod 744...
---
#!/bin/sh
route add default 192.168.2.1
---
Is this going to work??
Thx
--Rory--
Can I just add a script with executable perms to this directory... Or do I add a line to the userdefs file??
--What I am trying to accomplish is for a default route to be assigned upon boot...
This is what my script (defaultroute) looks like... And I have added it to the /etc/rc.d/8 directory with root ownership and chmod 744...
---
#!/bin/sh
route add default 192.168.2.1
---
Is this going to work??
Thx
--Rory--