diff options
author | Jeff Johnson <jbj@redhat.com> | 1998-07-07 21:04:00 +0000 |
---|---|---|
committer | Jeff Johnson <jbj@redhat.com> | 1998-07-07 21:04:00 +0000 |
commit | 0aec842c56b07eb8715d72033da3995c654226ec (patch) | |
tree | 7661d7897c4edfebe273237bf194a749615e83c4 /rc.d/init.d/nfsfs | |
parent | 4a43d48815984cd478bf2e3bb87b2172f7c69a8c (diff) | |
download | initscripts-0aec842c56b07eb8715d72033da3995c654226ec.tar initscripts-0aec842c56b07eb8715d72033da3995c654226ec.tar.gz initscripts-0aec842c56b07eb8715d72033da3995c654226ec.tar.bz2 initscripts-0aec842c56b07eb8715d72033da3995c654226ec.tar.xz initscripts-0aec842c56b07eb8715d72033da3995c654226ec.zip |
Permit /usr to be NFS mounted.r3-68
Diffstat (limited to 'rc.d/init.d/nfsfs')
-rwxr-xr-x | rc.d/init.d/nfsfs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.d/init.d/nfsfs b/rc.d/init.d/nfsfs index 76eccddc..108b8036 100755 --- a/rc.d/init.d/nfsfs +++ b/rc.d/init.d/nfsfs @@ -6,7 +6,7 @@ # # Author: Miquel van Smoorenburg, <miquels@drinkel.nl.mugnet.org> # -# chkconfig: 345 15 95 +# chkconfig: 345 15 85 # description: Mounts and unmounts all Network File System (NFS) \ # mount points. |