git: 9front

Download patch

ref: bcf7b2ee4598ef64a1d99348dac04cb1df701231
parent: 4e1418e809741ccd8e4cebb69852dbef63aca830
parent: 823ed78660daa9c901467668fa343ffddf9703e5
author: cinap_lenrek <cinap_lenrek@localhost>
date: Sat Aug 13 18:20:28 EDT 2011

merge

--- a/lib/bullshit
+++ b/lib/bullshit
@@ -5,9 +5,9 @@
 interface
 singleton
 framework
-NoSQL
+NoSQL |
 cache
-self-signing
+self-signing |
 template
 API
 service
--- a/rc/bin/bullshit
+++ b/rc/bin/bullshit
@@ -44,8 +44,8 @@
 		n += 2
 	for(i = 0; i < n; i++)
 		printf "%s%s ", word[last = int(rand() * nword)], suffix()
-	if(rand() > 0.5 || (last >= 0 && noend[last]) || hassuffix)
-		printf "%s ", word[int(rand() * nend)]
+	if(rand() < 0.1 || (last >= 0 && noend[last]) || hassuffix)
+		printf "%s ", end[int(rand() * nend)]
 	print ""
 }
 ' /lib/bullshit
--