]> git.pld-linux.org Git - packages/apcupsd.git/commitdiff
- added master/slave
authormarcus <marcus@pld-linux.org>
Sun, 4 Dec 2005 20:39:10 +0000 (20:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apcupsd.spec -> 1.58

apcupsd.spec

index b49beaf3d0c58cc504c0917cc39f9b6711030f7c..3ac822196441fdad10126ebf647ba08d3cbe503c 100644 (file)
@@ -56,12 +56,12 @@ cd ..
        --with-log-dir=%{_var}/log \
        --with-stat-dir=%{_var}/lib/apcupsd \
        %{?with_test:--enable-test} \
-       %{?with_net:--enable-net} \
+%if %{?with_net}
+       --enable-net \
+       --enable-master-slave \
+%endif 
        %{?with_snmp:--enable-snmp} \
-%if %{with usb}
-       --enable-usb \
-       --with-serial-dev=/dev/usb/hiddev[0-15] \
-%endif
+       %{with usb:--enable-usb}
 
 %{__make}
 
This page took 0.050681 seconds and 4 git commands to generate.