nut/nut-1.4.0-buildroot.patch
cvsdist 0750536218 auto-import changelog data from nut-1.4.0-3.src.rpm
Wed Sep 24 2003 Mike McLean <mikem@redhat.com> 1.4.0-3
- fixed 'nut' user problem with nut-cgi (bug#104872)
Mon Sep 15 2003 Than Ngo <than@redhat.com> 1.4.0-2
- added missing hidups driver (bug #104412)
Tue Sep 09 2003 Than Ngo <than@redhat.com> 1.4.0-1
- 1.4.0
- fixed permission problem (bug #103023)
- fixed rpm file list (bug #90848)
- added support multiple drivers, thanks to Gilbert E. Detillieux (bug
    #79465)
Thu Jun 26 2003 Than Ngo <than@redhat.com> 1.2.2-3
- Add variable to ups sysconfig file for upsd (bug #97900)
Wed Jun 04 2003 Elliot Lee <sopwith@redhat.com>
- rebuilt
Wed May 07 2003 Than Ngo <than@redhat.com> 1.2.2-1
- 1.2.2
Tue May 06 2003 Phil Knirsch <pknirsch@redhat.com> 1.2.0-7
- Bumped release and rebuilt because of new gd version.
2004-09-09 09:22:07 +00:00

22 lines
760 B
Diff

--- nut-1.4.0/clients/Makefile.in.orig 2003-09-09 15:02:46.000000000 +0200
+++ nut-1.4.0/clients/Makefile.in 2003-09-09 15:03:57.000000000 +0200
@@ -16,7 +16,7 @@
CC = @CC@
CFLAGS = -I../include @CFLAGS@
PROGS = upsc upslog upsrw upscmd
-SPROGS = upsmon upssched
+SPROGS = upsmon upssched upssched-cmd
CGIPROGS = upsstats.cgi upsimage.cgi upsset.cgi
LIBDEP = @LIBOBJ@
LIBOBJ = $(LIBDEP) @NETLIBS@
--- nut-1.4.0/Makefile.in.orig 2003-09-09 15:04:06.000000000 +0200
+++ nut-1.4.0/Makefile.in 2003-09-09 15:05:39.000000000 +0200
@@ -6,7 +6,7 @@
BINDIR = $(DESTDIR)@bindir@
SBINDIR = $(DESTDIR)@sbindir@
-CONFPATH = $(DESTDIR)@sysconfdir@
+CONFPATH = $(DESTDIR)@sysconfdir@/ups
CGIPATH = $(DESTDIR)@CGIPATH@
DRVPATH = $(DESTDIR)@DRVPATH@