installer: final: Remove left-over pk call.
* gnu/installer/final.scm (kill-cow-users): Remove pk call.master
parent
5648ce07ff
commit
ce16b07d10
|
@ -127,7 +127,7 @@ USERS."
|
|||
(lambda (port)
|
||||
(match (string-tokenize (read-string port) %not-nul)
|
||||
((argv0 _ ...)
|
||||
(unless (member (pk (basename argv0)) spare)
|
||||
(unless (member (basename argv0) spare)
|
||||
(syslog "Killing process ~a (~a)~%" pid argv0)
|
||||
(kill pid SIGKILL)))
|
||||
(_ #f))))))
|
||||
|
|
Reference in New Issue