diff options
author | glebius <glebius@FreeBSD.org> | 2013-11-05 09:30:06 +0000 |
---|---|---|
committer | glebius <glebius@FreeBSD.org> | 2013-11-05 09:30:06 +0000 |
commit | e62e567acfc0dcaf9a68baa03e1adfe7294ff7a8 (patch) | |
tree | ccb4e67693f97b2d4c3763b95e258db5986a2dbd /etc/rc.d/ntpdate | |
parent | c65c5d400a7c1c9c5fe2642f3d5b5c907dc15da8 (diff) | |
download | FreeBSD-src-e62e567acfc0dcaf9a68baa03e1adfe7294ff7a8.zip FreeBSD-src-e62e567acfc0dcaf9a68baa03e1adfe7294ff7a8.tar.gz |
Remove remnants of BIND from /etc, since there is no BIND in base now.
Sorry, that would break users running head and BIND from ports, since
ports rely on these scripts. The ports will be fixed soon.
Reviewed by: erwin
Diffstat (limited to 'etc/rc.d/ntpdate')
-rwxr-xr-x | etc/rc.d/ntpdate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ntpdate b/etc/rc.d/ntpdate index 235e6c0..de7a132 100755 --- a/etc/rc.d/ntpdate +++ b/etc/rc.d/ntpdate @@ -4,7 +4,7 @@ # # PROVIDE: ntpdate -# REQUIRE: NETWORKING syslogd named +# REQUIRE: NETWORKING syslogd # KEYWORD: nojail . /etc/rc.subr |