diff options
author | Doug Barton <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2006-02-20 20:47:50 +0000 |
commit | c49d1a3273d77f35b5564b3722856ca8b9dcc291 (patch) | |
tree | 3da9de442d629d38ac63cb930e82da714209de9f /ftp | |
parent | Upgrade to 1.1.2. (diff) |
Remove the FreeBSD KEYWORD from all rc.d scripts where it appears.
We have not checked for this KEYWORD for a long time now, so this
is a complete noop, and thus no PORTREVISION bump. Removing it at
this point is mostly for pedantic reasons, and partly to avoid
perpetuating this anachronism by copy and paste to future scripts.
Notes
Notes:
svn path=/head/; revision=156534
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/bsdftpd-ssl/files/bsdftpd_ssl.sh | 2 | ||||
-rw-r--r-- | ftp/jftpgw/files/jftpgw.sh.in | 2 | ||||
-rw-r--r-- | ftp/moftpd/files/moftpd.sh | 2 | ||||
-rw-r--r-- | ftp/proftpd-devel/files/proftpd.sh.in | 2 | ||||
-rw-r--r-- | ftp/proftpd/files/proftpd.sh.in | 2 | ||||
-rw-r--r-- | ftp/pure-ftpd/files/pure-ftpd.sh.sample | 2 | ||||
-rw-r--r-- | ftp/vsftpd/files/vsftpd.sh.in | 1 | ||||
-rw-r--r-- | ftp/wzdftpd/files/wzdftpd.sh | 2 |
8 files changed, 7 insertions, 8 deletions
diff --git a/ftp/bsdftpd-ssl/files/bsdftpd_ssl.sh b/ftp/bsdftpd-ssl/files/bsdftpd_ssl.sh index 3b12d07cd253..8d5961475b92 100644 --- a/ftp/bsdftpd-ssl/files/bsdftpd_ssl.sh +++ b/ftp/bsdftpd-ssl/files/bsdftpd_ssl.sh @@ -3,7 +3,7 @@ # PROVIDE: bsdftpd_ssl # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # You need to set "bsdftpd_ssl_enable=YES" in either /etc/rc.conf, diff --git a/ftp/jftpgw/files/jftpgw.sh.in b/ftp/jftpgw/files/jftpgw.sh.in index b4ba07389a79..428465cb43ee 100644 --- a/ftp/jftpgw/files/jftpgw.sh.in +++ b/ftp/jftpgw/files/jftpgw.sh.in @@ -3,7 +3,7 @@ # PROVIDE jftpgw # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable pure-ftpd: diff --git a/ftp/moftpd/files/moftpd.sh b/ftp/moftpd/files/moftpd.sh index eaa61d6520a4..a1c407313bf6 100644 --- a/ftp/moftpd/files/moftpd.sh +++ b/ftp/moftpd/files/moftpd.sh @@ -6,7 +6,7 @@ # PROVIDE: moftpd # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable moftpd: diff --git a/ftp/proftpd-devel/files/proftpd.sh.in b/ftp/proftpd-devel/files/proftpd.sh.in index 442cacbec11e..5e72d10cfb88 100644 --- a/ftp/proftpd-devel/files/proftpd.sh.in +++ b/ftp/proftpd-devel/files/proftpd.sh.in @@ -6,7 +6,7 @@ # PROVIDE: proftpd # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable proftpd: diff --git a/ftp/proftpd/files/proftpd.sh.in b/ftp/proftpd/files/proftpd.sh.in index 442cacbec11e..5e72d10cfb88 100644 --- a/ftp/proftpd/files/proftpd.sh.in +++ b/ftp/proftpd/files/proftpd.sh.in @@ -6,7 +6,7 @@ # PROVIDE: proftpd # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable proftpd: diff --git a/ftp/pure-ftpd/files/pure-ftpd.sh.sample b/ftp/pure-ftpd/files/pure-ftpd.sh.sample index 4c53c806cc7b..991897b0c7b6 100644 --- a/ftp/pure-ftpd/files/pure-ftpd.sh.sample +++ b/ftp/pure-ftpd/files/pure-ftpd.sh.sample @@ -3,7 +3,7 @@ # PROVIDE: pureftpd # REQUIRE: NETWORKING SERVERS # BEFORE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable pure-ftpd: diff --git a/ftp/vsftpd/files/vsftpd.sh.in b/ftp/vsftpd/files/vsftpd.sh.in index f80397ea0ab8..16e069ccf372 100644 --- a/ftp/vsftpd/files/vsftpd.sh.in +++ b/ftp/vsftpd/files/vsftpd.sh.in @@ -5,7 +5,6 @@ # PROVIDE: vsftpd # REQUIRE: DAEMON -# KEYWORD: FreeBSD # Add the following line to /etc/rc.conf to enable `vsftpd': # diff --git a/ftp/wzdftpd/files/wzdftpd.sh b/ftp/wzdftpd/files/wzdftpd.sh index 3cbda3b9f65e..25a14fc945ec 100644 --- a/ftp/wzdftpd/files/wzdftpd.sh +++ b/ftp/wzdftpd/files/wzdftpd.sh @@ -6,7 +6,7 @@ # PROVIDE: wzdftpd # REQUIRE: DAEMON # BEFORE: LOGIN -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # prefix=%%PREFIX%% |