[Python-apps-commits] r8738 - in packages/slapos.core/trunk/debian (2 files)

arnau at users.alioth.debian.org arnau at users.alioth.debian.org
Mon May 21 01:24:29 UTC 2012


    Date: Monday, May 21, 2012 @ 01:24:27
  Author: arnau
Revision: 8738

Fix package name in generated *.cfg files.

Modified:
  packages/slapos.core/trunk/debian/slapos-client.postinst
  packages/slapos.core/trunk/debian/slapos-node-unofficial.postinst

Modified: packages/slapos.core/trunk/debian/slapos-client.postinst
===================================================================
--- packages/slapos.core/trunk/debian/slapos-client.postinst	2012-05-21 01:10:55 UTC (rev 8737)
+++ packages/slapos.core/trunk/debian/slapos-client.postinst	2012-05-21 01:24:27 UTC (rev 8738)
@@ -9,7 +9,7 @@
 if [ ! -f $CONFIG_FILE ]; then
     echo "# Never edit this file by hand as it has been automatically generated by
 # debconf. You can change the settings at any time by running:
-# ``dpkg-reconfigure -pmedium slapformat''" > $CONFIG_FILE
+# ``dpkg-reconfigure -pmedium slapos-client''" > $CONFIG_FILE
 
     cat < /usr/share/doc/slapos-client/examples/slapos-client.cfg >> $CONFIG_FILE
 fi

Modified: packages/slapos.core/trunk/debian/slapos-node-unofficial.postinst
===================================================================
--- packages/slapos.core/trunk/debian/slapos-node-unofficial.postinst	2012-05-21 01:10:55 UTC (rev 8737)
+++ packages/slapos.core/trunk/debian/slapos-node-unofficial.postinst	2012-05-21 01:24:27 UTC (rev 8738)
@@ -9,7 +9,7 @@
 if [ ! -f $CONFIG_FILE ]; then
     echo "# Never edit this file by hand as it has been automatically generated by
 # debconf. You can change the settings at any time by running:
-# ``dpkg-reconfigure -pmedium slapformat''" > $CONFIG_FILE
+# ``dpkg-reconfigure -pmedium slapos-node-unofficial''" > $CONFIG_FILE
 
     cat < /usr/share/doc/slapos-node-unofficial/examples/slapos-node-unofficial.cfg \
         >> $CONFIG_FILE




More information about the Python-apps-commits mailing list