mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-23 03:33:34 -04:00
20 lines
653 B
Plaintext
20 lines
653 B
Plaintext
$NetBSD: patch-aj,v 1.1 2006/07/13 13:42:36 he Exp $
|
|
|
|
--- slpd/slpd_main.c.orig 2005-02-09 00:24:53.000000000 +0100
|
|
+++ slpd/slpd_main.c
|
|
@@ -208,6 +208,14 @@ void HandleSigTerm()
|
|
void HandleSigHup()
|
|
/*------------------------------------------------------------------------*/
|
|
{
|
|
+ /*------------------------------*/
|
|
+ /* Reinitialize the log file */
|
|
+ /*------------------------------*/
|
|
+ if(SLPDLogFileOpen(G_SlpdCommandLine.logfile, 1))
|
|
+ {
|
|
+ SLPDFatal("Could not open logfile %s\n",G_SlpdCommandLine.logfile);
|
|
+ }
|
|
+
|
|
/* Reinitialize */
|
|
SLPDLog("****************************************\n");
|
|
SLPDLogTime();
|