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
|
COMMENT= manage remote serial consoles via TCP/IP
|
||||||
|
|
||||||
DISTNAME= conserver-8.1.16
|
DISTNAME= conserver-8.1.16
|
||||||
REVISION= 2
|
REVISION= 3
|
||||||
CATEGORIES= comms
|
CATEGORIES= comms
|
||||||
|
|
||||||
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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
|
. /etc/rc.d/rc.subr
|
||||||
|
|
||||||
daemon=${TRUEPREFIX}/sbin/conserver
|
daemon="${TRUEPREFIX}/sbin/conserver"
|
||||||
daemon_flags="-d -n"
|
daemon_flags="-d -n"
|
||||||
|
|
||||||
rc_cmd $1
|
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
|
COMMENT= robust and small HTTP server and mail proxy server
|
||||||
|
|
||||||
DISTNAME= nginx-0.8.53
|
DISTNAME= nginx-0.8.53
|
||||||
CATEGORIES= www
|
CATEGORIES= www
|
||||||
|
|
||||||
REVISION= 2
|
REVISION= 3
|
||||||
|
|
||||||
HOMEPAGE= http://nginx.net/
|
HOMEPAGE= http://nginx.net/
|
||||||
|
|
||||||
|
@ -1,10 +1,10 @@
|
|||||||
#!/bin/sh
|
#!/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
|
. /etc/rc.d/rc.subr
|
||||||
|
|
||||||
daemon=${TRUEPREFIX}/sbin/nginx
|
daemon="${TRUEPREFIX}/sbin/nginx"
|
||||||
pexp="nginx:.*master.*process"
|
pexp="nginx:.*master.*process"
|
||||||
|
|
||||||
rc_reload() {
|
rc_reload() {
|
||||||
|
Loading…
Reference in New Issue
Block a user