installer: final: Remove left-over pk call.
* gnu/installer/final.scm (kill-cow-users): Remove pk call.
This commit is contained in:
parent
5648ce07ff
commit
ce16b07d10
1 changed files with 1 additions and 1 deletions
|
@ -127,7 +127,7 @@ USERS."
|
||||||
(lambda (port)
|
(lambda (port)
|
||||||
(match (string-tokenize (read-string port) %not-nul)
|
(match (string-tokenize (read-string port) %not-nul)
|
||||||
((argv0 _ ...)
|
((argv0 _ ...)
|
||||||
(unless (member (pk (basename argv0)) spare)
|
(unless (member (basename argv0) spare)
|
||||||
(syslog "Killing process ~a (~a)~%" pid argv0)
|
(syslog "Killing process ~a (~a)~%" pid argv0)
|
||||||
(kill pid SIGKILL)))
|
(kill pid SIGKILL)))
|
||||||
(_ #f))))))
|
(_ #f))))))
|
||||||
|
|
Reference in a new issue