shithub: front

Download patch

ref: 33efe0a189333134fc445a5f555de257411bc620
parent: ca672123ca2ed01f20d8c768e791ffe92faa93e8
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Nov 3 10:16:42 EST 2024

cpurc, termrc: dont kill gefs

--- a/rc/bin/cpurc
+++ b/rc/bin/cpurc
@@ -120,4 +120,4 @@
 
 # mode of /proc/*/ctl is inherited across rfork, and sets modes on
 # other /proc files, such as note, so let listen be killed.
-dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|reboot|usbd|kb|disk|ether|wpa)$'
+dontkill '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|gefs|hjfs|ipconfig|kb|kfs|mntgen|paqfs|reboot|usbd|venti|wpa)$'
--- a/rc/bin/termrc
+++ b/rc/bin/termrc
@@ -98,4 +98,4 @@
 	reform/audio
 }
 
-dontkill '^(ipconfig|factotum|mntgen|venti|hjfs|kfs|cfs|cwfs.*|9660srv|dossrv|paqfs|cs|dns|listen|reboot|usbd|kb|disk|ether|wpa)$'
+dontkill '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|gefs|hjfs|ipconfig|kb|kfs|mntgen|paqfs|reboot|usbd|venti|wpa)$'
--