]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- outdated
authorkali <kali@pld-linux.org>
Thu, 24 Jun 2004 18:21:18 +0000 (18:21 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcups-initscript.patch -> 1.2
    apcups-makefile.patch -> 1.2
    apcupsd-Makefile-fix.patch -> 1.2

apcups-initscript.patch [deleted file]
apcups-makefile.patch [deleted file]
apcupsd-Makefile-fix.patch [deleted file]

diff --git a/apcups-initscript.patch b/apcups-initscript.patch
deleted file mode 100644 (file)
index e60b2c2..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
---- apcupsd-3.5.8.src-orig/installs/apcups.rhs Sun Jun  6 07:05:56 1999
-+++ apcupsd-3.5.8.src/installs/apcups.rhs      Sun Jun  6 07:06:41 1999
-@@ -5,6 +5,9 @@
- # Author: Andre Hedrick <hedrick@astro.dyer.vanderbilt.edu>
- #
- # /etc/rc.d/init.d/apcups
-+# chkconfig: 2345 20 20
-+# description: Starts the apcups daemon to monitor an APC Smart-UPS.
-+# config: /etc/apcupsd.conf
- #
- # Source function libarary
- . /etc/rc.d/init.d/functions
diff --git a/apcups-makefile.patch b/apcups-makefile.patch
deleted file mode 100644 (file)
index f6f79f6..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-diff -uNr apcupsd-3.5.8.src.orig/Makefile apcupsd-3.5.8.src/Makefile
---- apcupsd-3.5.8.src.orig/Makefile    Wed Apr  7 18:06:41 1999
-+++ apcupsd-3.5.8.src/Makefile Fri Aug  6 13:37:39 1999
-@@ -498,22 +498,11 @@
- depend : .depend
- install :
--      powersc STOP
--      sleep 5
--
-       $(CP) apcupsd$(NAME) $(PREFIX)/sbin/apcupsd
--      $(CHMOD) 110 $(PREFIX)/sbin/apcupsd
-       $(CP) apcaccess$(NAME) $(PREFIX)/bin/apcaccess
--      $(CHMOD) 110 $(PREFIX)/bin/apcaccess
-       $(CP) installs/powersc $(PREFIX)/sbin/powersc
-       $(CP) docs/apcupsd.man8 $(MANPREFIX)/man/man8/apcupsd.8
-       $(CP) installs/apcupsd.conf $(PREFIX)/etc/apcupsd.conf
--      $(CHOWN) root.wheel $(PREFIX)/etc/apcupsd.conf
--      $(CHMOD) 640 $(PREFIX)/etc/apcupsd.conf
--      $(CHOWN) root.bin $(PREFIX)/sbin/apcupsd
--      $(CHMOD) 110 $(PREFIX)/sbin/apcupsd
--      $(CHOWN) root.bin $(PREFIX)/sbin/powersc
--      $(CHMOD) 550 $(PREFIX)/sbin/powersc
- tar : clobber
diff --git a/apcupsd-Makefile-fix.patch b/apcupsd-Makefile-fix.patch
deleted file mode 100644 (file)
index 448b33b..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
---- Makefile.org       Mon Apr 17 21:40:55 2000
-+++ Makefile   Mon Apr 17 21:41:19 2000
-@@ -201,7 +201,7 @@
-       @$(ECHO) >> .ver
-       @$(ECHO) \#ifndef __$(OS)__ >> .ver
-       @$(ECHO) \#define __$(OS)__ >> .ver
--      @$(ECHO) \#endif /*\ __$(OS)__ *\/ >> .ver
-+      @$(ECHO) \#endif /*\ __$(OS)__ \*\/ >> .ver
-       @$(ECHO) >> .ver
-       @if [ -d /usr/include/ncurses ]; then \
-               if [ -f /usr/include/ncurses/curses.h ]; then \
-@@ -227,7 +227,7 @@
-                       $(ECHO) \#undef __CURSES__ >> .ver; \
-       fi
-       @$(ECHO) >> .ver
--      @$(ECHO) \#endif /*\_APC_VERSION_H *\/ >> .ver
-+      @$(ECHO) \#endif /*\_APC_VERSION_H \*\/ >> .ver
-       @$(MV) -f .ver $@
- ifdef MUSIC
This page took 0.147251 seconds and 4 git commands to generate.