Commit 6cd7888e authored by Martin Pool's avatar Martin Pool

You cannot do "export VAR=VALUE" all on one line; the export must be

separate from the assignment.  (SCO SysV)
parent 1d54358e
......@@ -97,6 +97,9 @@
# BSD machines tend not to have "head" or "seq".
# You cannot do "export VAR=VALUE" all on one line; the export must be
# separate from the assignment. (SCO SysV)
# STILL TO DO:
......
......@@ -26,6 +26,7 @@
build_rsyncd_conf
export RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
RSYNC_CONNECT_PROG="$rsync_bin --config=$conf --daemon"
export RSYNC_CONNECT_PROG
$rsync_bin -v localhost::
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment