[Nut-upsdev] nut: simplification of the automake stuff

2008-05-02 Thread Stanislav Brabec
places (I added it to libcommon.a everywhere, as libcommon.a refers to it, but maybe some binaries code do not need it.) -- Best Regards / S pozdravem, Stanislav Brabec software developer - SUSE LINUX, s. r. o

Re: [Nut-upsdev] RFC: nut and systemd

2011-05-12 Thread Stanislav Brabec
. - Prevent a race when computer initiates shutdown, and power returns before powerdown is sent from computer to UPS. (Hardware can ignore such request and reboot/resume might be needed instead.) -- Best Regards / S pozdravem, Stanislav Brabec software developer

[Nut-upsdev] [PATCH] few additions to the nut-usbups.rules

2011-11-01 Thread Stanislav Brabec
{idProduct}==, MODE=664, GROUP=@RUN_AS_GROUP@ + LABEL=nut-usbups_rules_end -- Best Regards / S pozdravem, Stanislav Brabec software developer - SUSE LINUX, s. r. o. e-mail: sbra...@suse.cz Lihovarská

Re: [Nut-upsdev] [PATCH] few additions to the nut-usbups.rules

2011-11-02 Thread Stanislav Brabec
Stanislav Brabec wrote: I just compared black list of ModemManager-0.5 and nut-2.6.2 udev rules and created a patch that contains apparent UPS devices listed in ModemManager-0.5 and not listed in nut-2.6.2 as UPSes. Surprisingly, nut-usbups.rules.in is a generated file and it is overwritten

Re: [Nut-upsdev] [PATCH] few additions to the nut-usbups.rules

2011-11-02 Thread Stanislav Brabec
Stanislav Brabec wrote: Surprisingly, nut-usbups.rules.in is a generated file and it is overwritten during build. Attached patch modifies real sources. OOPS, yet another fix of the patch. Belkin F6C1200-UNV is already handled by blazer_usb and should not be added to the Belkin HID driver. Only

Re: [Nut-upsdev] [PATCH] few additions to the nut-usbups.rules

2011-11-03 Thread Stanislav Brabec
Charles Lepple wrote: On Nov 2, 2011, at 2:06 PM, Stanislav Brabec wrote: IMHO, we only want NUT to claim these invalid USB IDs if the user specifically requests it, rather than including it in the base NUT distribution (think Gstreamer's ugly vs good plugins.) Arnaud, do you think

Re: [Nut-upsdev] [PATCH] few additions to the nut-usbups.rules

2011-11-04 Thread Stanislav Brabec
0x0008 1x 8 bytes bInterval 10 Device Status: 0x (Bus Powered) https://bugzilla.novell.com/show_bug.cgi?id=719292 -- Best Regards / S pozdravem, Stanislav Brabec software developer

[Nut-upsdev] [PATCH] Detect correct systemdsystemshutdowndir

2017-04-13 Thread Stanislav Brabec
. That is why it is better to check systemd.pc for the correct path. That path is stored as systemdutildir. In older systemd versions, systemdutildir does not exist yet, and we need to use systemdsystemunitdir can be used. Signed-off-by: Stanislav Brabec <sbra...@suse.cz> --- configure.ac | 7