Use quotes to be consistent with other rc scripts.

This commit is contained in:
ajacoutot 2010-12-11 08:05:38 +00:00
parent d725b0742f
commit fb9e2948ec
4 changed files with 8 additions and 8 deletions

View File

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

View File

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

View File

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

View File

@ -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() {