]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blobdiff - lfs/apcupsd
change apcupsd-pakversion to Version 3
[people/pmueller/ipfire-2.x.git] / lfs / apcupsd
index af6de2273e2bc04245753b8b3394f5ce76605930..de6ee24326d1e45e5834f84e2ee3e777f557da03 100644 (file)
@@ -32,7 +32,7 @@ DL_FROM    = $(URL_IPFIRE)
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(THISAPP)
 PROG       = apcupsd
-PAK_VER    = 2
+PAK_VER    = 3
 
 DEPS       = ""
 
@@ -77,8 +77,13 @@ $(subst %,%_MD5,$(objects)) :
 $(TARGET) : $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
-       cd $(DIR_APP) && ./configure --prefix=/usr --enable-usb
+       cd $(DIR_APP) && ./configure --prefix=/usr --enable-usb --enable-cgi \
+                                       --with-cgi-bin=/srv/web/ipfire/cgi-bin
        cd $(DIR_APP) && make $(MAKETUNING)
        cd $(DIR_APP) && make install
+       install -v -m755 $(DIR_SRC)/config/apcupsd/apcupsd /etc/init.d/apcupsd
+       ln -sf ../init.d/apcupsd /etc/rc.d/rc3.d/S65apcupsd
+       ln -sf ../init.d/apcupsd /etc/rc.d/rc0.d/K35apcupsd
+       ln -sf ../init.d/apcupsd /etc/rc.d/rc6.d/K35apcupsd
        @rm -rf $(DIR_APP)
        @$(POSTBUILD)