diff options
Diffstat (limited to 'debian/postinst')
-rw-r--r-- | debian/postinst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/postinst b/debian/postinst index aa74e9c..4dea08d 100644 --- a/debian/postinst +++ b/debian/postinst @@ -34,7 +34,7 @@ case "$1" in if [ -w $DF ]; then TEMPFILE=`mktemp` || exit 1 - sed $DF -e "s,^ *BOOT_START=.*,BOOT_START=$BOOTSTART," \ + sed $DF -e "s,^ *BOOT_START=.*,BOOT_START=$BOOT_START," \ -e "s,^ *MAIL_LOG=.*,MAIL_LOG=$MAIL_LOG," \ -e "s,^ *IGNORE_LOCALHOST=.*,IGNORE_LOCALHOST=$IGNORE_LOCALHOST," \ > $TEMPFILE |