git: plan9front

Download patch

ref: c813cfa1981b3566a34b4d614fa5ec2aaee53819
parent: 7e39282097c011817f75eca489b9b5157e17dd42
author: Jacob Moody <moody@posixcafe.org>
date: Thu Oct 9 23:44:27 EDT 2025

sysupdate: tell people to make sure the permissions on the extracted new repo are correct

--- a/rc/bin/sysupdate
+++ b/rc/bin/sysupdate
@@ -9,6 +9,7 @@
 		echo 'in order to update, run the following commands:'
 		echo '	mkdir /dist/9front && cd /dist/9front && \'
 		echo '	hget https://git.9front.org/static/9front-scrubbed.tar.gz | tar xz'
+		echo '	chmod g+w `{walk /dist/9front}'
 		echo 'once that has been done, you may delete /dist/plan9front.'
 		exit upgrade
 	}
--