diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-03-23 12:24:15 +0000 |
commit | e1b09daaac1dd337fe9a2ae58f42d3a593284855 (patch) | |
tree | c2e699a9ab6d0b5263d8a1423995e63ca1d32eff /init.d | |
parent | bd34df63613a368698dca3465a2f05273e120c5f (diff) |
fix broken whitespace -- no functional changes
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/netmount.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in index 38390fa5..d8ec1593 100644 --- a/init.d/netmount.in +++ b/init.d/netmount.in @@ -46,14 +46,14 @@ start() for x in ${net_fs_list}; do case "${x}" in nfs|nfs4) - # If the nfsmount script took care of the nfs + # If the nfsmount script took care of the nfs # filesystems, then there's no point in trying # them twice service_started nfsmount && continue - # Only try to mount NFS filesystems if portmap was + # Only try to mount NFS filesystems if portmap was # started. This is to fix "hang" problems for new - # users who do not add portmap to the default runlevel. + # users who do not add portmap to the default runlevel. if need_portmap && ! service_started "${pmap}"; then continue fi |