aboutsummaryrefslogtreecommitdiff
path: root/comms/hylafax
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 /comms/hylafax
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 'comms/hylafax')
-rw-r--r--comms/hylafax/Makefile2
-rw-r--r--comms/hylafax/files/hylafax.in (renamed from comms/hylafax/files/hylafax.sh.in)7
2 files changed, 3 insertions, 6 deletions
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