0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

* Clean up the nixos-rebuild output a bit.

svn path=/nixos/trunk/; revision=18859
This commit is contained in:
Eelco Dolstra 2009-12-09 18:23:48 +00:00
parent e0d69c92a8
commit f26080c5f4
2 changed files with 6 additions and 7 deletions

View file

@ -57,9 +57,6 @@ EOF
oldJobs=$(readlink -f /etc/static/init)
newJobs=$(readlink -f @out@/etc/init)
echo "old: $oldJobs"
echo "new: $newJobs"
stopJob() {
local job=$1
initctl stop "$job" || true