mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
* Less verbosity.
svn path=/nixos/trunk/; revision=10506
This commit is contained in:
parent
90f34e204d
commit
65c1f9882c
@ -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
|
||||
|
@ -82,8 +82,6 @@ if test "$action" = "switch" -o "$action" = "test"; then
|
||||
echo "restarting $event..."
|
||||
stopJob $event
|
||||
initctl start "$event"
|
||||
else
|
||||
echo "unchanged $event"
|
||||
fi
|
||||
done
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user