Package: exim4-config
Version: 4.72-1
Severity: normal
Tags: patch

Hi,
In update-exim4.conf.template, a : is omitted for the o (output option).

Matthew W.S. Bell

--- update-exim4.conf.template  2005-04-03 08:39:12.000000000 +0100
+++ update-exim4.conf.template  2010-07-26 01:27:11.000000000 +0100
@@ -20,8 +20,8 @@
 
 ## Parse commandline
 TEMP=$(getopt -n update-exim4.conf.template \
-       -l nobackup,output:,help,run -- \
-       +nohr "$@")
+       -l nobackup,output:,help,run \
+       -o +no:hr -- "$@")
 
 if test "$?" != 0; then
        echo "Terminating..." >&2

Attachment: signature.asc
Description: This is a digitally signed message part

Reply via email to