From 38b1f5d8d4ee4c70923e3b2a1bfb4fba92be52dd Mon Sep 17 00:00:00 2001 From: Rob Austein Date: Wed, 26 Jan 2011 01:14:02 +0000 Subject: Jailed rcynic installation working (I think) on Fedora. Remains to be seen whether it works on any other Linux distro. What a mess. svn path=/configure; revision=3665 --- rcynic/installation-scripts/install.sh | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'rcynic/installation-scripts/install.sh') diff --git a/rcynic/installation-scripts/install.sh b/rcynic/installation-scripts/install.sh index e2c20406..30ec251f 100644 --- a/rcynic/installation-scripts/install.sh +++ b/rcynic/installation-scripts/install.sh @@ -5,11 +5,9 @@ set -e case "$1" in -freebsd*) cd freebsd; . install.sh;; - -darwin*) cd darwin; . install.sh;; - -# linux*) cd linux; . install.sh;; +freebsd*) cd freebsd; . ./install.sh;; +darwin*) cd darwin; . ./install.sh;; +linux*) cd linux; . ./install.sh;; *) echo 1>&2 "Don't know how to install rcynic jail on platform $uname" exit 1;; -- cgit v1.2.3