Branch: refs/heads/master
  Home:   https://github.com/NixOS/nixpkgs
  Commit: 6e528893a8ccaf3fa4ad23bc0e4d18c679c1f37d
      
https://github.com/NixOS/nixpkgs/commit/6e528893a8ccaf3fa4ad23bc0e4d18c679c1f37d
  Author: Bjørn Forsman <[email protected]>
  Date:   2016-07-01 (Fri, 01 Jul 2016)

  Changed paths:
    M nixos/modules/config/update-users-groups.pl

  Log Message:
  -----------
  nixos/update-users-groups.pl: print UIDs and GIDs

Instead of showing this output from "nixos-rebuild switch":

  warning: not applying GID change of group ‘munin’
  warning: not applying UID change of user ‘ntp’

print this:

  warning: not applying GID change of group ‘munin’ (95 -> 102)
  warning: not applying UID change of user ‘ntp’ (3 -> 179)

This makes it possible for users to take action and fixup the UIDs/GIDs
that NixOS won't touch.


  Commit: 6284f603cefa0f25a7409170143615ce4725dcd4
      
https://github.com/NixOS/nixpkgs/commit/6284f603cefa0f25a7409170143615ce4725dcd4
  Author: Eelco Dolstra <[email protected]>
  Date:   2016-07-01 (Fri, 01 Jul 2016)

  Changed paths:
    M nixos/modules/config/update-users-groups.pl

  Log Message:
  -----------
  Merge pull request #16640 from bjornfor/nixos-rebuild-show-uids

nixos/update-users-groups.pl: print UIDs and GIDs


Compare: https://github.com/NixOS/nixpkgs/compare/9159d50baf7e...6284f603cefa
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to