about summary refs log tree commit diff
path: root/pkgs/servers/apcupsd
AgeCommit message (Collapse)AuthorFilesLines
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-03-27treewide: replace utillinux refs of {u,}mountMatthew Bauer1-1/+1
umount and mount are now provided top-level
2018-03-27Update default.nixMatthew Justin Bauer1-1/+0
2018-03-27unixtools: cleanupMatthew Bauer1-3/+4
2017-09-21misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson1-1/+2
Only acts on one-line dependency lists.
2017-08-15apcupsd: unbreak buildBjørn Forsman1-0/+5
Fix build since commit 093cc00cdd9d8cf31ecce5bc1dd3645c460a1b98 ("cc-wrapper: Always export environment variables for binutils"). The apcupsd build system uses "$(STRIP)" as flags for the "install" program. Now that $STRIP is the path to the strip binary, we cannot pass that to "install". Fixes this: ... COPY multimon.cgi => /nix/store/...-apcupsd-3.14.14/libexec/cgi-bin /nix/store/...-coreutils-8.27/bin/install: cannot stat 'strip': No such file or directory
2016-10-17apcupsd: 3.14.13 -> 3.14.14derchris1-2/+2
2015-06-08Updated apcupsd to version 3.14.13Lengyel Balázs1-2/+2
2014-04-13apcupsd: add missing assertBjørn Forsman1-0/+2
2014-04-13apcupsd: bump 3.14.11 -> 3.14.12 (latest stable)Bjørn Forsman1-2/+2
Release notes: http://sourceforge.net/p/apcupsd/svn/HEAD/tree/tags/Release-3_14_12/ReleaseNotes
2014-02-13apcupsd: update 3.14.10 -> .11 (stable)Bjørn Forsman1-2/+2
2013-10-05Some description fixesBjørn Forsman1-1/+1
There are many more packages to fix, this is just a start. Rules: * Don't repeat the package name (not always that easy...) * Start with capital letter * Don't end with full stop * Don't start with "The ..." or "A ..." I've also added descriptions to some packages and rewritten others.
2013-07-21apcupsd: use /run/nologin (instead of /etc/nologin) to prevent loginsBjørn Forsman1-1/+1
This is what systemd uses, see "man systemd-user-sessions.service".
2013-07-20apcupsd: fix hostname command patchingBjørn Forsman1-1/+1
The source has HOSTNAME=`hostname` (capture output of hostname command) but currently it is replaced with HOSTNAME="/path/to/hostname" (which is just a plain string). Fix it by substituting with HOSTNAME=`/path/to/hostname`.
2013-07-17apcupsd: fix download urlBjørn Forsman1-1/+1
2013-07-17apcupsd: new packageBjørn Forsman1-0/+54
apcupsd is a daemon for controlling APC UPSes.