Fixed sending TERM signal in ypbind-post-waitbind

This commit is contained in:
Honza Horák 2012-07-23 10:44:28 +02:00
parent 39feb2cd7e
commit 617ac4214f
2 changed files with 2 additions and 1 deletions

View File

@ -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

View File

@ -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