summary refs log tree commit diff
path: root/pkgs/servers/apcupsd
Commit message (Collapse)AuthorAge
* treewide: replace utillinux refs of {u,}mountMatthew Bauer2018-03-27
| | | | umount and mount are now provided top-level
* Update default.nixMatthew Justin Bauer2018-03-27
|
* unixtools: cleanupMatthew Bauer2018-03-27
|
* misc pkgs: Basic sed to get fix `pkgconfig` and `autoreconfHook` `buildInputs`John Ericson2017-09-21
| | | | Only acts on one-line dependency lists.
* apcupsd: unbreak buildBjørn Forsman2017-08-15
| | | | | | | | | | | | | 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
* apcupsd: 3.14.13 -> 3.14.14derchris2016-10-17
|
* Updated apcupsd to version 3.14.13Lengyel Balázs2015-06-08
|
* apcupsd: add missing assertBjørn Forsman2014-04-13
|
* apcupsd: bump 3.14.11 -> 3.14.12 (latest stable)Bjørn Forsman2014-04-13
| | | | | Release notes: http://sourceforge.net/p/apcupsd/svn/HEAD/tree/tags/Release-3_14_12/ReleaseNotes
* apcupsd: update 3.14.10 -> .11 (stable)Bjørn Forsman2014-02-13
|
* Some description fixesBjørn Forsman2013-10-05
| | | | | | | | | | | | 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.
* apcupsd: use /run/nologin (instead of /etc/nologin) to prevent loginsBjørn Forsman2013-07-21
| | | | This is what systemd uses, see "man systemd-user-sessions.service".
* apcupsd: fix hostname command patchingBjørn Forsman2013-07-20
| | | | | | | 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`.
* apcupsd: fix download urlBjørn Forsman2013-07-17
|
* apcupsd: new packageBjørn Forsman2013-07-17
apcupsd is a daemon for controlling APC UPSes.