Bug 218665 - net-nfs/nfs-utils-1.1.2: typo in /etc/init.d/rpc.gssd
Bug#: 218665 Product:  Gentoo Linux Version: unspecified Platform: All
OS/Version: Linux Status: RESOLVED Severity: normal Priority: P2
Resolution: FIXED Assigned To: net-fs@gentoo.org Reported By: tarpman@gmail.com
Component: Ebuilds
URL: 
Summary: net-nfs/nfs-utils-1.1.2: typo in /etc/init.d/rpc.gssd
Keywords:  
Status Whiteboard: 
Opened: 2008-04-21 00:12 0000
Description:   Opened: 2008-04-21 00:12 0000
start() {
        mount_pipefs

        ebegin "Starting gssd"
        start-stop-daemon --stop --exec /usr/sbin/rpc.gssd ${OPTS_RPC_GSSD}
        eend $?
}

should be --start

------- Comment #1 From SpanKY 2008-04-21 07:55:52 0000 -------
fixed in cvs, thanks

http://sources.gentoo.org/net-fs/nfs-utils/files/rpc.gssd.initd?r1=1.7&r2=1.8
http://sources.gentoo.org/net-fs/nfs-utils/files/rpc.svcgssd.initd?r1=1.1&r2=1.2