- Fix missing escapes in the rc script.

PR:		ports/157868
Submitted by:	Roland Behme <rb@nugman.de>
This commit is contained in:
Wesley Shields 2011-06-14 11:49:25 +00:00
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

View file

@ -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}

View file

@ -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"