diff options
author | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2006-02-21 04:47:50 +0800 |
commit | 654894d0d627b812897863a5b0118e2e609d9dce (patch) | |
tree | aaeeff4c736ebd629a9db1fb4cf382efc01289fe /dns/powerdns-devel | |
parent | 72fc60e1446f886be55c78935b567e74cfd4fddd (diff) | |
download | freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.gz freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.tar.zst freebsd-ports-gnome-654894d0d627b812897863a5b0118e2e609d9dce.zip |
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.
Diffstat (limited to 'dns/powerdns-devel')
-rw-r--r-- | dns/powerdns-devel/files/pdns.in | 4 | ||||
-rw-r--r-- | dns/powerdns-devel/files/pdns_recursor.in | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/powerdns-devel/files/pdns.in b/dns/powerdns-devel/files/pdns.in index 63c2a0537df2..8735e8268353 100644 --- a/dns/powerdns-devel/files/pdns.in +++ b/dns/powerdns-devel/files/pdns.in @@ -1,11 +1,11 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns.in,v 1.1 2006-02-15 12:56:37 ehaupt Exp $ +# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns.in,v 1.2 2006-02-20 20:46:57 dougb Exp $ # # PROVIDE: pdns_server # REQUIRE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable powerdns: diff --git a/dns/powerdns-devel/files/pdns_recursor.in b/dns/powerdns-devel/files/pdns_recursor.in index fc19a1e940af..96bf4743c638 100644 --- a/dns/powerdns-devel/files/pdns_recursor.in +++ b/dns/powerdns-devel/files/pdns_recursor.in @@ -1,11 +1,11 @@ #!/bin/sh # -# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns_recursor.in,v 1.1 2006-02-15 12:56:37 ehaupt Exp $ +# $FreeBSD: /tmp/pcvs/ports/dns/powerdns-devel/files/Attic/pdns_recursor.in,v 1.2 2006-02-20 20:46:57 dougb Exp $ # # PROVIDE: pdns_recursor # REQUIRE: DAEMON -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following lines to /etc/rc.conf to enable pdns_recursor: |