From e1b09daaac1dd337fe9a2ae58f42d3a593284855 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 23 Mar 2008 12:24:15 +0000 Subject: fix broken whitespace -- no functional changes --- init.d/netmount.in | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.d/netmount.in') 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 -- cgit v1.2.3