aboutsummaryrefslogtreecommitdiffstats
path: root/comms
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 /comms
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 'comms')
-rw-r--r--comms/conserver-com/Makefile2
-rw-r--r--comms/conserver-com/files/conserver.in (renamed from comms/conserver-com/files/conserver.sh.in)0
-rw-r--r--comms/conserver/Makefile2
-rw-r--r--comms/conserver/files/conserver.in (renamed from comms/conserver/files/conserver.sh.in)0
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/hylafax/files/hylafax.in (renamed from comms/hylafax/files/hylafax.sh.in)7
-rw-r--r--comms/lirc/Makefile2
-rw-r--r--comms/lirc/files/lircd.in (renamed from comms/lirc/files/lircd.sh.in)0
8 files changed, 6 insertions, 9 deletions
diff --git a/comms/conserver-com/Makefile b/comms/conserver-com/Makefile
index bbce60934046..18c936c60200 100644
--- a/comms/conserver-com/Makefile
+++ b/comms/conserver-com/Makefile
@@ -18,7 +18,7 @@ COMMENT= Application that allows multiple users to watch serial consoles
GNU_CONFIGURE= YES
CONFIGURE_ARGS= --with-master=${DEFAULTHOST} --with-port=${DEFAULTPORT} \
--with-pam --with-libwrap --with-openssl
-USE_RC_SUBR= conserver.sh
+USE_RC_SUBR= conserver
MAN1= console.1
MAN5= conserver.cf.5 conserver.passwd.5
diff --git a/comms/conserver-com/files/conserver.sh.in b/comms/conserver-com/files/conserver.in
index cb7e87dfece7..cb7e87dfece7 100644
--- a/comms/conserver-com/files/conserver.sh.in
+++ b/comms/conserver-com/files/conserver.in
diff --git a/comms/conserver/Makefile b/comms/conserver/Makefile
index abccf88bda5b..eec3f7cbde0b 100644
--- a/comms/conserver/Makefile
+++ b/comms/conserver/Makefile
@@ -30,7 +30,7 @@ DEFAULTHOST?= localhost
DEFAULTPORT?= 782
MAKE_ENV+= DEFAULTHOST="${DEFAULTHOST}" DEFAULTPORT="${DEFAULTPORT}"
#PKGMESSAGE= ${WRKDIR}/MESSAGE
-USE_RC_SUBR= conserver.sh
+USE_RC_SUBR= conserver
do-build:
${REINPLACE_CMD} -e 's:/usr/local/lib:${PREFIX}/etc:g' \
diff --git a/comms/conserver/files/conserver.sh.in b/comms/conserver/files/conserver.in
index 0cc210e94f2e..0cc210e94f2e 100644
--- a/comms/conserver/files/conserver.sh.in
+++ b/comms/conserver/files/conserver.in
diff --git a/comms/hylafax/Makefile b/comms/hylafax/Makefile
index f4bcb99a1a38..b36883a22031 100644
--- a/comms/hylafax/Makefile
+++ b/comms/hylafax/Makefile
@@ -36,7 +36,7 @@ MAKE_ARGS+= OPTIMIZER="" -EOPTIMIZER
PORTDOCS= RELEASENOTES-4.3.txt RELEASENOTES-4.4.txt RELEASENOTES-6.0.txt
SUB_FILES= pkg-message
-USE_RC_SUBR= hylafax.sh
+USE_RC_SUBR= hylafax
MAN1= edit-faxcover.1 faxalter.1 faxcover.1 faxmail.1 faxrm.1 faxstat.1 \
hylafax-client.1 sendfax.1 sendpage.1 sgi2fax.1 textfmt.1
diff --git a/comms/hylafax/files/hylafax.sh.in b/comms/hylafax/files/hylafax.in
index 9364e6ad689c..3645960deefa 100644
--- a/comms/hylafax/files/hylafax.sh.in
+++ b/comms/hylafax/files/hylafax.in
@@ -1,8 +1,7 @@
-
#!/bin/sh
-#
-# $Id: hylafax.sh
+# $FreeBSD$
+#
# PROVIDE: hylafax
# REQUIRE: LOGIN
# KEYWORD: shutdown
@@ -25,5 +24,3 @@ procname="%%PREFIX%%/sbin/faxq"
load_rc_config $name
run_rc_command "$1"
-
-# eof
diff --git a/comms/lirc/Makefile b/comms/lirc/Makefile
index 30c8acb792d0..5f352f674512 100644
--- a/comms/lirc/Makefile
+++ b/comms/lirc/Makefile
@@ -39,7 +39,7 @@ OPTIONS_DEFINE= MINIMAL DEBUG UARTLIRC
MINIMAL_DESC= Build with minmal dependencies
UARTLIRC_DESC= Install serial LIRC driver
-USE_RC_SUBR= lircd.sh
+USE_RC_SUBR= lircd
PORTDOCS= html images irxevent.keys lirc.css lirc.hwdb
PORTEXAMPLES= remotes
SUB_FILES= pkg-message lircd.conf
diff --git a/comms/lirc/files/lircd.sh.in b/comms/lirc/files/lircd.in
index ecc2cc83d122..ecc2cc83d122 100644
--- a/comms/lirc/files/lircd.sh.in
+++ b/comms/lirc/files/lircd.in