FreeBSD Bugzilla – Attachment 190475 Details for
Bug 225800
[patch] mail/mailman: fix to make 'service mailman reopen' to work
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch against file/patch-misc__mailman.in (r461277)
fix_misc__mailman.in.patch (text/plain), 975 bytes, created by
Yasuhito FUTATSUKI
on 2018-02-10 05:52:52 UTC
(
hide
)
Description:
patch against file/patch-misc__mailman.in (r461277)
Filename:
MIME Type:
Creator:
Yasuhito FUTATSUKI
Created:
2018-02-10 05:52:52 UTC
Size:
975 bytes
patch
obsolete
>Index: files/patch-misc__mailman.in >=================================================================== >--- files/patch-misc__mailman.in (revision 461359) >+++ files/patch-misc__mailman.in (working copy) >@@ -1,6 +1,6 @@ >---- misc/mailman.in.orig 2018-02-04 17:04:39 UTC >-+++ misc/mailman.in >-@@ -52,16 +52,20 @@ MAILMANCTL=$MAILMANHOME/bin/mailmanctl >+--- misc/mailman.in.orig 2018-02-05 02:04:39.000000000 +0900 >++++ misc/mailman.in 2018-02-10 14:35:30.325926000 +0900 >+@@ -52,11 +52,11 @@ MAILMANCTL=$MAILMANHOME/bin/mailmanctl > case "$1" in > 'start') > #rm -f $MAILMANHOME/locks/* >@@ -14,12 +14,14 @@ > ;; > > 'restart') >- $PYTHON $MAILMANCTL -q restart >+@@ -67,5 +67,10 @@ case "$1" in >+ $PYTHON $MAILMANCTL -q reopen > ;; >+ > +*) >-+ echo "Usage: `basename $0` {start|stop|restart}" >&2 >++ echo "Usage: `basename $0` {start|stop|restart|reopen}" >&2 > + exit 64 > + ;; >- >- 'reopen') >- $PYTHON $MAILMANCTL -q reopen >++ >+ esac >+ exit 0
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 225800
: 190475