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:
parent
2e7178eec4
commit
fb6f893987
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=242972
@ -7,6 +7,7 @@
|
||||
|
||||
PORTNAME= ncid
|
||||
PORTVERSION= 0.74
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= comms
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
|
||||
|
15
comms/ncid/files/patch-FreeBSD__ncidd
Normal file
15
comms/ncid/files/patch-FreeBSD__ncidd
Normal 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"
|
14
comms/ncid/files/patch-FreeBSD__ncidsip
Normal file
14
comms/ncid/files/patch-FreeBSD__ncidsip
Normal 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"
|
||||
|
17
comms/ncid/files/patch-FreeBSD__sip2ncid
Normal file
17
comms/ncid/files/patch-FreeBSD__sip2ncid
Normal 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"
|
14
comms/ncid/files/patch-FreeBSD__yac2ncid
Normal file
14
comms/ncid/files/patch-FreeBSD__yac2ncid
Normal 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=""
|
||||
|
Loading…
Reference in New Issue
Block a user