[Bug 346271] halt initscript does not properly handle apcupsd shutdowns

bugzilla at redhat.com bugzilla at redhat.com
Thu Dec 4 17:17:02 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.


https://bugzilla.redhat.com/show_bug.cgi?id=346271





--- Comment #16 from David Shaw <dshaw at jabberwocky.com>  2008-12-04 12:17:00 EDT ---
I'm happy with either solution.  I do like the simplicity of a static link
though.

--- apcupsd-3.14.4/src/Makefile.orig 2008-12-04 12:13:27.000000000 -0500
+++ apcupsd-3.14.4/src/Makefile 2008-12-04 12:12:57.000000000 -0500
@@ -27,7 +27,7 @@
 all-targets: apcupsd apcaccess apctest smtp $(POWERFLUTE)

 apcupsd: $(common_obj) $(apcupsd_obj) $(APCDRVLIBS) $(APCLIBS)
- $(LINK) $(DRVLIBS)
+ $(LINK) -static $(DRVLIBS)

 apctest: $(common_obj) $(apctest_obj) $(APCDRVLIBS) $(APCLIBS)
  $(LINK) $(DRVLIBS)

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the fedora-triage-list mailing list