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 /sysutils/boxbackup | |
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 'sysutils/boxbackup')
-rw-r--r-- | sysutils/boxbackup/files/bbackupd.sh.in | 2 | ||||
-rw-r--r-- | sysutils/boxbackup/files/bbstored.sh.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/boxbackup/files/bbackupd.sh.in b/sysutils/boxbackup/files/bbackupd.sh.in index 915903437ac3..7bca5de79161 100644 --- a/sysutils/boxbackup/files/bbackupd.sh.in +++ b/sysutils/boxbackup/files/bbackupd.sh.in @@ -4,7 +4,7 @@ # # PROVIDE: bbackupd # REQUIRE: NETWORKING -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable bbackupd: diff --git a/sysutils/boxbackup/files/bbstored.sh.in b/sysutils/boxbackup/files/bbstored.sh.in index 396344dc7f6e..49be98fb2870 100644 --- a/sysutils/boxbackup/files/bbstored.sh.in +++ b/sysutils/boxbackup/files/bbstored.sh.in @@ -4,7 +4,7 @@ # # PROVIDE: bbstored # REQUIRE: NETWORKING -# KEYWORD: FreeBSD shutdown +# KEYWORD: shutdown # # Add the following line to /etc/rc.conf to enable bbstored: |