guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: installer: final: Remove left-over pk call.


From: guix-commits
Subject: 01/02: installer: final: Remove left-over pk call.
Date: Tue, 9 Jun 2020 11:59:15 -0400 (EDT)

mothacehe pushed a commit to branch master
in repository guix.

commit ce16b07d10ebda486d6e4cb6fd30fe797125aeac
Author: Mathieu Othacehe <othacehe@gnu.org>
AuthorDate: Tue Jun 9 12:33:38 2020 +0200

    installer: final: Remove left-over pk call.
    
    * gnu/installer/final.scm (kill-cow-users): Remove pk call.
---
 gnu/installer/final.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/installer/final.scm b/gnu/installer/final.scm
index ece1aff..90c76e9 100644
--- a/gnu/installer/final.scm
+++ b/gnu/installer/final.scm
@@ -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))))))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]