Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 218665 - net-nfs/nfs-utils-1.1.2: typo in /etc/init.d/rpc.gssd
Summary: net-nfs/nfs-utils-1.1.2: typo in /etc/init.d/rpc.gssd
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Network Filesystems
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-21 00:12 UTC by Ryan Tandy
Modified: 2008-04-21 07:55 UTC (History)
0 users

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 Ryan Tandy 2008-04-21 00:12:03 UTC
start() {
	mount_pipefs

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

should be --start