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
eac8d656f3
commit
9139cdafc6
1 changed files with 7 additions and 4 deletions
11
etc/initrc
11
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue