Blame SOURCES/rpcbind-0.2.0-good-term.patch

bec77d
diff -up rpcbind-0.2.0/src/rpcbind.c.orig rpcbind-0.2.0/src/rpcbind.c
bec77d
--- rpcbind-0.2.0/src/rpcbind.c.orig	2015-05-04 10:03:47.261693706 -0400
bec77d
+++ rpcbind-0.2.0/src/rpcbind.c	2015-05-04 11:07:35.570042694 -0400
bec77d
@@ -797,11 +797,9 @@ terminate(int dummy /*__unused*/)
bec77d
 	unlink(_PATH_RPCBINDSOCK);
bec77d
 	unlink(RPCBINDDLOCK);
bec77d
 #ifdef WARMSTART
bec77d
-	syslog(LOG_ERR,
bec77d
-		"rpcbind terminating on signal. Restart with \"rpcbind -w\"");
bec77d
 	write_warmstart();	/* Dump yourself */
bec77d
 #endif
bec77d
-	exit(2);
bec77d
+	exit(0); /* exit gracefully */
bec77d
 }
bec77d
 
bec77d
 void