summaryrefslogtreecommitdiff
path: root/init.d
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2008-03-23 12:24:15 +0000
committerMike Frysinger <vapier@gentoo.org>2008-03-23 12:24:15 +0000
commite1b09daaac1dd337fe9a2ae58f42d3a593284855 (patch)
treec2e699a9ab6d0b5263d8a1423995e63ca1d32eff /init.d
parentbd34df63613a368698dca3465a2f05273e120c5f (diff)
downloadopenrc-e1b09daaac1dd337fe9a2ae58f42d3a593284855.tar.gz
openrc-e1b09daaac1dd337fe9a2ae58f42d3a593284855.tar.bz2
openrc-e1b09daaac1dd337fe9a2ae58f42d3a593284855.tar.xz
fix broken whitespace -- no functional changes
Diffstat (limited to 'init.d')
-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