aboutsummaryrefslogtreecommitdiff
path: root/net-p2p
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
committerDoug Barton <dougb@FreeBSD.org>2012-08-05 23:19:36 +0000
commit9aac569eaa031e27191a3f4165b389a17f467ad2 (patch)
tree1ed78841e1757014ccc09581c61c3683992d3f77 /net-p2p
parent47b836bfe5c397deb173a868525d4cba22cbb5fa (diff)
downloadports-9aac569eaa031e27191a3f4165b389a17f467ad2.tar.gz
ports-9aac569eaa031e27191a3f4165b389a17f467ad2.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
Notes
Notes: svn path=/head/; revision=302141
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/amule-devel/Makefile2
-rw-r--r--net-p2p/amule-devel/files/amuled.in (renamed from net-p2p/amule-devel/files/amuled.sh.in)6
-rw-r--r--net-p2p/amule/Makefile2
-rw-r--r--net-p2p/amule/files/amuled.in (renamed from net-p2p/amule/files/amuled.sh.in)6
-rw-r--r--net-p2p/bnbt/Makefile2
-rw-r--r--net-p2p/bnbt/files/bnbt.in (renamed from net-p2p/bnbt/files/bnbt.sh.in)0
-rw-r--r--net-p2p/i2p/Makefile2
-rw-r--r--net-p2p/i2p/files/i2p.in (renamed from net-p2p/i2p/files/i2p.sh.in)0
-rw-r--r--net-p2p/uhub/Makefile2
-rw-r--r--net-p2p/uhub/files/uhub.in (renamed from net-p2p/uhub/files/uhub.sh.in)0
10 files changed, 11 insertions, 11 deletions
diff --git a/net-p2p/amule-devel/Makefile b/net-p2p/amule-devel/Makefile
index 41624c732b6e..e22dd47df2f7 100644
--- a/net-p2p/amule-devel/Makefile
+++ b/net-p2p/amule-devel/Makefile
@@ -112,7 +112,7 @@ PLIST_SUB+= AMULECMD="@comment "
.if ${PORT_OPTIONS:MAMULEDAEMON}
CONFIGURE_ARGS+= --enable-amule-daemon
PLIST_SUB+= AMULEDAEMON=""
-USE_RC_SUBR= amuled.sh
+USE_RC_SUBR= amuled
.else
CONFIGURE_ARGS+= --disable-amule-daemon
PLIST_SUB+= AMULEDAEMON="@comment "
diff --git a/net-p2p/amule-devel/files/amuled.sh.in b/net-p2p/amule-devel/files/amuled.in
index 2ed3fa8d8548..2d6af76340f7 100644
--- a/net-p2p/amule-devel/files/amuled.sh.in
+++ b/net-p2p/amule-devel/files/amuled.in
@@ -1,14 +1,14 @@
#!/bin/sh
+
+# $FreeBSD$
#
# aMule RCng startup script
# Ogirinal work from Gabriele Cecchetti (amule.org forum)
#
-
# PROVIDE: amuled
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
-
#
# Add the following lines to /etc/rc.conf to enable amuled at startup
# amuled (bool): Set to "NO" by default.
@@ -17,7 +17,7 @@
# (default 'aMule')
# amuled_home (str): Set to home directory of user running amuled
# (default /home/${amuled_user})
-#
+
. /etc/rc.subr
name="amuled"
diff --git a/net-p2p/amule/Makefile b/net-p2p/amule/Makefile
index cd2b9ae1342f..6e58d2832d66 100644
--- a/net-p2p/amule/Makefile
+++ b/net-p2p/amule/Makefile
@@ -106,7 +106,7 @@ PLIST_SUB+= AMULECMD="@comment "
.if !defined(WITHOUT_AMULEDAEMON)
CONFIGURE_ARGS+= --enable-amule-daemon
PLIST_SUB+= AMULEDAEMON=""
-USE_RC_SUBR= amuled.sh
+USE_RC_SUBR= amuled
.else
CONFIGURE_ARGS+= --disable-amule-daemon
PLIST_SUB+= AMULEDAEMON="@comment "
diff --git a/net-p2p/amule/files/amuled.sh.in b/net-p2p/amule/files/amuled.in
index 2ed3fa8d8548..2d6af76340f7 100644
--- a/net-p2p/amule/files/amuled.sh.in
+++ b/net-p2p/amule/files/amuled.in
@@ -1,14 +1,14 @@
#!/bin/sh
+
+# $FreeBSD$
#
# aMule RCng startup script
# Ogirinal work from Gabriele Cecchetti (amule.org forum)
#
-
# PROVIDE: amuled
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
-
#
# Add the following lines to /etc/rc.conf to enable amuled at startup
# amuled (bool): Set to "NO" by default.
@@ -17,7 +17,7 @@
# (default 'aMule')
# amuled_home (str): Set to home directory of user running amuled
# (default /home/${amuled_user})
-#
+
. /etc/rc.subr
name="amuled"
diff --git a/net-p2p/bnbt/Makefile b/net-p2p/bnbt/Makefile
index a6c0557f6aac..ec7e0674730b 100644
--- a/net-p2p/bnbt/Makefile
+++ b/net-p2p/bnbt/Makefile
@@ -21,7 +21,7 @@ USE_GMAKE= yes
USE_DOS2UNIX= yes
SUB_FILES= pkg-message
-USE_RC_SUBR= bnbt.sh
+USE_RC_SUBR= bnbt
PORTDOCS= footer.html header.html
diff --git a/net-p2p/bnbt/files/bnbt.sh.in b/net-p2p/bnbt/files/bnbt.in
index f8bde3c225cb..f8bde3c225cb 100644
--- a/net-p2p/bnbt/files/bnbt.sh.in
+++ b/net-p2p/bnbt/files/bnbt.in
diff --git a/net-p2p/i2p/Makefile b/net-p2p/i2p/Makefile
index 69c0ff114b51..b64e48c0797f 100644
--- a/net-p2p/i2p/Makefile
+++ b/net-p2p/i2p/Makefile
@@ -33,7 +33,7 @@ LICENSE_DISTFILES_ASL= ${JETTY_DISTFILE}
LICENSE_DISTFILES_EULA= i2psource_${PORTVERSION}${EXTRACT_SUFX}
USE_BZIP2= yes
-USE_RC_SUBR= i2p.sh
+USE_RC_SUBR= i2p
JAVA_BUILD= jdk
USE_JAVA= yes
diff --git a/net-p2p/i2p/files/i2p.sh.in b/net-p2p/i2p/files/i2p.in
index ffc192912fe7..ffc192912fe7 100644
--- a/net-p2p/i2p/files/i2p.sh.in
+++ b/net-p2p/i2p/files/i2p.in
diff --git a/net-p2p/uhub/Makefile b/net-p2p/uhub/Makefile
index a6b73cfb4ba9..312e986c3673 100644
--- a/net-p2p/uhub/Makefile
+++ b/net-p2p/uhub/Makefile
@@ -18,7 +18,7 @@ COMMENT= High performance peer-to-peer hub for the ADC network
USE_PERL5_BUILD=yes
USE_GMAKE= yes
-USE_RC_SUBR= uhub.sh
+USE_RC_SUBR= uhub
USERS= uhub
GROUPS= uhub
SHAREGRP= uhub
diff --git a/net-p2p/uhub/files/uhub.sh.in b/net-p2p/uhub/files/uhub.in
index 7a06bcfefaf2..7a06bcfefaf2 100644
--- a/net-p2p/uhub/files/uhub.sh.in
+++ b/net-p2p/uhub/files/uhub.in