diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 23:47:23 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2011-07-07 23:47:23 +0000 |
commit | 205fcf4c83bb731e3f29e1d5dade31c6d6231c50 (patch) | |
tree | 48aa90c9c8e3c71d9b43d220c24f582e05f9bbb9 /etc | |
parent | 6b2fe9fe16037d2aeed1a46f5896d9576d7106a8 (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/rc | 10 |
1 files changed, 1 insertions, 9 deletions
@@ -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 |