diff options
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files/nfs.initd')
-rwxr-xr-x | sys-freebsd/freebsd-usbin/files/nfs.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-freebsd/freebsd-usbin/files/nfs.initd b/sys-freebsd/freebsd-usbin/files/nfs.initd index e25ddea0d3bd..27290d69c92e 100755 --- a/sys-freebsd/freebsd-usbin/files/nfs.initd +++ b/sys-freebsd/freebsd-usbin/files/nfs.initd @@ -1,5 +1,5 @@ #!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 #--------------------------------------------------------------------------- @@ -29,7 +29,7 @@ start() { # Start mountd ebegin "Starting NFS mountd" start-stop-daemon --start --quiet --exec \ - $mountd -- ${mountdopts} ${exporstfile} + $mountd -- ${mountdopts} ${exportsfile} eend $? "Error starting NFS mountd" } |