1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00

- Fix small bug in ncid's rc.d files

- Bump PORTREVSION

Reported by:	Diane Bruce (db@)
This commit is contained in:
Dennis Herrmann 2009-10-17 13:29:53 +00:00
parent 2e7178eec4
commit fb6f893987
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242972
5 changed files with 61 additions and 0 deletions

View File

@ -7,6 +7,7 @@
PORTNAME= ncid
PORTVERSION= 0.74
PORTREVISION= 1
CATEGORIES= comms
MASTER_SITES= SF
DISTNAME= ${PORTNAME}-${PORTVERSION}-src

View File

@ -0,0 +1,15 @@
--- ./FreeBSD/ncidd.orig 2009-10-17 15:13:04.000000000 +0200
+++ ./FreeBSD/ncidd 2009-10-17 15:13:32.000000000 +0200
@@ -12,11 +12,10 @@
. /etc/rc.subr
+name=ncidd
rcvar=`set_rcvar`
extra_commands="condrestart"
-name=ncidd
-
command=/usr/local/sbin/$name
pidfile="/var/run/${name}.pid"
command_args="--pidfile /var/run/${name}.pid"

View File

@ -0,0 +1,14 @@
--- ./FreeBSD/ncidsip.orig 2009-10-17 15:13:04.000000000 +0200
+++ ./FreeBSD/ncidsip 2009-10-17 15:13:33.000000000 +0200
@@ -12,10 +12,10 @@
. /etc/rc.subr
+name=ncidsip
rcvar=`set_rcvar`
extra_commands="condrestart"
-name=ncidsip
pidfile="/var/run/${name}.pid"
args="--pidfile /var/run/${name}.pid"

View File

@ -0,0 +1,17 @@
--- ./FreeBSD/sip2ncid.orig 2009-10-17 15:13:04.000000000 +0200
+++ ./FreeBSD/sip2ncid 2009-10-17 15:13:33.000000000 +0200
@@ -10,13 +10,12 @@
#
sip2ncid_enable="${sip2ncid_enable-NO}"
+name=sip2ncid
. /etc/rc.subr
rcvar=`set_rcvar`
extra_commands="condrestart"
-name=sip2ncid
-
command=/usr/local/sbin/$name
pidfile="/var/run/${name}.pid"
command_args="--pidfile /var/run/${name}.pid"

View File

@ -0,0 +1,14 @@
--- ./FreeBSD/yac2ncid.orig 2009-10-17 15:13:04.000000000 +0200
+++ ./FreeBSD/yac2ncid 2009-10-17 15:13:34.000000000 +0200
@@ -12,10 +12,10 @@
. /etc/rc.subr
+name=yac2ncid
rcvar=`set_rcvar`
extra_commands="condrestart"
-name=yac2ncid
pidfile="/var/run/${name}.pid"
args=""