summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-03-25 16:34:25 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2013-03-25 16:34:25 +0100
commit082924793e547a074823103a31153301cadb84e1 (patch)
tree4d2e0ec64edc4ee0481502a2406c188fda591990
parent2fb5dd309bbe9b998f060af53bd73706e4e67c4c (diff)
downloaditzks-systems-082924793e547a074823103a31153301cadb84e1.tar.gz
itzks-systems-082924793e547a074823103a31153301cadb84e1.tar.bz2
itzks-systems-082924793e547a074823103a31153301cadb84e1.zip
Fix /debian/itzks-systems-common.postinst.
-rw-r--r--debian/changelog6
-rwxr-xr-xdebian/itzks-systems-common.postinst4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a12d591..232304a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+itzks-systems (2013.03.25.3) UNRELEASED; urgency=low
+
+ * Fix /debian/itzks-systems-common.postinst.
+
+ -- Mike Gabriel <mike.gabriel@das-netzwerkteam.de> Mon, 25 Mar 2013 16:34:10 +0100
+
itzks-systems (2013.03.25.2) squeeze-backports; urgency=low
* /debian/itzks-systems-common.postinst:
diff --git a/debian/itzks-systems-common.postinst b/debian/itzks-systems-common.postinst
index 3713291..29a7dc7 100755
--- a/debian/itzks-systems-common.postinst
+++ b/debian/itzks-systems-common.postinst
@@ -25,9 +25,9 @@ do_preseed() {
template="$2"
type="$3"
value="$4"
- log "Preseeding $template to $value"
+ echo "Preseeding $template to $value"
echo $pkg $template $type "$value" | debconf-set-selections || \
- error "Failed to load preseed '$template'"
+ echo "Failed to load preseed '$template'" 1>&2
}
case "$1" in