Add an rc script for the gdomap daemon.

suggested and ok landry@
This commit is contained in:
sebastia 2012-08-19 10:13:29 +00:00
parent 8d7e960162
commit f6cae706a9
3 changed files with 16 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.44 2012/07/10 09:19:32 sebastia Exp $
# $OpenBSD: Makefile,v 1.45 2012/08/19 10:13:29 sebastia Exp $
COMMENT= GNUstep base library
DISTNAME= gnustep-base-1.24.0
REVISION = 0
REVISION = 1
SHARED_LIBS= gnustep-base 5.0
CATEGORIES= devel

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.13 2012/07/08 13:22:54 sebastia Exp $
@comment $OpenBSD: PLIST,v 1.14 2012/08/19 10:13:29 sebastia Exp $
@conflict swi-prolog-<=5.6.27p5
@bin bin/HTMLLinker
@bin bin/autogsdoc
@ -893,3 +893,4 @@ ${LIBDIR}/Resources/TraditionalChinese.lproj/Localizable.strings
@man man/man1/xmlparse.1
@man man/man8/gdomap.8
share/GNUstep/Makefiles/Additional/base.make
@rcscript ${RCDIR}/gdomap

View File

@ -0,0 +1,12 @@
#!/bin/sh
#
# $OpenBSD: gdomap.rc,v 1.1 2012/08/19 10:13:29 sebastia Exp $
daemon="${TRUEPREFIX}/bin/gdomap"
daemon_flags="-p"
. /etc/rc.d/rc.subr
rc_reload=NO
rc_cmd $1