diff options
author | Roy Marples <uberlord@gentoo.org> | 2007-01-10 00:49:52 +0000 |
---|---|---|
committer | Roy Marples <uberlord@gentoo.org> | 2007-01-10 00:49:52 +0000 |
commit | dc5c2cbe8f2e0911aee326104cb76bb443a79cb2 (patch) | |
tree | e27282193f8c676b54a0c4553b245e0c0926f154 /net-fs/nfs-utils/files | |
parent | amd64 stable, bug 159099 (diff) | |
download | gentoo-2-dc5c2cbe8f2e0911aee326104cb76bb443a79cb2.tar.gz gentoo-2-dc5c2cbe8f2e0911aee326104cb76bb443a79cb2.tar.bz2 gentoo-2-dc5c2cbe8f2e0911aee326104cb76bb443a79cb2.zip |
Use --name for s-s-d starting nfsd so baselayout-1.13 correctly finds it.
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'net-fs/nfs-utils/files')
-rwxr-xr-x | net-fs/nfs-utils/files/nfs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/files/nfs b/net-fs/nfs-utils/files/nfs index 07e68475e979..5d9adf0ed976 100755 --- a/net-fs/nfs-utils/files/nfs +++ b/net-fs/nfs-utils/files/nfs @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs,v 1.12 2005/11/25 19:53:01 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs,v 1.13 2007/01/10 00:49:52 uberlord Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following @@ -186,7 +186,7 @@ start() { ebegin "Starting NFS daemon" start-stop-daemon --start --quiet --exec \ - $nfsd -- $RPCNFSDCOUNT 1>&2 + $nfsd --name nfsd -- $RPCNFSDCOUNT 1>&2 eend $? "Error starting NFS daemon" # Start mountd |