ajaxterm needs -d to daemonize; move it from daemon_flags to daemon.

From rpe, ok ajacoutot@
This commit is contained in:
sthen 2012-08-25 10:05:34 +00:00
parent d682cf0b3e
commit 72a1e1685b
2 changed files with 5 additions and 5 deletions

View File

@ -1,10 +1,10 @@
# $OpenBSD: Makefile,v 1.15 2012/07/09 21:16:47 jasper Exp $
# $OpenBSD: Makefile,v 1.16 2012/08/25 10:05:34 sthen Exp $
COMMENT = web-based SSH client
DISTNAME = Ajaxterm-0.10
PKGNAME = ajaxterm-0.10
REVISION = 7
REVISION = 8
CATEGORIES = net security www
PKG_ARCH = *

View File

@ -1,9 +1,9 @@
#!/bin/sh
#
# $OpenBSD: ajaxterm.rc,v 1.1 2012/06/12 17:20:05 jasper Exp $
# $OpenBSD: ajaxterm.rc,v 1.2 2012/08/25 10:05:34 sthen Exp $
daemon="${TRUEPREFIX}/bin/ajaxterm"
daemon_flags="-d -u _ajaxterm --command=/usr/bin/login"
daemon="${TRUEPREFIX}/bin/ajaxterm -d"
daemon_flags="-u _ajaxterm --command=/usr/bin/login"
. /etc/rc.d/rc.subr