-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On Sunday 14 of March 2004 21:55, Lorenzo Rossi wrote: >Hi, > >I'm a newb.. >I have wrote simple firewall rules in a file. >If I execute by the command line it works... >My problem is how can I to execute automatically, the script, at boot >time! >I do not know how to create a startup script like those in >"/etc/init.d/..."! 8<---------
$man update-rc.d howks:/etc/init.d# touch rc.local howks:/etc/init.d# echo '#!/bin/bash' > rc.local howks:/etc/init.d# chmod +x rc.local howks:/etc/init.d# update-rc.d rc.local defaults and just write what You want in you new rc.local script. - -- Paweł Bielecki GnuPG 1024D/0xA532299D E-mail: pawel<at>kozmianet.kom.pl JabberID: pawciobiel<at>jabber.org -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQFAVXKAscYtwKUyKZ0RAut/AKCbAY8mEoK8UE/TxFwIUphyTqEDdQCfTk3V K6nLigHygddKKx9xzndB9xc= =+uim -----END PGP SIGNATURE-----

