diff options
author | bubulle <bubulle@alioth.debian.org> | 2012-03-10 18:25:19 +0000 |
---|---|---|
committer | bubulle <bubulle@alioth.debian.org> | 2012-03-10 18:25:19 +0000 |
commit | 14066d41c19b49a7ff85d4c0e03d2428c3b3ea97 (patch) | |
tree | fc20665afc811a99c92f3418704d4b37692a4a51 /debian | |
parent | 85e50479b90e4f4cc714b0a466a92c7b4c5b1732 (diff) | |
download | samba-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
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/samba-common.config | 2 |
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? |