aboutsummaryrefslogtreecommitdiffstats
path: root/net-mgmt
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-08-06 07:19:36 +0800
committerdougb <dougb@FreeBSD.org>2012-08-06 07:19:36 +0800
commitf0d9f58b7f1825fb95236f427a6400ad54ad4b5e (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /net-mgmt
parent37b2a027341f57b44383efc005905ca41779dce6 (diff)
downloadfreebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.gz
freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.tar.zst
freebsd-ports-gnome-f0d9f58b7f1825fb95236f427a6400ad54ad4b5e.zip
Move the rc.d scripts of the form *.sh.in to *.in
Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op
Diffstat (limited to 'net-mgmt')
-rw-r--r--net-mgmt/arpwatch/Makefile2
-rw-r--r--net-mgmt/arpwatch/files/arpwatch.in (renamed from net-mgmt/arpwatch/files/arpwatch.sh.in)0
-rw-r--r--net-mgmt/bigsister/Makefile2
-rw-r--r--net-mgmt/bigsister/files/bigsister.in (renamed from net-mgmt/bigsister/files/bigsister.sh.in)0
-rw-r--r--net-mgmt/choparp/Makefile2
-rw-r--r--net-mgmt/choparp/files/choparp.in (renamed from net-mgmt/choparp/files/choparp.sh.in)0
-rw-r--r--net-mgmt/fprobe/Makefile2
-rw-r--r--net-mgmt/fprobe/files/fprobe.in (renamed from net-mgmt/fprobe/files/fprobe.sh.in)0
-rw-r--r--net-mgmt/ipacctd/Makefile2
-rw-r--r--net-mgmt/ipacctd/files/ipacctd.in (renamed from net-mgmt/ipacctd/files/ipacctd.sh.in)0
-rw-r--r--net-mgmt/nagios-devel/Makefile2
-rw-r--r--net-mgmt/nagios-devel/files/nagios.in (renamed from net-mgmt/nagios-devel/files/nagios.sh.in)0
-rw-r--r--net-mgmt/net-snmp/Makefile2
-rw-r--r--net-mgmt/net-snmp/files/snmpd.in (renamed from net-mgmt/net-snmp/files/snmpd.sh.in)0
-rw-r--r--net-mgmt/net-snmp/files/snmptrapd.in (renamed from net-mgmt/net-snmp/files/snmptrapd.sh.in)0
-rw-r--r--net-mgmt/netmond/Makefile2
-rw-r--r--net-mgmt/netmond/files/netmond.in (renamed from net-mgmt/netmond/files/netmond.sh.in)0
-rw-r--r--net-mgmt/ng_ipacct/Makefile2
-rw-r--r--net-mgmt/ng_ipacct/files/ng_ipacct.in (renamed from net-mgmt/ng_ipacct/files/ng_ipacct.sh.in)0
-rw-r--r--net-mgmt/noc/Makefile2
-rw-r--r--net-mgmt/noc/files/noc.in (renamed from net-mgmt/noc/files/noc.sh.in)0
-rw-r--r--net-mgmt/pnp/Makefile2
-rw-r--r--net-mgmt/pnp/files/npcd.in (renamed from net-mgmt/pnp/files/npcd.sh.in)0
-rw-r--r--net-mgmt/snmptt/Makefile2
-rw-r--r--net-mgmt/snmptt/files/snmptt.in (renamed from net-mgmt/snmptt/files/snmptt.sh.in)0
-rw-r--r--net-mgmt/xymon-client/Makefile2
-rw-r--r--net-mgmt/xymon-client/files/xymon-client.in (renamed from net-mgmt/xymon-client/files/xymon-client.sh.in)0
-rw-r--r--net-mgmt/xymon-server/Makefile2
-rw-r--r--net-mgmt/xymon-server/files/xymon-server.in (renamed from net-mgmt/xymon-server/files/xymon-server.sh.in)0
29 files changed, 14 insertions, 14 deletions
diff --git a/net-mgmt/arpwatch/Makefile b/net-mgmt/arpwatch/Makefile
index 4643f800a2a1..8a69a979bd40 100644
--- a/net-mgmt/arpwatch/Makefile
+++ b/net-mgmt/arpwatch/Makefile
@@ -26,7 +26,7 @@ INSTALL_TARGET= install install-man
MAN8= arpwatch.8 arpsnmp.8
SUB_FILES= pkg-message
-USE_RC_SUBR= arpwatch.sh
+USE_RC_SUBR= arpwatch
.ifdef ARPDIR
MAKE_ARGS= ARPDIR=${ARPDIR}
diff --git a/net-mgmt/arpwatch/files/arpwatch.sh.in b/net-mgmt/arpwatch/files/arpwatch.in
index c2d51e145366..c2d51e145366 100644
--- a/net-mgmt/arpwatch/files/arpwatch.sh.in
+++ b/net-mgmt/arpwatch/files/arpwatch.in
diff --git a/net-mgmt/bigsister/Makefile b/net-mgmt/bigsister/Makefile
index 021f66acda22..cdf56e2b244f 100644
--- a/net-mgmt/bigsister/Makefile
+++ b/net-mgmt/bigsister/Makefile
@@ -24,7 +24,7 @@ RUN_DEPENDS= net-snmp>=0:${PORTSDIR}/net-mgmt/net-snmp \
USE_GMAKE= yes
USE_PERL5= yes
-USE_RC_SUBR= ${PORTNAME}.sh
+USE_RC_SUBR= ${PORTNAME}
NO_BUILD= yes
HAS_CONFIGURE= yes
diff --git a/net-mgmt/bigsister/files/bigsister.sh.in b/net-mgmt/bigsister/files/bigsister.in
index 4cff1d36d64d..4cff1d36d64d 100644
--- a/net-mgmt/bigsister/files/bigsister.sh.in
+++ b/net-mgmt/bigsister/files/bigsister.in
diff --git a/net-mgmt/choparp/Makefile b/net-mgmt/choparp/Makefile
index 2234bb93c3dd..ea1047f1e9c4 100644
--- a/net-mgmt/choparp/Makefile
+++ b/net-mgmt/choparp/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= SF
MAINTAINER= nork@FreeBSD.org
COMMENT= Simple proxy arp daemon
-USE_RC_SUBR= choparp.sh
+USE_RC_SUBR= choparp
MANCOMPRESSED= yes
MAN8= choparp.8
diff --git a/net-mgmt/choparp/files/choparp.sh.in b/net-mgmt/choparp/files/choparp.in
index ba8d8e4bb2d5..ba8d8e4bb2d5 100644
--- a/net-mgmt/choparp/files/choparp.sh.in
+++ b/net-mgmt/choparp/files/choparp.in
diff --git a/net-mgmt/fprobe/Makefile b/net-mgmt/fprobe/Makefile
index 617a6fd571bb..9f22c83f1127 100644
--- a/net-mgmt/fprobe/Makefile
+++ b/net-mgmt/fprobe/Makefile
@@ -19,7 +19,7 @@ PLIST_FILES= sbin/fprobe
PORTDOCS= ChangeLog README
SUB_LIST= NAME=${PORTNAME}
USE_BZIP2= yes
-USE_RC_SUBR= fprobe.sh
+USE_RC_SUBR= fprobe
MAN8= fprobe.8
diff --git a/net-mgmt/fprobe/files/fprobe.sh.in b/net-mgmt/fprobe/files/fprobe.in
index b2cff48f2b11..b2cff48f2b11 100644
--- a/net-mgmt/fprobe/files/fprobe.sh.in
+++ b/net-mgmt/fprobe/files/fprobe.in
diff --git a/net-mgmt/ipacctd/Makefile b/net-mgmt/ipacctd/Makefile
index 4efbc9915f53..5abeacb81035 100644
--- a/net-mgmt/ipacctd/Makefile
+++ b/net-mgmt/ipacctd/Makefile
@@ -14,7 +14,7 @@ MASTER_SITES= ftp://ftp.wuppy.net.ru/pub/FreeBSD/local/ipacctd/ \
MAINTAINER= skv@FreeBSD.org
COMMENT= IP accounting using divert socket
-USE_RC_SUBR= ipacctd.sh
+USE_RC_SUBR= ipacctd
WRKSRC= ${WRKDIR}/${PORTNAME}
MAKE_ENV+= BINDIR="${PREFIX}/sbin"
diff --git a/net-mgmt/ipacctd/files/ipacctd.sh.in b/net-mgmt/ipacctd/files/ipacctd.in
index c0113cb314b6..c0113cb314b6 100644
--- a/net-mgmt/ipacctd/files/ipacctd.sh.in
+++ b/net-mgmt/ipacctd/files/ipacctd.in
diff --git a/net-mgmt/nagios-devel/Makefile b/net-mgmt/nagios-devel/Makefile
index 76aec908db60..7c3d4dfd58b8 100644
--- a/net-mgmt/nagios-devel/Makefile
+++ b/net-mgmt/nagios-devel/Makefile
@@ -24,7 +24,7 @@ LATEST_LINK= nagios-devel
USE_ICONV= yes
USE_PERL5_BUILD=yes
USE_AUTOTOOLS= autoconf libltdl
-USE_RC_SUBR= nagios.sh
+USE_RC_SUBR= nagios
CONFLICTS= nagios-[123].*
diff --git a/net-mgmt/nagios-devel/files/nagios.sh.in b/net-mgmt/nagios-devel/files/nagios.in
index a7e9215f25f7..a7e9215f25f7 100644
--- a/net-mgmt/nagios-devel/files/nagios.sh.in
+++ b/net-mgmt/nagios-devel/files/nagios.in
diff --git a/net-mgmt/net-snmp/Makefile b/net-mgmt/net-snmp/Makefile
index 9acb5fc722c6..4e76bd296cef 100644
--- a/net-mgmt/net-snmp/Makefile
+++ b/net-mgmt/net-snmp/Makefile
@@ -35,7 +35,7 @@ OPTIONS= IPV6 "Build with IPv6 support" on \
MAKE_JOBS_UNSAFE= yes
GNU_CONFIGURE= yes
-USE_RC_SUBR= snmpd.sh snmptrapd.sh
+USE_RC_SUBR= snmpd snmptrapd
USE_OPENSSL= yes
USE_LDCONFIG= yes
WANT_PERL= yes
diff --git a/net-mgmt/net-snmp/files/snmpd.sh.in b/net-mgmt/net-snmp/files/snmpd.in
index 83d0c08efa29..83d0c08efa29 100644
--- a/net-mgmt/net-snmp/files/snmpd.sh.in
+++ b/net-mgmt/net-snmp/files/snmpd.in
diff --git a/net-mgmt/net-snmp/files/snmptrapd.sh.in b/net-mgmt/net-snmp/files/snmptrapd.in
index ac77e1c1fa49..ac77e1c1fa49 100644
--- a/net-mgmt/net-snmp/files/snmptrapd.sh.in
+++ b/net-mgmt/net-snmp/files/snmptrapd.in
diff --git a/net-mgmt/netmond/Makefile b/net-mgmt/netmond/Makefile
index 1232007b9b34..5fea45c59346 100644
--- a/net-mgmt/netmond/Makefile
+++ b/net-mgmt/netmond/Makefile
@@ -47,7 +47,7 @@ PLIST_FILES= sbin/netmond sbin/netmond_watchdog sbin/netmondctl \
PLIST_FILES+= sbin/ifgraph
.endif
-USE_RC_SUBR= netmond.sh
+USE_RC_SUBR= netmond
SUB_FILES+= pkg-message netmond_watchdog netmondctl
diff --git a/net-mgmt/netmond/files/netmond.sh.in b/net-mgmt/netmond/files/netmond.in
index ba4de7333433..ba4de7333433 100644
--- a/net-mgmt/netmond/files/netmond.sh.in
+++ b/net-mgmt/netmond/files/netmond.in
diff --git a/net-mgmt/ng_ipacct/Makefile b/net-mgmt/ng_ipacct/Makefile
index 277bc8c0c016..cb59702c8c61 100644
--- a/net-mgmt/ng_ipacct/Makefile
+++ b/net-mgmt/ng_ipacct/Makefile
@@ -32,7 +32,7 @@ MAN8= ipacctctl.8
MANLANG= ru.KOI8-R
MANCOMPRESSED= yes
-USE_RC_SUBR= ng_ipacct.sh
+USE_RC_SUBR= ng_ipacct
SUB_FILES= pkg-message
.include <bsd.port.pre.mk>
diff --git a/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in b/net-mgmt/ng_ipacct/files/ng_ipacct.in
index 572f354bb8b8..572f354bb8b8 100644
--- a/net-mgmt/ng_ipacct/files/ng_ipacct.sh.in
+++ b/net-mgmt/ng_ipacct/files/ng_ipacct.in
diff --git a/net-mgmt/noc/Makefile b/net-mgmt/noc/Makefile
index ee4736910580..2a3c7d94f97a 100644
--- a/net-mgmt/noc/Makefile
+++ b/net-mgmt/noc/Makefile
@@ -87,7 +87,7 @@ SUB_FILES= pkg-install \
SUB_LIST= PREFIX=${PREFIX} \
${PLIST_SUB}
-USE_RC_SUBR= noc.sh
+USE_RC_SUBR= noc
NOC_CONF_FILES= etc/noc-activator.defaults \
etc/noc-classifier.defaults \
diff --git a/net-mgmt/noc/files/noc.sh.in b/net-mgmt/noc/files/noc.in
index dad6a3fc9c02..dad6a3fc9c02 100644
--- a/net-mgmt/noc/files/noc.sh.in
+++ b/net-mgmt/noc/files/noc.in
diff --git a/net-mgmt/pnp/Makefile b/net-mgmt/pnp/Makefile
index 46fb7f75c40e..03aebad99742 100644
--- a/net-mgmt/pnp/Makefile
+++ b/net-mgmt/pnp/Makefile
@@ -32,7 +32,7 @@ USE_PERL5= yes
USE_PHP= gd iconv json pcre simplexml sockets xml zlib
WANT_PHP_WEB= yes
-USE_RC_SUBR= npcd.sh
+USE_RC_SUBR= npcd
MAN8= npcd.8
USE_DOS2UNIX= yes
DOS2UNIX_REGEX= '.*\.\(php\|js\|txt\)$$'
diff --git a/net-mgmt/pnp/files/npcd.sh.in b/net-mgmt/pnp/files/npcd.in
index 32ead7ca6718..32ead7ca6718 100644
--- a/net-mgmt/pnp/files/npcd.sh.in
+++ b/net-mgmt/pnp/files/npcd.in
diff --git a/net-mgmt/snmptt/Makefile b/net-mgmt/snmptt/Makefile
index 3d618877d3b2..8679fff0e2d3 100644
--- a/net-mgmt/snmptt/Makefile
+++ b/net-mgmt/snmptt/Makefile
@@ -22,7 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION}
USE_PERL5= yes
-USE_RC_SUBR= snmptt.sh
+USE_RC_SUBR= snmptt
SCRIPTS= snmptt snmptt-net-snmp-test snmpttconvert \
snmpttconvertmib snmptthandler
diff --git a/net-mgmt/snmptt/files/snmptt.sh.in b/net-mgmt/snmptt/files/snmptt.in
index 61860e7dbd18..61860e7dbd18 100644
--- a/net-mgmt/snmptt/files/snmptt.sh.in
+++ b/net-mgmt/snmptt/files/snmptt.in
diff --git a/net-mgmt/xymon-client/Makefile b/net-mgmt/xymon-client/Makefile
index 28f21de3e1ac..9a68d3d0faed 100644
--- a/net-mgmt/xymon-client/Makefile
+++ b/net-mgmt/xymon-client/Makefile
@@ -24,7 +24,7 @@ USE_GMAKE= yes
CONFIGURE_ENV= MAKE=gmake
MAKE_ENV+= XYMONUSER="${XYMONUSER}"
MAKE_ENV+= XYMONHOSTIP="${XYMONHOSTIP}"
-USE_RC_SUBR= xymon-client.sh
+USE_RC_SUBR= xymon-client
PLIST_SUB+= XYMONUSER="${XYMONUSER}"
CONFIG_FILES= clientlaunch.cfg xymonclient.cfg localclient.cfg
diff --git a/net-mgmt/xymon-client/files/xymon-client.sh.in b/net-mgmt/xymon-client/files/xymon-client.in
index 36cc378aca5c..36cc378aca5c 100644
--- a/net-mgmt/xymon-client/files/xymon-client.sh.in
+++ b/net-mgmt/xymon-client/files/xymon-client.in
diff --git a/net-mgmt/xymon-server/Makefile b/net-mgmt/xymon-server/Makefile
index ff8268d979eb..2e60e15ad5c0 100644
--- a/net-mgmt/xymon-server/Makefile
+++ b/net-mgmt/xymon-server/Makefile
@@ -33,7 +33,7 @@ CONFIGURE_ENV= MAKE=gmake
MAKE_ENV+= XYMONUSER="${XYMONUSER}"
MAKE_ENV+= XYMONHOSTNAME="${XYMONHOSTNAME}"
MAKE_ENV+= XYMONHOSTIP="${XYMONHOSTIP}"
-USE_RC_SUBR= xymon-server.sh
+USE_RC_SUBR= xymon-server
SUB_LIST+= XYMONUSER="${XYMONUSER}"
PLIST_SUB+= XYMONUSER="${XYMONUSER}" VARBASE="/var"
diff --git a/net-mgmt/xymon-server/files/xymon-server.sh.in b/net-mgmt/xymon-server/files/xymon-server.in
index 89aefd153361..89aefd153361 100644
--- a/net-mgmt/xymon-server/files/xymon-server.sh.in
+++ b/net-mgmt/xymon-server/files/xymon-server.in