0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-19 08:31:01 +03:00

* Less verbosity.

svn path=/nixos/trunk/; revision=10506
This commit is contained in:
Eelco Dolstra 2008-02-05 14:33:21 +00:00
parent 90f34e204d
commit 65c1f9882c
2 changed files with 2 additions and 4 deletions

View file

@ -8,7 +8,7 @@ cat "$2" | while true; do
"$name" \
${gid:+--gid $gid}
else
echo "updating group $name..."
#echo "updating group $name..."
oldIFS="$IFS"; IFS=:; set -- $curEnt; IFS="$oldIFS"
prevGid=$3
if test -n "$gid" -a "$prevGid" != "$gid"; then
@ -40,7 +40,7 @@ cat "$1" | while true; do
--shell "$shell" \
${createHome:+--create-home}
else
echo "updating user $name..."
#echo "updating user $name..."
oldIFS="$IFS"; IFS=:; set -- $curEnt; IFS="$oldIFS"
prevUid=$3
prevHome=$6