diff options
-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? |