[Alex] > In runlevels 0 (shutdown) and 6 (reboot), umountnfs.sh is the link > target of S31umountnfs.sh - hence it gets called with the 'start' > argument and does nothing. Renaming the links to K31umountnfs.sh (so > that the script is called with 'stop' argument) solved the problem > for me.
Note that for sysv-rc at least, runlevels 0 and 6 are not handled like the other runlevels. All start symlinks are called with the stop argument. So K* and S* symlinks are treated the same way for these runlevels. Happy hacking, -- Petter Reinholdtsen _______________________________________________ Pkg-sysvinit-devel mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-sysvinit-devel

