summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/config2
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 3a5715a..ebb81ca 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ itzks-systems (2014.09.23.2) UNRELEASED; urgency=medium
* itzks-transfer-cleaner: Only remove empty directories that have reached the
age given in $TRANSFER_DEL_PERFORM.
+ * Allow setting of ITZkS customer name via itzks.do_preseed $1.
-- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Tue, 23 Sep 2014 13:11:42 +0200
diff --git a/debian/config b/debian/config
index 6cea5fe..c217b74 100755
--- a/debian/config
+++ b/debian/config
@@ -5,6 +5,6 @@ set -e
# Source debconf library.
. /usr/share/debconf/confmodule
-db_input critical itzks-systems-common/customer-name || true
+db_input high itzks-systems-common/customer-name || true
db_go