[pve-devel] r5888 - in vzctl/trunk: . debian

svn-commits at proxmox.com svn-commits at proxmox.com
Mon May 2 12:20:23 CEST 2011


Author: dietmar
Date: 2011-05-02 12:20:23 +0200 (Mon, 02 May 2011)
New Revision: 5888

Modified:
   vzctl/trunk/Makefile
   vzctl/trunk/debian/README.Debian
   vzctl/trunk/debian/changelog
   vzctl/trunk/debian/vzctl.postinst
Log:


Modified: vzctl/trunk/Makefile
===================================================================
--- vzctl/trunk/Makefile	2011-05-02 10:00:41 UTC (rev 5887)
+++ vzctl/trunk/Makefile	2011-05-02 10:20:23 UTC (rev 5888)
@@ -1,7 +1,7 @@
 RELEASE=1.9
 
 SVER=3.0.26
-PACKAGERELEASE=1pve1
+PACKAGERELEASE=1pve2
 ARCH=amd64
 
 PACKAGE=vzctl

Modified: vzctl/trunk/debian/README.Debian
===================================================================
--- vzctl/trunk/debian/README.Debian	2011-05-02 10:00:41 UTC (rev 5887)
+++ vzctl/trunk/debian/README.Debian	2011-05-02 10:20:23 UTC (rev 5888)
@@ -85,25 +85,6 @@
     * FAKEGATEWAYNET=192.0.2.0
 
 
-Useing the 3rd party OpenVZ cron interface:
--------------------------------------------
-
-Now it's possible to add other cron related software with OpenVZ.
-i.e. monbean.pl, a perl script monitoring the /proc/user_beancounters.
-
-01. Fetch the script
-    See http://download.openvz.org/contrib/utils/monbean/ for details.
-    
-02. Install a cron script /etc/vz/cron/vzmonbean, with:
-
-    # exectute 5min the monitoring script monbean. 
-    *5/ * * * * root <PATH_TO_MONBEAN_SCRIPT>
-    
-03. Update the cron entry:
-    /etc/init.d/vz update-cron
-
-
-
 File structure:
 ---------------
 
@@ -278,4 +259,4 @@
     Goto Step 09. and rebuild your OS-Template again !
 	    
 
- -- Thorsten Schifferdecker <tsd at debian.systs.org>   Tue, 01 May 2007 20:08:43 +0200
+ -- Proxmox Support Team <support at proxmox.com>, Mon,  2 May 2011 12:19:51 +0200

Modified: vzctl/trunk/debian/changelog
===================================================================
--- vzctl/trunk/debian/changelog	2011-05-02 10:00:41 UTC (rev 5887)
+++ vzctl/trunk/debian/changelog	2011-05-02 10:20:23 UTC (rev 5888)
@@ -1,3 +1,9 @@
+vzctl (3.0.26-1pve2) unstable; urgency=low
+
+  * remove stale cron scripts
+
+ -- Proxmox Support Team <support at proxmox.com>  Mon, 02 May 2011 12:12:44 +0200
+
 vzctl (3.0.26-1pve1) unstable; urgency=low
 
   * update to latest available version fromn git (Wed, 27 Apr 2011)

Modified: vzctl/trunk/debian/vzctl.postinst
===================================================================
--- vzctl/trunk/debian/vzctl.postinst	2011-05-02 10:00:41 UTC (rev 5887)
+++ vzctl/trunk/debian/vzctl.postinst	2011-05-02 10:20:23 UTC (rev 5888)
@@ -49,6 +49,11 @@
 	    fi
 	fi
 
+	if [ -r "/etc/cron.d/vz" ]; then
+	    echo "removing old OpenVZ cron scripts";
+	    rm -f /etc/cron.d/vz
+	    rm -rf /etc/vz/cron
+	fi
     ;;
     abort-upgrade|abort-remove|abort-deconfigure)
     ;;




More information about the pve-devel mailing list