]> git.proxmox.com Git - vzctl.git/blob - debian/patches/fix-init.d-depends.diff
add pve-cluster dependency in /etc/init.d/vz
[vzctl.git] / debian / patches / fix-init.d-depends.diff
1 Index: new/etc/init.d/vz-redhat.in
2 ===================================================================
3 --- new.orig/etc/init.d/vz-redhat.in 2011-12-07 12:42:45.000000000 +0100
4 +++ new/etc/init.d/vz-redhat.in 2011-12-07 12:43:53.000000000 +0100
5 @@ -25,8 +25,8 @@
6
7 ### BEGIN INIT INFO
8 # Provides: vz
9 -# Required-start: $network $remote_fs $syslog
10 -# Required-stop: $network $remote_fs $syslog
11 +# Required-start: pve-cluster $network $remote_fs $syslog
12 +# Required-stop: pve-cluster $network $remote_fs $syslog
13 # Should-Start: sshd vzeventd
14 # Should-Stop: sshd vzeventd
15 # Default-Start: 2 3 4 5