diff options
author | Rob Austein <sra@hactrn.net> | 2013-01-12 01:50:45 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2013-01-12 01:50:45 +0000 |
commit | ddc122bdff0591ad350a985beed14cdde6a8fd73 (patch) | |
tree | aee2eabe6dd3a3984f2397501dbc13cc425333e8 /rcynic/installation-scripts | |
parent | e26178710a14d8983d89ec4a17d93282f7349162 (diff) |
Using @cwd in FreeBSD pkg-plist seems to work, and is much less of a
change from what has until now been standard practice, so going with
that.
svn path=/branches/tk377/; revision=4967
Diffstat (limited to 'rcynic/installation-scripts')
-rwxr-xr-x | rcynic/installation-scripts/freebsd/rc.d.rcynic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/installation-scripts/freebsd/rc.d.rcynic b/rcynic/installation-scripts/freebsd/rc.d.rcynic index 69c97ce6..73e6efda 100755 --- a/rcynic/installation-scripts/freebsd/rc.d.rcynic +++ b/rcynic/installation-scripts/freebsd/rc.d.rcynic @@ -12,7 +12,7 @@ name="rcynic" start_cmd="rcynic_start" stop_cmd="rcynic_stop" -: ${rcynic_jaildir="/usr/local/var/rcynic"} +: ${rcynic_jaildir="/var/rcynic"} : ${rcynic_user="rcynic"} : ${rcynic_group="rcynic"} |