freebsd-dev/usr.sbin/gssd
Josh Paetzel 21d7e927b5 Unset the gss kernel state when gssd exits
When gssd exits it leaves the kernel state set by
gssd_syscall().  nfsd sees this and waits endlessly
in an unkillable state for gssd to come back.  If you
had acidentally started gssd then stopped it, then
started nfsd you'd be in a bad way until you either
restarted gssd or rebooted the system.  This change
fixes that by setting the kernel state to "" when
gssd exits.
Reviewed by:	rmacklem
MFC after:	1 week
Sponsored by:	iXsystems
2016-01-01 17:06:16 +00:00
..
gssd.8 mdoc: sort SEE ALSO. 2014-12-26 21:56:23 +00:00
gssd.c Unset the gss kernel state when gssd exits 2016-01-01 17:06:16 +00:00
Makefile Add an auto-generated file to CLEANFILES. 2015-02-13 18:34:04 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00