Commit 3e7adb30 authored by Dietmar Maurer's avatar Dietmar Maurer

mark service vz optional in pve-manager init script

We do not depend on vzctl, so this is needed to avoid errors on install.
parent 93061f53
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
### BEGIN INIT INFO ### BEGIN INIT INFO
# Provides: pve-manager # Provides: pve-manager
# Required-Start: $remote_fs apache2 qemu-server vz pvestatd # Required-Start: $remote_fs apache2 qemu-server +vz pvestatd
# Required-Stop: $remote_fs apache2 qemu-server vz pvestatd # Required-Stop: $remote_fs apache2 qemu-server +vz pvestatd
# Default-Start: 2 3 4 5 # Default-Start: 2 3 4 5
# Default-Stop: 0 1 6 # Default-Stop: 0 1 6
# Short-Description: PVE VM Manager # Short-Description: PVE VM Manager
......
pve-manager (3.0-2) unstable; urgency=low
* mark service vz optional in pve-manager init script
-- Proxmox Support Team <support@proxmox.com> Fri, 22 Mar 2013 06:18:27 +0100
pve-manager (3.0-1) unstable; urgency=low pve-manager (3.0-1) unstable; urgency=low
* remove perl-suid dependency * remove perl-suid dependency
......
...@@ -2,7 +2,7 @@ RELEASE=3.0 ...@@ -2,7 +2,7 @@ RELEASE=3.0
VERSION=3.0 VERSION=3.0
PACKAGE=pve-manager PACKAGE=pve-manager
PACKAGERELEASE=1 PACKAGERELEASE=2
BINDIR=${DESTDIR}/usr/bin BINDIR=${DESTDIR}/usr/bin
PERLLIBDIR=${DESTDIR}/usr/share/perl5 PERLLIBDIR=${DESTDIR}/usr/share/perl5
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment