diff --git a/ypbind-post-waitbind b/ypbind-post-waitbind index f0cdb7f..7ef608c 100755 --- a/ypbind-post-waitbind +++ b/ypbind-post-waitbind @@ -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 diff --git a/ypbind.spec b/ypbind.spec index 33c89f7..a7b503c 100644 --- a/ypbind.spec +++ b/ypbind.spec @@ -118,6 +118,7 @@ fi * Mon Jul 23 2012 Honza Horak - 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 - 3:1.36-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild