summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlavien Bridault2006-08-15 19:15:43 +0200
committerFlavien Bridault2006-08-15 19:15:43 +0200
commit4537f95d077b47be080352aa33109d101ff47d82 (patch)
treeaa59c9dcc88c42887624eefd177ae3025df31f22
parentc10f2950d4104ef724ad3a0101e2bcb08b7b3218 (diff)
xmms2 PREPARE has a bad default answer, bug #12930
-rw-r--r--audio-players/xmms2/HISTORY3
-rwxr-xr-xaudio-players/xmms2/PREPARE2
2 files changed, 4 insertions, 1 deletions
diff --git a/audio-players/xmms2/HISTORY b/audio-players/xmms2/HISTORY
index b5f38886a2..88fed6f1ef 100644
--- a/audio-players/xmms2/HISTORY
+++ b/audio-players/xmms2/HISTORY
@@ -1,3 +1,6 @@
+2006-07-30 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
+ * PREPARE: should default to NO
+
2006-06-16 Andraž "ruskie" Levstik <ruskie@mages.ath.cx>
* INSTALL: fixes bug #12702
* BUILD: minor fix
diff --git a/audio-players/xmms2/PREPARE b/audio-players/xmms2/PREPARE
index 8b274a66cb..73a2e5cbe1 100755
--- a/audio-players/xmms2/PREPARE
+++ b/audio-players/xmms2/PREPARE
@@ -1,4 +1,4 @@
-config_query XMMS2_SNAPSHOT "Do you want to build a snapshot version?" y &&
+config_query XMMS2_SNAPSHOT "Do you want to build a snapshot version?" n &&
if [[ $XMMS2_SNAPSHOT == "y" ]]
then
config_query XMMS2_SNAPSHOT_AUTO "Do you want to autoupdate on system-update/queue" n &&