Make rc_post quiet.
This commit is contained in:
parent
660010877d
commit
3ac371d7b4
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.41 2010/11/29 14:18:17 ajacoutot Exp $
|
||||
# $OpenBSD: Makefile,v 1.42 2010/12/01 19:57:01 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= Cyrus IMAP server
|
||||
COMMENT-perl= perl utils for the Cyrus IMAP server
|
||||
@ -9,6 +9,8 @@ PKGNAME-main= ${DISTNAME}
|
||||
FULLPKGNAME-perl=cyrus-imapd-perl-${V}
|
||||
FULLPKGPATH-perl=mail/cyrus-imapd,-perl
|
||||
|
||||
REVISION= 0
|
||||
|
||||
CATEGORIES= mail
|
||||
|
||||
HOMEPAGE= http://www.cyrusimap.org/
|
||||
|
@ -1,6 +1,6 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: cyrus_imapd.rc,v 1.2 2010/10/29 12:54:44 ajacoutot Exp $
|
||||
# $OpenBSD: cyrus_imapd.rc,v 1.3 2010/12/01 19:57:01 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
@ -8,7 +8,7 @@ daemon="${TRUEPREFIX}/libexec/cyrus-imapd/master"
|
||||
daemon_flags="-d"
|
||||
|
||||
rc_post() {
|
||||
rm /var/run/cyrus-master.pid
|
||||
rm -f /var/run/cyrus-master.pid
|
||||
}
|
||||
|
||||
rc_cmd $1
|
||||
|
Loading…
Reference in New Issue
Block a user