git: 9front

Download patch

ref: 06ef8f9836db3c5a52dbca83b5675c197c905e43
parent: 903d85dbf06f7f00e63255faa8968807af6251eb
author: stanley lieber <stanley.lieber@gmail.com>
date: Sat Jun 6 14:18:38 EDT 2015

sysinfo: update -p for sysinfo.9front.org

--- a/rc/bin/sysinfo
+++ b/rc/bin/sysinfo
@@ -51,7 +51,7 @@
 		webfs
 		hpost -u http://sysinfo.9front.org -p / a_body@$file submit:submit fake:fake a_func:add_post url: |
 			grep -e '\/body\"' |
-			sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g; s/^/http:\/\/sysinfo.9front.org/g'
+			sed 1q | sed 's/^.*href=\"//g; s/body\".*$/body/g'
 		rm -f $file
 	}
 }
--