Use quotes to be consistent with other rc scripts.
This commit is contained in:
parent
d725b0742f
commit
fb9e2948ec
@ -1,9 +1,9 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2010/11/08 09:58:11 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2010/12/11 08:05:38 ajacoutot Exp $
|
||||
|
||||
COMMENT= manage remote serial consoles via TCP/IP
|
||||
|
||||
DISTNAME= conserver-8.1.16
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
CATEGORIES= comms
|
||||
|
||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: conserver.rc,v 1.1 2010/11/08 09:58:11 sthen Exp $
|
||||
# $OpenBSD: conserver.rc,v 1.2 2010/12/11 08:05:38 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
daemon=${TRUEPREFIX}/sbin/conserver
|
||||
daemon="${TRUEPREFIX}/sbin/conserver"
|
||||
daemon_flags="-d -n"
|
||||
|
||||
rc_cmd $1
|
||||
|
@ -1,11 +1,11 @@
|
||||
# $OpenBSD: Makefile,v 1.34 2010/11/22 08:36:49 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.35 2010/12/11 08:05:38 ajacoutot Exp $
|
||||
|
||||
COMMENT= robust and small HTTP server and mail proxy server
|
||||
|
||||
DISTNAME= nginx-0.8.53
|
||||
CATEGORIES= www
|
||||
|
||||
REVISION= 2
|
||||
REVISION= 3
|
||||
|
||||
HOMEPAGE= http://nginx.net/
|
||||
|
||||
|
@ -1,10 +1,10 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $OpenBSD: nginx.rc,v 1.2 2010/11/04 07:54:51 ajacoutot Exp $
|
||||
# $OpenBSD: nginx.rc,v 1.3 2010/12/11 08:05:38 ajacoutot Exp $
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
||||
daemon=${TRUEPREFIX}/sbin/nginx
|
||||
daemon="${TRUEPREFIX}/sbin/nginx"
|
||||
pexp="nginx:.*master.*process"
|
||||
|
||||
rc_reload() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user