diff options
author | Rob Austein <sra@hactrn.net> | 2013-02-02 05:29:03 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-02-02 05:29:03 +0000 |
commit | 660cbcfe4803995e350943730695fd004d829fd0 (patch) | |
tree | eb07c4e88e49aeaa8f6f65305686ac8f1efe0053 /buildtools/build-freebsd-rp-port.py | |
parent | 6a4bcfac1c40020ce0f3361e163f3b434b474e12 (diff) |
etc/rc.d/rcynic is only for jails, so it's not in the port anymore.
svn path=/branches/tk377/; revision=5005
Diffstat (limited to 'buildtools/build-freebsd-rp-port.py')
-rw-r--r-- | buildtools/build-freebsd-rp-port.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildtools/build-freebsd-rp-port.py b/buildtools/build-freebsd-rp-port.py index 9ca26b7e..b04b17cb 100644 --- a/buildtools/build-freebsd-rp-port.py +++ b/buildtools/build-freebsd-rp-port.py @@ -157,7 +157,6 @@ bin/rcynic-text bin/rtr-origin bin/scan_roas bin/validation_status -etc/rc.d/rcynic @unexec if cmp -s %D/etc/rcynic.conf.sample %D/etc/rcynic.conf; then rm -f %D/etc/rcynic.conf; fi etc/rcynic.conf.sample @exec if [ ! -f %D/etc/rcynic.conf ] ; then cp -p %D/%F %D/etc/rcynic.conf; fi |