summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>2011-07-07 23:47:22 +0000
committerderaadt <deraadt@openbsd.org>2011-07-07 23:47:22 +0000
commite451eff4a7ebdc568812502bca342f383bd41e5b (patch)
tree164027d7c35875fd569521fa7c1e7be2244890a5
parentsync (diff)
downloadwireguard-openbsd-e451eff4a7ebdc568812502bca342f383bd41e5b.tar.xz
wireguard-openbsd-e451eff4a7ebdc568812502bca342f383bd41e5b.zip
disable the afs enable stuff. when nnpfs is re-enabled, that can be added
at the right place.
-rw-r--r--etc/rc10
1 files changed, 1 insertions, 9 deletions
diff --git a/etc/rc b/etc/rc
index 73dd8721659..2b97b9ae06f 100644
--- a/etc/rc
+++ b/etc/rc
@@ -1,4 +1,4 @@
-# $OpenBSD: rc,v 1.365 2011/07/07 23:29:45 robert Exp $
+# $OpenBSD: rc,v 1.366 2011/07/07 23:47:22 deraadt Exp $
# System startup script run by init on autoboot
# or after single-user.
@@ -452,14 +452,6 @@ if [ -d /var/crash ]; then
savecore ${savecore_flags} /var/crash
fi
-if [ X"${afs}" = X"YES" -a -c /dev/nnpfs0 ]; then
- echo -n 'mounting afs:'
- mkdir -p -m 0755 /afs
- mount -t nnpfs /dev/nnpfs0 /afs
- /usr/libexec/afsd ${afsd_flags}
- echo ' done.'
-fi
-
if [ X"${check_quotas}" = X"YES" ]; then
echo -n 'checking quotas:'
quotacheck -a