diff options
author | Julien Valroff <julien@kirya.net> | 2010-01-07 13:56:30 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-07 13:56:30 +0100 |
commit | eafce7c695522cacad1a1f021c547578a42a992d (patch) | |
tree | 19c7405b5c1ef04fecfe596a38c25595f61e5141 /debian/postinst | |
parent | af4f184bb83278e552cfe6c51c3ed0809989b889 (diff) |
Fix typos in postinst and init scripts
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 |