Hi Eelco, On Sat, Mar 17, 2012 at 19:36, Eelco Dolstra <[email protected]> wrote: > * Use the --quiet flag. > > Modified: > nixos/trunk/modules/system/activation/switch-to-configuration.sh > > Modified: nixos/trunk/modules/system/activation/switch-to-configuration.sh > ============================================================================== > --- nixos/trunk/modules/system/activation/switch-to-configuration.sh Sun > Mar 18 02:36:21 2012 (r33224) > +++ nixos/trunk/modules/system/activation/switch-to-configuration.sh Sun > Mar 18 02:36:44 2012 (r33225) > @@ -84,7 +84,7 @@ > for job in $(initctl list | sed -e '/ stop\/waiting/ d; /^[^a-z]/ d; s/^\([^ > ]\+\).*/\1/' | sort); do > if ! [ -e "$newJobs/$job.conf" ] ; then > echo "stopping obsolete job ‘$job’..." > - initctl stop "$job" || true > + stop --quiet "$job" || true > fi > done >
I found this output extremely useful, especially when one hang. Removing the output will make this more difficult to track. -- Nicolas Pierron http://www.linkedin.com/in/nicolasbpierron - http://nbp.name/ _______________________________________________ nix-dev mailing list [email protected] http://lists.science.uu.nl/mailman/listinfo/nix-dev
