I'm running Slackware 8.1 and decided to put a firewall on my machine (it was running behind another machine that had a firewall so I hadn't bothered but I'm now moving it to it's own net connection so I want to get the fw up and running). I've got a script from the web and tweaked it to my likings, and it appears to work fine. Only one thing doesn't seem to work right: stopping it. It takes the standard start/stop arguments. I have the machine setup to start the script automatically at boot time and that works fine. If I stop it manually from the commandline that works fine too. BUT, if I pass the stop argument from my shutdown script something goes wrong (gives the message: "INIT: no more processes at this runlevel". The machine never powers down, and more importantly, never unmounts the filesystems. For right now I've just taken out the line (so I never stop the script). What are the consequences of such an action?