diff options
Diffstat (limited to 'init.d/netmount')
-rwxr-xr-x | init.d/netmount | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/init.d/netmount b/init.d/netmount index a2f71302..61b7a6c6 100755 --- a/init.d/netmount +++ b/init.d/netmount @@ -2,6 +2,8 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +description="Mounts network shares according to /etc/fstab." + have_nfs() { local IFS=\n x= set -- $(fstabinfo --fstype nfs,nfs4) |