gentoo: use /var/run for new /run compatibility
[util-vserver.git] / debian / util-vserver-legacy.prerm
1 #!/bin/sh
2
3 if test "$1" = remove; then
4     /etc/init.d/rebootmgr stop >/dev/null 2>&1 || :
5     for i in httpd named portmap sendmail smb sshd xinetd gated; do
6         /etc/init.d/v_$i stop >/dev/null 2>&1 || :
7     done
8 fi