git: 9front

Download patch

ref: 849786f41c63e2861d5cbf5decefbb777d0b4d5f
parent: 13381e0cca93c1c4499cc0498b5d0ffdc1de3ef5
author: Ori Bernstein <ori@eigenstate.org>
date: Sat Aug 20 08:39:23 EDT 2022

fshalt: remove unused variable

--- a/rc/bin/fshalt
+++ b/rc/bin/fshalt
@@ -2,7 +2,6 @@
 # fshalt [-r [kernel]] - sync (flush) and, if possible, halt all file servers
 #	and optionally reboot
 rfork en
-flagfmt='r:reboot'
 reboot=no
 scram=no
 bootf=()
--