Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 346311

Summary: net-fs/nfs-utils: fix for #330795 breaks rpc.svcgssd dependency by replacing it with one on rpc.gssd
Product: Gentoo Linux Reporter: Malte Starostik <bugs>
Component: Current packagesAssignee: Network Filesystems <net-fs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---
Attachments: s/rpc.gssd/rpc.svcgssd

Description Malte Starostik 2010-11-21 14:11:21 UTC
SSIA, http://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/net-fs/nfs-utils/files/nfs.initd?r1=1.21&r2=1.22 fixes the logic to detect whether svcgssd is needed, but then depends on gssd instead.

Reproducible: Always

Steps to Reproduce:
1. add an export with sec=krb5/spkm to /etc/exports
2. /etc/init.d/nfs start
3.

Actual Results:  
rpc.gssd is started

Expected Results:  
rpc.svcgssd should be started
Comment 1 Malte Starostik 2010-11-21 14:11:50 UTC
Created attachment 255013 [details, diff]
s/rpc.gssd/rpc.svcgssd