Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 1d59e54ebc58827053ff17b732ecea47d4eb24b2
      
https://github.com/NixOS/nixpkgs/commit/1d59e54ebc58827053ff17b732ecea47d4eb24b2
  Author: Bjørn Forsman <[email protected]>
  Date:   2013-07-20 (Sat, 20 Jul 2013)

  Changed paths:
    M pkgs/servers/apcupsd/default.nix

  Log Message:
  -----------
  apcupsd: fix hostname command patching

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`.



_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to