diff options
author | Bill Nottingham <notting@redhat.com> | 2011-03-22 14:27:11 -0400 |
---|---|---|
committer | Harald Hoyer <harald@redhat.com> | 2011-04-19 16:48:11 +0200 |
commit | 20ba16eeb5dc1ae50d828a5e6fa1cea948936961 (patch) | |
tree | d703b6390b7e30e3e2cceece471612015f812dc7 /rc.d/init.d | |
parent | 1d1fb1e65b45b45b4fa5b38205bb1f0f04bf8497 (diff) | |
download | initscripts-20ba16eeb5dc1ae50d828a5e6fa1cea948936961.tar initscripts-20ba16eeb5dc1ae50d828a5e6fa1cea948936961.tar.gz initscripts-20ba16eeb5dc1ae50d828a5e6fa1cea948936961.tar.bz2 initscripts-20ba16eeb5dc1ae50d828a5e6fa1cea948936961.tar.xz initscripts-20ba16eeb5dc1ae50d828a5e6fa1cea948936961.zip |
Add a comment explaining the oft-confused -t nox,y,z mount syntax.
[Harald Hoyer <harald@redhat.com>: backported 5e2b364ebd6]
The 'no' applies to all listed filesystem types, not just the first. Since
this comes up in bugzilla once every month or two, explicitly comment it.
Diffstat (limited to 'rc.d/init.d')
-rwxr-xr-x | rc.d/init.d/netfs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/rc.d/init.d/netfs b/rc.d/init.d/netfs index 89243824..0ecfe668 100755 --- a/rc.d/init.d/netfs +++ b/rc.d/init.d/netfs @@ -97,6 +97,7 @@ case "$1" in fi } touch /var/lock/subsys/netfs + # The 'no' applies to all listed filesystem types. See mount(8). action $"Mounting other filesystems: " mount -a -t nonfs,nfs4,smbfs,cifs,ncpfs,gfs ;; stop) |