git: 9front

Download patch

ref: 665acf7db5ff62e5a53e6e4a2d84f470cfeeba4f
parent: 6559c55563f64f56dc1ce8b07d1689fac71baaf6
author: cinap_lenrek <cinap_lenrek@gmx.de>
date: Sun Jun 2 00:59:02 EDT 2013

grabrfc: fix null list in concatination when no $dom, just use $sysname

--- a/lib/rfc/grabrfc
+++ b/lib/rfc/grabrfc
@@ -3,7 +3,9 @@
 rfork en
 path=(/bin)
 fn cd
+
 dom=`{ndb/query sys $sysname dom}
+if(~ $dom '') dom=$sysname
 
 ramfs
 ftpfs -q/ -a $user@$dom ftp.rfc-editor.org	# was ftp.isi.edu
--