summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2005-10-12 21:40:41 +0000
committerpjd <pjd@FreeBSD.org>2005-10-12 21:40:41 +0000
commit053665bac90d14585a498ab6f860e11fbdeeeb36 (patch)
tree1600cb34f9373cf9f3b7a23f20390e0cacf1a3dc /etc
parent3e107f99141a41b88c5c2b73ebd82591076ea73a (diff)
downloadFreeBSD-src-053665bac90d14585a498ab6f860e11fbdeeeb36.zip
FreeBSD-src-053665bac90d14585a498ab6f860e11fbdeeeb36.tar.gz
setkey(8) was repo-copied from usr.sbin/ to sbin/.
This will allow for NFS mount of /usr over IPsec. Discussed on: arch@
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.d/ipsec2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.d/ipsec b/etc/rc.d/ipsec
index 788ff3a..9eb0f8f 100755
--- a/etc/rc.d/ipsec
+++ b/etc/rc.d/ipsec
@@ -21,7 +21,7 @@ stop_precmd="test -f /etc/ipsec.conf"
stop_cmd="ipsec_stop"
reload_cmd="ipsec_reload"
extra_commands="reload"
-ipsec_program="/usr/sbin/setkey"
+ipsec_program="/sbin/setkey"
# ipsec_file is set by rc.conf
ipsec_prestart()
OpenPOWER on IntegriCloud