git: 9front

Download patch

ref: 915c9c36e81d186ab0df672671bdeaa9e44ff977
parent: c85e26cb9418d8d6420122e9fe387c41583c2ef5
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Thu Aug 9 16:13:28 EDT 2012

inst/configfs: change spaces into tabs

--- a/rc/bin/inst/configfs
+++ b/rc/bin/inst/configfs
@@ -14,7 +14,7 @@
 	echo 'You can install the following types of file systems:'
 	echo
 	echo '	cwfs64x	the cached-worm file server'
-	echo '  hjfs    the new 9front file server (experimental!)'
+	echo '	hjfs	the new 9front file server (experimental!)'
 	echo
 	prompt -d cwfs64x 'File system' cwfs64x hjfs
 	fstype=$rd
--