[pve-devel] r6470 - in dab/trunk: . scripts

svn-commits at proxmox.com svn-commits at proxmox.com
Mon Aug 15 05:57:52 CEST 2011


Author: dietmar
Date: 2011-08-15 05:57:52 +0200 (Mon, 15 Aug 2011)
New Revision: 6470

Modified:
   dab/trunk/Makefile
   dab/trunk/changelog.Debian
   dab/trunk/scripts/mysql_randompw
Log:
fix typo in script


Modified: dab/trunk/Makefile
===================================================================
--- dab/trunk/Makefile	2011-08-12 10:25:42 UTC (rev 6469)
+++ dab/trunk/Makefile	2011-08-15 03:57:52 UTC (rev 6470)
@@ -1,6 +1,6 @@
 VERSION=1.1
 PACKAGE=dab
-PKGREL=14
+PKGREL=15
 
 
 SCRIPTS=        				\

Modified: dab/trunk/changelog.Debian
===================================================================
--- dab/trunk/changelog.Debian	2011-08-12 10:25:42 UTC (rev 6469)
+++ dab/trunk/changelog.Debian	2011-08-15 03:57:52 UTC (rev 6470)
@@ -1,3 +1,9 @@
+dab (1.1-15) unstable; urgency=low
+
+  * fix typo in scripts/mysql_randompw
+
+ -- Proxmox Support Team <support at proxmox.com>  Mon, 15 Aug 2011 05:56:52 +0200
+
 dab (1.1-14) unstable; urgency=low
 
   * include SUITE-updates for squeeze

Modified: dab/trunk/scripts/mysql_randompw
===================================================================
--- dab/trunk/scripts/mysql_randompw	2011-08-12 10:25:42 UTC (rev 6469)
+++ dab/trunk/scripts/mysql_randompw	2011-08-15 03:57:52 UTC (rev 6470)
@@ -12,7 +12,7 @@
 
 set -e
 
-HNAME=`head -n 1 /etc/hostname|awk '{ prin2t $1; }'`
+HNAME=`head -n 1 /etc/hostname|awk '{ print $1; }'`
 
 if [ "X${HNAME}" = "Xlocalhost" ] ; then
     exit 0;




More information about the pve-devel mailing list