shithub: front

Download patch

ref: c51566faa77810a457a543ffcf5707db9579c27a
parent: 33efe0a189333134fc445a5f555de257411bc620
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Sun Nov 3 12:05:45 EST 2024

cpurc, termrc: actually, gefs not needed, still, keep it sorted (thanks ori)

--- 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 '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|gefs|hjfs|ipconfig|kb|kfs|mntgen|paqfs|reboot|usbd|venti|wpa)$'
+dontkill '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|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 '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|gefs|hjfs|ipconfig|kb|kfs|mntgen|paqfs|reboot|usbd|venti|wpa)$'
+dontkill '^(9660srv|cfs|cs|cwfs.*|disk|dns|dossrv|ether|factotum|hjfs|ipconfig|kb|kfs|mntgen|paqfs|reboot|usbd|venti|wpa)$'
--