aboutsummaryrefslogtreecommitdiff
path: root/mail/dcc-dccd
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 /mail/dcc-dccd
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 'mail/dcc-dccd')
-rw-r--r--mail/dcc-dccd/Makefile8
-rw-r--r--mail/dcc-dccd/files/dccd.in (renamed from mail/dcc-dccd/files/dccd.sh.in)4
-rw-r--r--mail/dcc-dccd/files/dccgrey.in (renamed from mail/dcc-dccd/files/dccgrey.sh.in)3
-rw-r--r--mail/dcc-dccd/files/dccifd.in (renamed from mail/dcc-dccd/files/dccifd.sh.in)3
-rw-r--r--mail/dcc-dccd/files/dccm.in (renamed from mail/dcc-dccd/files/dccm.sh.in)3
5 files changed, 12 insertions, 9 deletions
diff --git a/mail/dcc-dccd/Makefile b/mail/dcc-dccd/Makefile
index 8128f6524b71..47e78b0e640b 100644
--- a/mail/dcc-dccd/Makefile
+++ b/mail/dcc-dccd/Makefile
@@ -122,7 +122,7 @@ CONFIGURE_ARGS+= --with-sendmail=yes
PLIST_SUB+= WITH_DCCM=""
-USE_RC_SUBR+= dccm.sh
+USE_RC_SUBR+= dccm
.else
CONFIGURE_ARGS+= --disable-dccm
@@ -136,7 +136,7 @@ CONFIGURE_ARGS+= --disable-dccifd
PLIST_SUB+= WITH_DCCIFD="@comment "
.else
PLIST_SUB+= WITH_DCCIFD=""
-USE_RC_SUBR+= dccifd.sh
+USE_RC_SUBR+= dccifd
.endif
## dccd server support
@@ -163,11 +163,11 @@ PLIST_SUB+= WITH_IFD_MILT=""
.endif
.if defined(WITH_DCCD)
-USE_RC_SUBR+= dccd.sh
+USE_RC_SUBR+= dccd
.endif
.if defined(WITH_DCCGREY)
-USE_RC_SUBR+= dccgrey.sh
+USE_RC_SUBR+= dccgrey
PLIST_SUB+= WITH_DCCGREY=""
.else
PLIST_SUB+= WITH_DCCGREY="@comment "
diff --git a/mail/dcc-dccd/files/dccd.sh.in b/mail/dcc-dccd/files/dccd.in
index 5618e428bf27..40bd326d732a 100644
--- a/mail/dcc-dccd/files/dccd.sh.in
+++ b/mail/dcc-dccd/files/dccd.in
@@ -1,10 +1,11 @@
#!/bin/sh
+
+# $FreeBSD$
#
# PROVIDE: dccd
# REQUIRE: LOGIN
# BEFORE: mail
# KEYWORD: shutdown
-
#
# Add the following lines to /etc/rc.conf:
#
@@ -20,7 +21,6 @@
#
#
# See %%DCCHOME%%/dcc_conf to configure startup options
-#
. /etc/rc.subr
diff --git a/mail/dcc-dccd/files/dccgrey.sh.in b/mail/dcc-dccd/files/dccgrey.in
index 87267ba69ad1..6eae2ae20d08 100644
--- a/mail/dcc-dccd/files/dccgrey.sh.in
+++ b/mail/dcc-dccd/files/dccgrey.in
@@ -1,4 +1,6 @@
#!/bin/sh
+
+# $FreeBSD$
#
# PROVIDE: dccgrey
# REQUIRE: LOGIN
@@ -20,7 +22,6 @@
#
#
# See %%DCCHOME%%/dcc_conf to configure startup options
-#
. /etc/rc.subr
diff --git a/mail/dcc-dccd/files/dccifd.sh.in b/mail/dcc-dccd/files/dccifd.in
index 95fa8cd54fcd..ecea2d85bab8 100644
--- a/mail/dcc-dccd/files/dccifd.sh.in
+++ b/mail/dcc-dccd/files/dccifd.in
@@ -1,4 +1,6 @@
#!/bin/sh
+
+# $FreeBSD$
#
# PROVIDE: dccifd
# REQUIRE: LOGIN
@@ -20,7 +22,6 @@
#
#
# See %%DCCHOME%%/dcc_conf to configure startup options
-#
. /etc/rc.subr
diff --git a/mail/dcc-dccd/files/dccm.sh.in b/mail/dcc-dccd/files/dccm.in
index 4ef5ea578ef0..47f6dbe0733c 100644
--- a/mail/dcc-dccd/files/dccm.sh.in
+++ b/mail/dcc-dccd/files/dccm.in
@@ -1,4 +1,6 @@
#!/bin/sh
+
+# $FreeBSD$
#
# PROVIDE: dccm
# REQUIRE: LOGIN
@@ -20,7 +22,6 @@
#
#
# See %%DCCHOME%%/dcc_conf to configure startup options
-#
. /etc/rc.subr