[med-svn] r3127 - trunk/packages/gnumed-server/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Wed Feb 18 19:24:11 UTC 2009


Author: tille
Date: 2009-02-18 19:24:10 +0000 (Wed, 18 Feb 2009)
New Revision: 3127

Modified:
   trunk/packages/gnumed-server/trunk/debian/changelog
   trunk/packages/gnumed-server/trunk/debian/rules
Log:
Set gm-dbo password for bootstrapping


Modified: trunk/packages/gnumed-server/trunk/debian/changelog
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/changelog	2009-02-16 17:23:56 UTC (rev 3126)
+++ trunk/packages/gnumed-server/trunk/debian/changelog	2009-02-18 19:24:10 UTC (rev 3127)
@@ -1,3 +1,9 @@
+gnumed-server (0v9.2-2) experimental; urgency=low
+
+  * Set default password for bootstrapping
+
+ -- Andreas Tille <tille at debian.org>  Wed, 18 Feb 2009 20:08:48 +0100
+
 gnumed-server (0v9.2-1) experimental; urgency=low
 
   * New upstream version

Modified: trunk/packages/gnumed-server/trunk/debian/rules
===================================================================
--- trunk/packages/gnumed-server/trunk/debian/rules	2009-02-16 17:23:56 UTC (rev 3126)
+++ trunk/packages/gnumed-server/trunk/debian/rules	2009-02-18 19:24:10 UTC (rev 3127)
@@ -11,6 +11,7 @@
 	cp -a server/bootstrap/[a-z]* debian/$(pkg)/var/lib/gnumed/server/bootstrap
 	for conffile in `find debian/$(pkg)/var/lib/gnumed/server/bootstrap -maxdepth 1 -type f -name \*.conf` ; do \
     	    sed -i 's/^\(interactive[[:space:]]*=[[:space:]]*\)yes/\1no/' "$$conffile" ; \
+    	    sed -i 's/^\(password[[:space:]]*=[[:space:]]*\)/\1 gm-dbo/' "$$conffile" ; \
     	done
 	for script in `ls server/gm-*.sh` ; do \
 	    cp -a "$$script" debian/$(pkg)/usr/sbin/`basename "$$script" .sh` ; \




More information about the debian-med-commit mailing list