in pkg/10552. Changes from version 3.5.8: Network is fully functional under non-threaded compile. Possible fix for "pipe_master_status" calls on slaves. Added 940-1524C smart signal cable support. Added internationalization support. There is _only_ the support but no current code is written for the intl package. It can be compiled in, but intl strings have still to be translated (to be done in the future). Added new configuration options to reduce init time of daemon. powersc CONFIG powersc NAME powersc BATTERY Fixes a FIFO error
18 lines
480 B
Text
18 lines
480 B
Text
$NetBSD: patch-ah,v 1.2 2000/08/05 07:31:20 jlam Exp $
|
|
|
|
--- apcupsd.c.orig Thu Jul 29 04:47:46 1999
|
|
+++ apcupsd.c Sat Aug 5 02:52:40 2000
|
|
@@ -292,13 +292,6 @@
|
|
* it should close them.
|
|
*********************************************************************/
|
|
void terminate (int sig) {
|
|
- /*
|
|
- * XXX - Is someone able to explain me why here we find a sleep for 10
|
|
- * seconds ?
|
|
- *
|
|
- * -RF
|
|
- */
|
|
- sleep(10);
|
|
#ifdef NEW_THREADS
|
|
restore_signals();
|
|
#endif /* NEW_THREADS */
|