Browse Source

disable the afs enable stuff. when nnpfs is re-enabled, that can be added

at the right place.
OPENBSD_5_0
deraadt 13 years ago
parent
commit
4ba9c49657
1 changed files with 1 additions and 9 deletions
  1. +1
    -9
      src/etc/rc

+ 1
- 9
src/etc/rc View File

@ -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


Loading…
Cancel
Save