[pkg-eucalyptus-commits] r67 - eucalyptus/trunk/debian

Chris Grzegorczyk grze-guest at alioth.debian.org
Wed May 5 22:19:18 UTC 2010


Author: grze-guest
Date: 2010-05-05 22:19:17 +0000 (Wed, 05 May 2010)
New Revision: 67

Modified:
   eucalyptus/trunk/debian/eucalyptus-nc.postinst
Log:
fix bad chown

Modified: eucalyptus/trunk/debian/eucalyptus-nc.postinst
===================================================================
--- eucalyptus/trunk/debian/eucalyptus-nc.postinst	2010-05-05 22:14:15 UTC (rev 66)
+++ eucalyptus/trunk/debian/eucalyptus-nc.postinst	2010-05-05 22:19:17 UTC (rev 67)
@@ -14,7 +14,7 @@
     then
         touch "$EUCA_HOME/.ssh/authorized_keys"  || true
     fi
-    chown -R eucalyptus.eucalyptus /var/lib/eucalyptus/.ssh || true 
+    chown -R eucalyptus:eucalyptus /var/lib/eucalyptus/.ssh || true 
 
     update-rc.d eucalyptus-nc start 99 2 3 4 5 . stop 20 0 1 6 . >/dev/null
 




More information about the pkg-eucalyptus-commits mailing list