bin/contrib/tcp80: plan9port does not include 9front utilities used by rc-httpd. set $PATH here to include replacement utilities from bin/contrib.
This commit is contained in:
parent
edff6e771f
commit
e1ab0fd080
1 changed files with 3 additions and 1 deletions
|
|
@ -1,5 +1,7 @@
|
||||||
#!/bin/rc
|
#!/bin/rc
|
||||||
# For use with listen(8).
|
# For use with listen(8).
|
||||||
# Change paths to match your system.
|
# Change paths to match your system.
|
||||||
PLAN9=/usr/local/plan9front
|
# Eitdit rc-httpd/rc-httpd to match your system.
|
||||||
|
PLAN9=/usr/local/plan9
|
||||||
|
PATH=($PATH /home/sl/www/werc/bin/contrib)
|
||||||
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
|
exec /home/sl/www/werc/bin/contrib/rc-httpd/rc-httpd >>[2]/var/log/rc-httpd
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue