vshost-util-vserver

Build script and sources for util-vserver.
git clone https://ccx.te2000.cz/git/vshost-util-vserver
Log | Files | Refs

util-vserver-legacy.prerm (215B)


      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