]> git.pld-linux.org Git - packages/nut.git/blob - nut-upssched-cmd-sysconf.patch
- release 2
[packages/nut.git] / nut-upssched-cmd-sysconf.patch
1 --- nut-2.2.0/clients/Makefile.am.orig  2007-07-25 16:53:40.493327586 +0000
2 +++ nut-2.2.0/clients/Makefile.am       2007-07-25 16:53:51.491649721 +0000
3 @@ -7,7 +7,7 @@
4  AM_CFLAGS = -I$(top_srcdir)/include $(LIBSSL_CFLAGS) $(LIBGD_CFLAGS)
5  
6  bin_PROGRAMS = upsc upslog upsrw upscmd
7 -dist_sbin_SCRIPTS = upssched-cmd
8 +dist_sysconf_DATA = upssched-cmd
9  sbin_PROGRAMS = upsmon upssched
10  if WITH_LIB
11   lib_LTLIBRARIES = libupsclient.la
12 diff -Nuard nut-2.0.1.orig/conf/upssched.conf nut-2.0.1/conf/upssched.conf
13 --- nut-2.0.1.orig/conf/upssched.conf   2004-10-26 11:50:12.410074640 +0200
14 +++ nut-2.0.1/conf/upssched.conf.sample.in      2004-10-26 11:50:23.295419816 +0200
15 @@ -14,7 +14,7 @@
16  # A shell script with a big case..esac construct should work nicely for this.
17  # An example has been provided to help you get started.
18  
19 -CMDSCRIPT /usr/sbin/upssched-cmd
20 +CMDSCRIPT /etc/ups/upssched-cmd
21  
22  # ============================================================================
23  #
This page took 0.074893 seconds and 3 git commands to generate.