]> git.proxmox.com Git - pve-manager.git/commitdiff
do not create /etc/cron.d/vzdump in postinst
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 24 Oct 2011 05:46:45 +0000 (07:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 24 Oct 2011 05:46:45 +0000 (07:46 +0200)
debian/postinst

index 6947111cfd3227e092c4fc409df4199992f249b4..50469d632f55003421a0d4962046586f035901e3 100755 (executable)
@@ -44,9 +44,6 @@ case "$1" in
     update-rc.d pvebanner start 99 2 3 4 5 >/dev/null
     update-rc.d pvenetcommit start 15 S . >/dev/null
 
-    # make sure we have a crontab for vzdump
-    touch /etc/cron.d/vzdump
-
     test -e /proxmox_install_mode || invoke-rc.d pvedaemon restart
     test -e /proxmox_install_mode || invoke-rc.d pvestatd restart