git: 9front

Download patch

ref: ad0bd0a3a58d42d7ed69d91b03a92631252f803a
parent: d769aafaf5cef39c7e29c73f3715e24c14f132eb
author: Ori Bernstein <ori@eigenstate.org>
date: Sun Jun 1 21:33:39 EDT 2025

inst/mountgefs: make log messages accurate

--- a/rc/bin/inst/mountgefs
+++ b/rc/bin/inst/mountgefs
@@ -52,9 +52,10 @@
 	gefs -n $sname $fsflags -SAf $fs
 
 	log Creating "other" dataset
-	log Mounting $fstype file server for $fs
 	echo snap -m empty other >>/srv/$sname.cmd
 	echo set other retain '''''' >>/srv/$sname.cmd
+
+	log Mounting $fstype file server for $fs
 	while(! logprog mount -c /srv/$sname /n/newfs %main)
 		sleep 2
 	while(! logprog mount -c /srv/$sname /n/newfs.adm %adm)
--