summaryrefslogtreecommitdiff
path: root/init.d/netmount.in
diff options
context:
space:
mode:
Diffstat (limited to 'init.d/netmount.in')
-rw-r--r--init.d/netmount.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.d/netmount.in b/init.d/netmount.in
index 38390fa..d8ec159 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