Fixed sending TERM signal in ypbind-post-waitbind
This commit is contained in:
parent
39feb2cd7e
commit
617ac4214f
@ -48,7 +48,7 @@ else
|
||||
"NIS server for domain `domainname` is not responding."
|
||||
logger -t ypbind \
|
||||
"Killing ypbind with PID $MAINPID."
|
||||
kill -SIGTERM $MAINPID || :
|
||||
kill -s 15 $MAINPID || :
|
||||
fi
|
||||
|
||||
exit $retval
|
||||
|
@ -118,6 +118,7 @@ fi
|
||||
* Mon Jul 23 2012 Honza Horak <hhorak@redhat.com> - 3:1.36-4
|
||||
- Add SIGPIPE to proper signal set
|
||||
Related: #842228
|
||||
- Fixed sending TERM signal in ypbind-post-waitbind
|
||||
|
||||
* Sun Jul 22 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 3:1.36-3
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
||||
|
Loading…
Reference in New Issue
Block a user