Displaying 20 results from an estimated 10000 matches similar to: "[nut-commits] svn commit r936 - in trunk: . packaging/redhat"
2010 Dec 23
1
[nut-commits] svn commit r2777 - in trunk: data docs/man drivers scripts/hal scripts/hotplug scripts/udev
2010/12/22 Arjen de Korte <adkorte-guest at alioth.debian.org>
> Author: adkorte-guest
> Date: Wed Dec 22 20:31:42 2010
> New Revision: 2777
> URL: http://trac.networkupstools.org/projects/nut/changeset/2777
>
> Log:
> Don't version generated files
>
> Deleted:
> trunk/scripts/hal/ups-nut-device.fdi.in
> trunk/scripts/hotplug/libhid.usermap
>
2008 Nov 17
1
[nut-commits] svn commit r1567 - in trunk: . drivers
2008/11/17 Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Mon Nov 17 19:34:27 2008
> New Revision: 1567
>
> Log:
> fix changes from r1566 that broke building
> ...
thanks for fixing that one ;-)
SSL conditional inclusion missing?
Arnaud
2008 Dec 19
1
[nut-commits] svn commit r1656 - trunk/drivers
2008/12/19 Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Fri Dec 19 09:34:11 2008
> New Revision: 1656
>
> Log:
> Some more header file changes
>
> Removed:
> trunk/drivers/powerman-pdu.h
the same can be applied to many driver's headers since this goes back
to pre autoconf/automake full support.
so I created quite a
2007 Jun 18
1
[nut-commits] svn commit r964 - in trunk: . drivers
Arjen de Korte wrote:
> Author: adkorte-guest
> Date: Mon Jun 18 09:03:18 2007
> New Revision: 964
>
> Log:
> additional debug info in case commands fail
>
> Modified:
> trunk/ChangeLog
> trunk/drivers/megatec.c
>
> Modified: trunk/ChangeLog
Arnaud, Carlos,
I'd like to backport this change to Testing as well. Intermittent
startup problems for
2010 Oct 27
1
[nut-commits] svn commit r2620 - trunk/drivers
2010/10/26 Arjen de Korte
> Author: adkorte-guest
> Date: Tue Oct 26 18:38:23 2010
> New Revision: 2620
> URL: http://trac.networkupstools.org/projects/nut/changeset/2620
>
> Log:
>
>
> Modified:
> trunk/drivers/dummy-ups.h
>
Arjen,
since we're using svn logs to generate the ChangeLog, I went on the server
to modify this empty log msg with "Fix
2007 May 07
1
Re: [nut-commits] svn commit r892 - in trunk: . packaging packaging/redhat
On 5/7/07, Arnaud Quette <aquette@alioth.debian.org> wrote:
> --- trunk/packaging/README (original)
> +++ trunk/packaging/README Mon May 7 09:41:33 2007
> @@ -29,6 +29,8 @@
> Directory:
> URL:
>
> + The official files are located in redhat (lower case)
We should really rename one directory so that people on
case-insensitive filesystems don't get
2007 Jun 22
1
[nut-commits] svn commit r975 - in trunk: . docs drivers
Hi Arjen,
2007/6/21, Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jun 21 18:58:20 2007
> New Revision: 975
>
> Log:
> Add modem control line functions so that we don't have to mess with ioctl() calls directly.
> ...
excellent, I was thinking about it for some time...
btw, will you also take over converting the other
2007 Aug 10
0
[nut-commits] svn commit r1029 - in trunk: . data drivers scripts/hotplug scripts/udev
Hi Arjen
2007/7/28, Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Sat Jul 28 16:45:04 2007
> New Revision: 1029
>
> Log:
> Add Belkin F6C1200-UNV (older model) to supported devices.
>
> Apparently this is (internally) identical to the F6C1100-UNV. Not surprisingly, they also share the same productid (1100). It also seems to come
2006 Nov 16
2
Re: [nut-commits] svn commit r585 - in trunk: . conf server
2006/11/16, Arjen de Korte <adkorte-guest@alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Nov 16 21:16:40 2006
> New Revision: 585
>
> Modified:
> trunk/ChangeLog
> trunk/conf/upsd.conf.sample
> trunk/server/conf.c
> trunk/server/upsd.c
> trunk/server/upsd.h
> Log:
> upsd: add MAXINIT parameter to upsd.conf to make the time upsd
2010 Nov 05
1
[nut-commits] svn commit r2671 - branches/AsciiDoc/m4
2010/11/4 Arjen de Korte
> Author: adkorte-guest
> Date: Thu Nov 4 22:40:51 2010
> New Revision: 2671
> URL: http://trac.networkupstools.org/projects/nut/changeset/2671
>
> Log:
> Exclude -I. and extra developer warning flags with Net-SNMP support enabled
> (using them is the responsibility of the NUT developers)
>
> Modified:
>
2008 Mar 21
1
[nut-commits] svn commit r1376 - in trunk: . server
Hi Arjen,
there is a small glitch with r1376:
upsd.c: In function ?mainloop":
upsd.c:857: warning: too few argument for the format
2008/3/18, Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Tue Mar 18 19:59:15 2008
> New Revision: 1376
> ...
> + if (ret == 0) {
> + upsdebugx(2, "%s: no data
2007 Aug 11
3
[nut-commits] svn commit r1043 - in trunk: . docs drivers
Arjen de Korte wrote:
>
> + * drivers/apc-hid.c:
> + - Commented out the 'fullycharged' status. If anyone can explain the
> + use of this, please step forward.
This flag is defined on p.36 of the "Universal Serial Bus Usage Tables
for HID Power Devices", Release 1.0 November 1, 1997, a USB standards
document available on the web.
The document defines this
2008 Nov 16
2
[nut-commits] svn commit r1560 - trunk
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Sun Nov 16 13:00:30 2008
> New Revision: 1560
>
> Log:
> Generated by libtool and should not be versioned.
>
> Modified:
> trunk/ (props changed)
Right, that didn't work out quite the way I intended. Can someone
please set the svn:ignore property on
2008 Nov 24
1
[nut-commits] svn commit r1578 - in trunk: . drivers
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Mon Nov 24 13:13:44 2008
> New Revision: 1578
>
> Log:
> Use new usb_device_id_t and is_usb_device_supported()
> for selection of the subdriver.
Alexander,
It would be nice if you could double check that I didn't horribly
break something here. I don't expect any
2009 Jan 15
1
[nut-commits] svn commit r1728 - trunk/tools
Citeren Arjen de Korte <adkorte-guest at alioth.debian.org>:
> Author: adkorte-guest
> Date: Thu Jan 15 11:54:05 2009
> New Revision: 1728
>
> Log:
> Another stab at this.
>
> Modified:
> trunk/tools/Makefile.am
And failing miserably... :-(
Can someone more fluent in 'autotoolish' fix this problem? Currently
the BuildBot is broken by update r1718
2009 Jul 28
1
[nut-commits] svn commit r1866 - in trunk: . drivers man
On Mon, Jul 20, 2009 at 3:33 PM, Arjen de
Korte<adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Mon Jul 20 19:33:33 2009
> New Revision: 1866
>
> Log:
> Resolve naming conflict
Arjen,
should drivers/Makefile.am be changed from:
virtual_SOURCES = virtual.c
to:
clone_SOURCES = clone.c
as well?
--
- Charles Lepple
2010 Jan 23
1
[nut-commits] svn commit r2260 - trunk/drivers
Citeren Arjen de Korte <adkorte-guest op alioth.debian.org>:
> Author: adkorte-guest
> Date: Sat Jan 23 10:06:51 2010
> New Revision: 2260
>
> Log:
> Need to define _XOPEN_SOURCE for strptime() prototype in glibc2
>
> Modified:
> ? ? trunk/drivers/mge-hid.c
Arnaud,
Apparently this solves the problem for the strptime() function, but
now breaks the snprintf()
2010 Dec 12
2
[nut-commits] svn commit r2731 - in trunk/docs: . man website website/scripts
Citeren Arnaud Quette <aquette op alioth.debian.org>:
> Author: aquette
> Date: Sat Dec 11 12:31:21 2010
> New Revision: 2731
> URL: http://trac.networkupstools.org/projects/nut/changeset/2731
>
> Log:
> Complete the list of Subversion ignored files, with AsciiDoc
> generated contents (no functional changes)
Is there a particular reason for having both the man/
2008 Feb 02
1
[nut-commits] svn commit r1264 - in trunk: . drivers m4 scripts/hal
On Feb 1, 2008 6:11 PM, Arnaud Quette <aquette at alioth.debian.org> wrote:
> Author: aquette
> Date: Fri Feb 1 23:11:33 2008
> New Revision: 1264
>
> Log:
> fix HAL support installation [Alioth Bug #304156]
Arnaud,
I tried to fix some of the errors that I was seeing in buildbot, but I
still get the following error on "make distcheck", and I don't know
how
2009 Mar 15
1
international charactes (was: Re: [nut-commits] svn commit r1805 - trunk/drivers)
I can't remember, were we moving towards or away from UTF-8?
On Sun, Mar 15, 2009 at 4:23 PM, Arjen de Korte
<adkorte-guest at alioth.debian.org> wrote:
> Author: adkorte-guest
> Date: Sun Mar 15 20:23:08 2009
> New Revision: 1805
>
> Log:
> Fix compiler warnings in functional code
>
> Modified:
> trunk/drivers/belkin.c
> trunk/drivers/mge-xml.c
>