Branch: refs/heads/release-16.03
  Home:   https://github.com/NixOS/nixpkgs
  Commit: b5a905beac430326b25036d1cec041c624660bc3
      
https://github.com/NixOS/nixpkgs/commit/b5a905beac430326b25036d1cec041c624660bc3
  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.

(cherry picked from commit 6e528893a8ccaf3fa4ad23bc0e4d18c679c1f37d)


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

Reply via email to