-/* $OpenBSD: init.c,v 1.8 1997/02/22 08:38:10 millert Exp $ */
+/* $OpenBSD: init.c,v 1.9 1997/03/25 23:12:23 deraadt Exp $ */
/* $NetBSD: init.c,v 1.22 1996/05/15 23:29:33 jtc Exp $ */
/*-
#if 0
static char sccsid[] = "@(#)init.c 8.2 (Berkeley) 4/28/95";
#else
-static char rcsid[] = "$OpenBSD: init.c,v 1.8 1997/02/22 08:38:10 millert Exp $";
+static char rcsid[] = "$OpenBSD: init.c,v 1.9 1997/03/25 23:12:23 deraadt Exp $";
#endif
#endif /* not lint */
vsyslog(LOG_ALERT, message, ap);
va_end(ap);
+ closelog();
sleep(STALL_TIMEOUT);
}
vsyslog(LOG_ALERT, message, ap);
va_end(ap);
+ closelog();
}
/*
vsyslog(LOG_EMERG, message, ap);
va_end(ap);
+ closelog();
}
/*