mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
- Fix missing escapes in the rc script.
PR: ports/157868 Submitted by: Roland Behme <rb@nugman.de>
This commit is contained in:
parent
e83284438c
commit
c70c2dcaca
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=275551
2 changed files with 2 additions and 2 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= mailman
|
||||
DISTVERSION= 2.1.14
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
CATEGORIES?= mail
|
||||
MASTER_SITES= ${MASTER_SITE_GNU} \
|
||||
SF/${PORTNAME}/Mailman%202.1%20%28stable%29/${PORTVERSION}
|
||||
|
|
|
@ -32,7 +32,7 @@ mailman_start() {
|
|||
mailman_stop() {
|
||||
[ -f $pidfile ] \
|
||||
&& %%MAILMANDIR%%/bin/mailmanctl -q stop \
|
||||
|| echo ${name} not running? (check ${pidfile})
|
||||
|| echo ${name} not running? \(check ${pidfile}\)
|
||||
}
|
||||
|
||||
run_rc_command "$1"
|
||||
|
|
Loading…
Add table
Reference in a new issue