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.
This commit is contained in:
parent
8f59aebdcf
commit
f171e094ff
11
etc/initrc
11
etc/initrc
@ -12,14 +12,17 @@
|
|||||||
plan9port=$PLAN9
|
plan9port=$PLAN9
|
||||||
|
|
||||||
# Path, make sure the plan9port /bin directory is included before /bin
|
# 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)
|
# Directory where your site(s) live ($site here is your domain name, eg., example.com)
|
||||||
sitedir=sites/$site
|
sitedir=sites/$site
|
||||||
|
|
||||||
# Set this to your favorite markdown formatter, eg., markdown.pl
|
# Set this to your favorite markdown formatter, eg., markdown.pl (fproc_cache
|
||||||
# (md_cache is a wrapper around markdown.pl that caches output)
|
# is a wrapper around a script it takes as an argument, in the default
|
||||||
formatter=md_cache.rc
|
# 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 ()
|
# Enable debugging, to disable set to ()
|
||||||
debug=true
|
debug=true
|
||||||
|
Loading…
Reference in New Issue
Block a user