diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-11-21 19:56:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-11-21 19:56:56 +0000 |
commit | b763b3fb5585c2c8059e3ff44728445ec5553f55 (patch) | |
tree | f68fed8ce178fb38a815d77a05675676c128b859 /net-fs | |
parent | Added ~sparc keyword (bug #346285) (diff) | |
download | gentoo-2-b763b3fb5585c2c8059e3ff44728445ec5553f55.tar.gz gentoo-2-b763b3fb5585c2c8059e3ff44728445ec5553f55.tar.bz2 gentoo-2-b763b3fb5585c2c8059e3ff44728445ec5553f55.zip |
fix typo pointed out by Malte Starostik #346311 -- server uses svcgssd, not gssd (which is for clients)
(Portage version: 2.2.0_alpha4/cvs/Linux x86_64)
Diffstat (limited to 'net-fs')
-rwxr-xr-x | net-fs/nfs-utils/files/nfs.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/files/nfs.initd b/net-fs/nfs-utils/files/nfs.initd index b8e292caf101..a3db0752f028 100755 --- a/net-fs/nfs-utils/files/nfs.initd +++ b/net-fs/nfs-utils/files/nfs.initd @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.22 2010/08/07 21:13:02 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.initd,v 1.23 2010/11/21 19:56:56 vapier Exp $ opts="reload" @@ -24,7 +24,7 @@ depend() { # clear the path to avoid spurious matches $1 = ""; if ($0 ~ /[(][^)]*sec=(krb|spkm)[^)]*[)]/) { - print "rpc.gssd" + print "rpc.svcgssd" exit 0 } }' /etc/exports |