diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-24 21:41:25 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-24 21:41:25 +0000 |
commit | 775ba62d6dba267fb3e0821840535f85d3d840a1 (patch) | |
tree | 9a13b06604a3929fe2e48ad72d5f93a6da955da8 /rcynic/scripts/freebsd/install.sh | |
parent | f8e664a34c21d10efbd91d21d56d98e097872b73 (diff) |
Unfinished hacks to get rcynic jail installation working on Linux and Darwin
svn path=/configure; revision=3648
Diffstat (limited to 'rcynic/scripts/freebsd/install.sh')
-rw-r--r-- | rcynic/scripts/freebsd/install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rcynic/scripts/freebsd/install.sh b/rcynic/scripts/freebsd/install.sh index 56c4c7a8..2b3d1f4b 100644 --- a/rcynic/scripts/freebsd/install.sh +++ b/rcynic/scripts/freebsd/install.sh @@ -53,7 +53,7 @@ fi if /bin/test -r "$jaildir/etc/rcynic.conf"; then echo "You already have config file \"${jaildir}/etc/rcynic.conf\", so I will use it." -elif /usr/bin/install -m 444 -o root -g wheel -p rcynic.conf "${jaildir}/etc/rcynic.conf"; then +elif /usr/bin/install -m 444 -o root -g wheel -p ../sample-rcynic.conf "${jaildir}/etc/rcynic.conf"; then echo "Installed minimal ${jaildir}/etc/rcynic.conf, adding SAMPLE trust anchors" for i in ../../sample-trust-anchors/*.cer; do j="$jaildir/etc/trust-anchors/${i##*/}" |