From f171e094ff1ee6eccbdd32f65d3381c8bc6c66e6 Mon Sep 17 00:00:00 2001 From: uriel Date: Sun, 26 Oct 2008 04:58:20 +0100 Subject: [PATCH] Add back /usr/bin/ to default path (/usr/bin/awk makes us actually less portable *sigh*) And update to use the new fproc_cache.rc and expand the comment explaining how it works. --- etc/initrc | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/etc/initrc b/etc/initrc index 7d78b8a..0915ab6 100644 --- a/etc/initrc +++ b/etc/initrc @@ -12,14 +12,17 @@ plan9port=$PLAN9 # Path, make sure the plan9port /bin directory is included before /bin -path=($plan9port/bin/ ./bin/ /bin/) +path=($plan9port/bin/ ./bin/ /bin/ /usr/bin/) # Directory where your site(s) live ($site here is your domain name, eg., example.com) sitedir=sites/$site -# Set this to your favorite markdown formatter, eg., markdown.pl -# (md_cache is a wrapper around markdown.pl that caches output) -formatter=md_cache.rc +# Set this to your favorite markdown formatter, eg., markdown.pl (fproc_cache +# is a wrapper around a script it takes as an argument, in the default +# configuration markdown.pl, that caches output) +# Note that some werc components assume a markdown-like formatter, but all +# major functionality should should be formatter agnostic. +formatter=(fproc_cache.rc bin/contrib/markdown.pl) # Enable debugging, to disable set to () debug=true