commit 7c1fbd07546b7d0930d0b0c8981dd0d9ad3b7bff
Author: Aaron LI <a...@aaronly.me>
Date:   Sat May 16 14:43:20 2020 +0800

    installer: Fix process killing issue in installer.sh
    
    The original way of obtaining PIDs is actually wrong, becuase it would
    get the user of processes instead of the process ID.
    
    Directly use killall(1) to fix the issue as well as clean the code.

Summary of changes:
 usr.sbin/installer/installer/installer.sh | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/7c1fbd07546b7d0930d0b0c8981dd0d9ad3b7bff


-- 
DragonFly BSD source repository

Reply via email to