[Pkg-voip-commits] r5972 - in /mumble/trunk/debian: changelog mumble-server.config

the-me-guest at alioth.debian.org the-me-guest at alioth.debian.org
Sun Jul 20 13:26:46 UTC 2008


Author: the-me-guest
Date: Sun Jul 20 13:26:45 2008
New Revision: 5972

URL: http://svn.debian.org/wsvn/pkg-voip/?sc=1&rev=5972
Log:
* Set priority of the mumble-server/password question to medium instead of
  high.

Modified:
    mumble/trunk/debian/changelog
    mumble/trunk/debian/mumble-server.config

Modified: mumble/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/changelog?rev=5972&op=diff
==============================================================================
--- mumble/trunk/debian/changelog (original)
+++ mumble/trunk/debian/changelog Sun Jul 20 13:26:45 2008
@@ -6,6 +6,8 @@
   [ Patrick Matthäi ]
   * Add my forgotten signature in the 1.1.4-1 changelog, it was confusing.
   * Only ask for the serverpassword if no previous one has been set.
+  * Set priority of the mumble-server/password question to medium instead of
+    high.
 
  -- Thorvald Natvig <slicer at users.sourceforge.net>  Sun, 20 Jul 2008 13:48:43 +0200
 

Modified: mumble/trunk/debian/mumble-server.config
URL: http://svn.debian.org/wsvn/pkg-voip/mumble/trunk/debian/mumble-server.config?rev=5972&op=diff
==============================================================================
--- mumble/trunk/debian/mumble-server.config (original)
+++ mumble/trunk/debian/mumble-server.config Sun Jul 20 13:26:45 2008
@@ -25,7 +25,7 @@
 # Only ask for the password if it hasn't been setted in the past.
 db_get mumble-server/password || true
 if [ "$RET" != "X" ] ; then
-	db_input high mumble-server/password || true
+	db_input medium mumble-server/password || true
 fi
 
 db_go




More information about the Pkg-voip-commits mailing list