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:
parent
e0d69c92a8
commit
f26080c5f4
2 changed files with 6 additions and 7 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue