summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbubulle <bubulle@alioth.debian.org>2012-03-10 18:25:19 +0000
committerbubulle <bubulle@alioth.debian.org>2012-03-10 18:25:19 +0000
commit14066d41c19b49a7ff85d4c0e03d2428c3b3ea97 (patch)
treefc20665afc811a99c92f3418704d4b37692a4a51
parent85e50479b90e4f4cc714b0a466a92c7b4c5b1732 (diff)
downloadsamba-14066d41c19b49a7ff85d4c0e03d2428c3b3ea97.tar.gz
Lower priority of debconf question to medium after some pondering.
After all, we have a sane default. Closes: #662801 git-svn-id: svn://svn.debian.org/svn/pkg-samba/trunk/samba@4033 fc4039ab-9d04-0410-8cac-899223bdd6b0
-rw-r--r--debian/changelog2
-rw-r--r--debian/samba-common.config2
2 files changed, 3 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0e07df0cf3..8625636ddd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,8 @@ samba (2:3.6.3-2) UNRELEASED; urgency=low
* Fix example samba.ldif syntax. Closes: #659963
* Set minimal version of tdb ot 1.2.6 in Build-Depends
(thanks, backports!)
+ * Lower priority of debconf question to medium after some pondering.
+ After all, we have a sane default. Closes: #662801
[ Maarten Bezemer ]
* Removed references to the testprns command from documentation
diff --git a/debian/samba-common.config b/debian/samba-common.config
index e3cd072232..fbef2ce1d9 100644
--- a/debian/samba-common.config
+++ b/debian/samba-common.config
@@ -69,7 +69,7 @@ if [ -f $FILE ]; then
fi
# Get workgroup name
-db_input high samba-common/workgroup || true
+db_input medium samba-common/workgroup || true
db_go
# Use encrypted passwords?