git: 9front

Download patch

ref: 82f8847c1694fe4691d715b8e38d2f21fb707012
parent: 9cee84779366c8b7b2a39cf997d42b736ead4a40
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Sat Aug 20 12:40:11 EDT 2022

fshalt: shut up about #P not being present

--- a/rc/bin/fshalt
+++ b/rc/bin/fshalt
@@ -33,7 +33,7 @@
 h=`{ls /srv/hjfs*cmd >[2]/dev/null}
 
 # for scram, don't scram other systems
-bind -b '#P' /dev
+bind -b '#P' /dev >[2]/dev/null
 if(! ~ $reboot yes){
 	if (test -e '#P'/apm)
 		scram=yes
--