aboutsummaryrefslogtreecommitdiffstats
path: root/ftp
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 /ftp
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 'ftp')
-rw-r--r--ftp/frox/Makefile2
-rw-r--r--ftp/frox/files/frox.in (renamed from ftp/frox/files/frox.sh.in)0
-rw-r--r--ftp/ftpd-tls/Makefile2
-rw-r--r--ftp/ftpd-tls/files/ftpd-tls.in (renamed from ftp/ftpd-tls/files/ftpd-tls.sh.in)0
-rw-r--r--ftp/ftpsesame/Makefile2
-rw-r--r--ftp/ftpsesame/files/ftpsesame.in (renamed from ftp/ftpsesame/files/ftpsesame.sh.in)0
-rw-r--r--ftp/ncftpd/Makefile2
-rw-r--r--ftp/ncftpd/files/ncftpd.in (renamed from ftp/ncftpd/files/ncftpd.sh.in)3
-rw-r--r--ftp/pure-ftpd/Makefile2
-rw-r--r--ftp/pure-ftpd/files/pure-ftpd.in (renamed from ftp/pure-ftpd/files/pure-ftpd.sh.in)4
-rw-r--r--ftp/smbftpd/Makefile2
-rw-r--r--ftp/smbftpd/files/smbftpd.in (renamed from ftp/smbftpd/files/smbftpd.sh.in)4
-rw-r--r--ftp/vsftpd-ext/Makefile2
-rw-r--r--ftp/vsftpd-ext/files/vsftpd.in (renamed from ftp/vsftpd-ext/files/vsftpd.sh.in)0
-rw-r--r--ftp/vsftpd/Makefile2
-rw-r--r--ftp/vsftpd/files/vsftpd.in (renamed from ftp/vsftpd/files/vsftpd.sh.in)0
-rw-r--r--ftp/wzdftpd/Makefile2
-rw-r--r--ftp/wzdftpd/files/wzdftpd.in (renamed from ftp/wzdftpd/files/wzdftpd.sh.in)0
18 files changed, 15 insertions, 14 deletions
diff --git a/ftp/frox/Makefile b/ftp/frox/Makefile
index 86c5eca2a881..95390c154f7a 100644
--- a/ftp/frox/Makefile
+++ b/ftp/frox/Makefile
@@ -20,7 +20,7 @@ USE_BZIP2= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_RC_SUBR= frox.sh
+USE_RC_SUBR= frox
SUB_FILES= pkg-message
MAN1= frox.1
diff --git a/ftp/frox/files/frox.sh.in b/ftp/frox/files/frox.in
index 4b584b4167e3..4b584b4167e3 100644
--- a/ftp/frox/files/frox.sh.in
+++ b/ftp/frox/files/frox.in
diff --git a/ftp/ftpd-tls/Makefile b/ftp/ftpd-tls/Makefile
index dec789f64008..d0291b2ad59e 100644
--- a/ftp/ftpd-tls/Makefile
+++ b/ftp/ftpd-tls/Makefile
@@ -17,7 +17,7 @@ COMMENT= Ftp server supporting FTP AUTH TLS
GNU_CONFIGURE= YES
USE_OPENSSL= YES
-USE_RC_SUBR= ftpd-tls.sh
+USE_RC_SUBR= ftpd-tls
MAN8= ftpd-tls.8
diff --git a/ftp/ftpd-tls/files/ftpd-tls.sh.in b/ftp/ftpd-tls/files/ftpd-tls.in
index a276e72ca1bc..a276e72ca1bc 100644
--- a/ftp/ftpd-tls/files/ftpd-tls.sh.in
+++ b/ftp/ftpd-tls/files/ftpd-tls.in
diff --git a/ftp/ftpsesame/Makefile b/ftp/ftpsesame/Makefile
index 074f06febc8c..6ceb221910bb 100644
--- a/ftp/ftpsesame/Makefile
+++ b/ftp/ftpsesame/Makefile
@@ -17,7 +17,7 @@ COMMENT= Helper for pf firewall to pass FTP protocol
MAN8= ftpsesame.8
PLIST_FILES= bin/ftpsesame
-USE_RC_SUBR= ftpsesame.sh
+USE_RC_SUBR= ftpsesame
MAKE_ARGS= PREFIX=${PREFIX} MANPREFIX=${MANPREFIX}
diff --git a/ftp/ftpsesame/files/ftpsesame.sh.in b/ftp/ftpsesame/files/ftpsesame.in
index 6bcb29a525b3..6bcb29a525b3 100644
--- a/ftp/ftpsesame/files/ftpsesame.sh.in
+++ b/ftp/ftpsesame/files/ftpsesame.in
diff --git a/ftp/ncftpd/Makefile b/ftp/ncftpd/Makefile
index 59af71174193..80558d614f71 100644
--- a/ftp/ncftpd/Makefile
+++ b/ftp/ncftpd/Makefile
@@ -22,7 +22,7 @@ ONLY_FOR_ARCHS= i386 amd64
NO_BUILD= YES
RESTRICTED= 30 day evaluation license
-USE_RC_SUBR= ncftpd.sh
+USE_RC_SUBR= ncftpd
SUB_FILES= pkg-message
PORTDOCS= install.html README README.freebsd LICENSE
diff --git a/ftp/ncftpd/files/ncftpd.sh.in b/ftp/ncftpd/files/ncftpd.in
index 779a78065c89..dcdc33a42d57 100644
--- a/ftp/ncftpd/files/ncftpd.sh.in
+++ b/ftp/ncftpd/files/ncftpd.in
@@ -1,5 +1,7 @@
#!/bin/sh
+# $FreeBSD$
+#
# PROVIDE: ncftpd
# REQUIRE: DAEMON
#
@@ -9,7 +11,6 @@
# ncftpd_enable="YES"
# ncftpd_flags="-dq" # Not required
# ncftpd_config="/path/to/general.cf /path/to/domain.cf" # Not required
-#
. /etc/rc.subr
diff --git a/ftp/pure-ftpd/Makefile b/ftp/pure-ftpd/Makefile
index 6c5539a8d66b..5075cedfe065 100644
--- a/ftp/pure-ftpd/Makefile
+++ b/ftp/pure-ftpd/Makefile
@@ -19,7 +19,7 @@ SUB_FILES= pkg-message
SUB_LIST= PAM_DIR=${PAM_DIR} PAM_TARGET=${PAM_TARGET}
USE_BZIP2= yes
USE_PERL5_RUN= yes
-USE_RC_SUBR= pure-ftpd.sh
+USE_RC_SUBR= pure-ftpd
GNU_CONFIGURE= yes
MAKE_JOBS_SAFE= yes
CONFIGURE_ARGS= --with-everything \
diff --git a/ftp/pure-ftpd/files/pure-ftpd.sh.in b/ftp/pure-ftpd/files/pure-ftpd.in
index 50043abd0d98..c8a389076788 100644
--- a/ftp/pure-ftpd/files/pure-ftpd.sh.in
+++ b/ftp/pure-ftpd/files/pure-ftpd.in
@@ -1,10 +1,11 @@
#!/bin/sh
+# $FreeBSD$
+#
# PROVIDE: pureftpd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
-
#
# Add the following lines to /etc/rc.conf to enable pure-ftpd:
#
@@ -13,7 +14,6 @@
# For launch uploadscript daemon define
# pureftpd_upload_enable="YES"
# pureftpd_uploadscript="/full/path/to/launch_script"
-#
. /etc/rc.subr
diff --git a/ftp/smbftpd/Makefile b/ftp/smbftpd/Makefile
index b0303d2307eb..15b69b119f1c 100644
--- a/ftp/smbftpd/Makefile
+++ b/ftp/smbftpd/Makefile
@@ -26,7 +26,7 @@ CONFIGURE_ARGS= "--prefix=${PREFIX}"
WRKSRC= ${WRKDIR}/${PORTNAME}
USE_PERL5= yes
-USE_RC_SUBR= ${PORTNAME}.sh
+USE_RC_SUBR= ${PORTNAME}
.include <bsd.port.pre.mk>
diff --git a/ftp/smbftpd/files/smbftpd.sh.in b/ftp/smbftpd/files/smbftpd.in
index c079c4014309..1b83c83ae54c 100644
--- a/ftp/smbftpd/files/smbftpd.sh.in
+++ b/ftp/smbftpd/files/smbftpd.in
@@ -1,15 +1,15 @@
#!/bin/sh
+# $FreeBSD$
+#
# PROVIDE: smbftpd
# REQUIRE: NETWORKING SERVERS
# BEFORE: DAEMON
# KEYWORD: shutdown
-
#
# Add the following lines to /etc/rc.conf to enable pure-ftpd:
#
# smbftpd_enable="YES"
-#
. /etc/rc.subr
diff --git a/ftp/vsftpd-ext/Makefile b/ftp/vsftpd-ext/Makefile
index 57f423a79422..9aae1023b9a9 100644
--- a/ftp/vsftpd-ext/Makefile
+++ b/ftp/vsftpd-ext/Makefile
@@ -36,7 +36,7 @@ OPTIONS= RC_SCRIPT "install RC_SCRIPT" on \
.include <bsd.port.pre.mk>
.if defined(WITH_RC_SCRIPT)
-USE_RC_SUBR= vsftpd.sh
+USE_RC_SUBR= vsftpd
.endif
.if defined(WITH_VSFTPD_SSL) && !defined(WITHOUT_SSL)
diff --git a/ftp/vsftpd-ext/files/vsftpd.sh.in b/ftp/vsftpd-ext/files/vsftpd.in
index 1832f6fe9d16..1832f6fe9d16 100644
--- a/ftp/vsftpd-ext/files/vsftpd.sh.in
+++ b/ftp/vsftpd-ext/files/vsftpd.in
diff --git a/ftp/vsftpd/Makefile b/ftp/vsftpd/Makefile
index 18a45bbe5907..9fac421a724c 100644
--- a/ftp/vsftpd/Makefile
+++ b/ftp/vsftpd/Makefile
@@ -21,7 +21,7 @@ LICENSE= GPLv2
ALL_TARGET= vsftpd
MAN5= vsftpd.conf.5
MAN8= vsftpd.8
-USE_RC_SUBR= vsftpd.sh
+USE_RC_SUBR= vsftpd
DOCFILES= AUDIT BENCHMARKS BUGS Changelog FAQ INSTALL LICENSE \
README README.security README.ssl REFS REWARD \
SIZE SPEED TODO TUNING
diff --git a/ftp/vsftpd/files/vsftpd.sh.in b/ftp/vsftpd/files/vsftpd.in
index 5f612c27c8dc..5f612c27c8dc 100644
--- a/ftp/vsftpd/files/vsftpd.sh.in
+++ b/ftp/vsftpd/files/vsftpd.in
diff --git a/ftp/wzdftpd/Makefile b/ftp/wzdftpd/Makefile
index f63835478fdd..27b198e3335f 100644
--- a/ftp/wzdftpd/Makefile
+++ b/ftp/wzdftpd/Makefile
@@ -15,7 +15,7 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Modular FTP server configurable online using SITE commands
USE_AUTOTOOLS= libtool
-USE_RC_SUBR= wzdftpd.sh
+USE_RC_SUBR= wzdftpd
USE_GMAKE= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
diff --git a/ftp/wzdftpd/files/wzdftpd.sh.in b/ftp/wzdftpd/files/wzdftpd.in
index 133f8a3e5b82..133f8a3e5b82 100644
--- a/ftp/wzdftpd/files/wzdftpd.sh.in
+++ b/ftp/wzdftpd/files/wzdftpd.in