Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 232387 - net-fs/nfs-utils wrong init script file /etc/init.d/rpc.gssd
Summary: net-fs/nfs-utils wrong init script file /etc/init.d/rpc.gssd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] baselayout (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
: 236325 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-07-19 23:46 UTC by Michele Schiavo
Modified: 2008-09-06 04:58 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michele Schiavo 2008-07-19 23:46:58 UTC
the init script file /etc/init.d/rpc.gssd don't pass correctly {OPTS_RPC_GSSD



Reproducible: Always

Steps to Reproduce:
1. modify /etc/conf.d/nfs and add something on OPTS_RPC_GSSD
2. try to start /etc/init.d/rpc.gssd
3. the value of OPT_RPC_GSSD is passed to start-stop-daemon and not on /usr/sbin/rpc.gssd

Actual Results:  
start-stop-daemon --start --exec /usr/sbin/rpc.gssd ${OPTS_RPC_GSSD}

Expected Results:  
start-stop-daemon --start --exec /usr/sbin/rpc.gssd -- ${OPTS_RPC_GSSD}
Comment 1 Michele Schiavo 2008-07-19 23:48:09 UTC
Sorry : 

emerge nfs-utils -pv

These are the packages that would be merged, in order:

Calculating dependencies... done!
[ebuild   R   ] net-fs/nfs-utils-1.1.1-r1  USE="kerberos tcpd -nonfsv4" 0 kB 


Comment 2 Bryan Jacobs 2008-07-25 00:52:57 UTC
I ran into this problem too, used the same solution.  I just wanted to add -n to make root nonmagical....
Comment 3 SpanKY gentoo-dev 2008-08-16 05:15:53 UTC
fixed with nfs-utils-1.1.3
Comment 4 SpanKY gentoo-dev 2008-09-06 04:58:13 UTC
*** Bug 236325 has been marked as a duplicate of this bug. ***