summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 23:47:23 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2011-07-07 23:47:23 +0000
commit205fcf4c83bb731e3f29e1d5dade31c6d6231c50 (patch)
tree48aa90c9c8e3c71d9b43d220c24f582e05f9bbb9 /etc
parent6b2fe9fe16037d2aeed1a46f5896d9576d7106a8 (diff)
disable the afs enable stuff. when nnpfs is re-enabled, that can be added
at the right place.
Diffstat (limited to 'etc')
-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