diff options
author | Naohiro Aota <naota@gentoo.org> | 2012-08-09 15:02:29 +0000 |
---|---|---|
committer | Naohiro Aota <naota@gentoo.org> | 2012-08-09 15:02:29 +0000 |
commit | f5c4425ea3baaef896195d7be9a8545e64e9011e (patch) | |
tree | e8a1fe850f1153acd3ec145b55b09b68f704618f /sys-freebsd/freebsd-usbin/files | |
parent | Cleanup (diff) | |
download | historical-f5c4425ea3baaef896195d7be9a8545e64e9011e.tar.gz historical-f5c4425ea3baaef896195d7be9a8545e64e9011e.tar.bz2 historical-f5c4425ea3baaef896195d7be9a8545e64e9011e.zip |
Fix nfs.initd typo. #428484
Package-Manager: portage-2.2.0_alpha120/cvs/Linux x86_64
Diffstat (limited to 'sys-freebsd/freebsd-usbin/files')
-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" } |