diff options
author | Julien Valroff <julien@kirya.net> | 2010-01-05 21:13:55 +0100 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2010-01-05 21:13:55 +0100 |
commit | af8b44a4d3ff75208e55fcab4ce40f7425ecf352 (patch) | |
tree | 68a182eb7c87ae2b08a690bfd991b743607f7439 /debian/postinst | |
parent | f06e329e224476fe8dd96915ca728be3935916b8 (diff) |
Improve comment about extra_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 1217cdf..329a95c 100644 --- a/debian/postinst +++ b/debian/postinst @@ -21,7 +21,7 @@ BOOT_START=${BOOT_START} MAIL_LOG=${MAIL_LOG} # Ignore mails from localhost (true|false) [debconf] IGNORE_LOCALHOST=${IGNORE_LOCALHOST} -# see mailgraph -h output +# Extra options to be passed to mailgraph (see mailgraph -h output) EXTRA_OPTIONS="${EXTRA_OPTIONS}" EOF return $? |