From: Peter Pentchev Date: Tue, 10 Mar 2009 12:22:03 +0000 (+0000) Subject: Note that the -q option requires an unused argument. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=724a5cffb62bb52079fa2f3909fae06e5cd04e6b;p=people%2Fms%2Fdma.git Note that the -q option requires an unused argument. --- diff --git a/patches/12-man-q-argument.patch b/patches/12-man-q-argument.patch new file mode 100644 index 0000000..dfded9a --- /dev/null +++ b/patches/12-man-q-argument.patch @@ -0,0 +1,31 @@ +Note that the -q option requires an unused argument. + +--- a/dma.8 ++++ b/dma.8 +@@ -39,13 +39,14 @@ + .Nd DragonFly Mail Agent + .Sh SYNOPSIS + .Nm +-.Op Fl DiOq ++.Op Fl DiO + .Op Fl A Ar mode + .Op Fl b Ar mode + .Op Fl f Ar sender + .Op Fl L Ar tag + .Op Fl o Ar option + .Op Fl r Ar sender ++.Op Fl q Ar arg + .Op Ar recipient ... + .Sh DESCRIPTION + .Nm +@@ -95,8 +96,9 @@ + is synonymous to + .Fl i . + All other options are ignored. +-.It Fl q ++.It Fl q Ar arg + Process saved messages in the queue. ++The argument is required for compatibility with sendmail, and ignored. + .It Fl r Ar sender + Same as + .Fl f . diff --git a/patches/series b/patches/series index bf69709..564737e 100644 --- a/patches/series +++ b/patches/series @@ -9,3 +9,4 @@ 09-typos.patch 10-liblockfile.patch 11-double-bounce.patch +12-man-q-argument.patch