aboutsummaryrefslogtreecommitdiff
path: root/rcynic/scripts/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'rcynic/scripts/install.sh')
-rw-r--r--rcynic/scripts/install.sh19
1 files changed, 0 insertions, 19 deletions
diff --git a/rcynic/scripts/install.sh b/rcynic/scripts/install.sh
deleted file mode 100644
index 9c7fa3fb..00000000
--- a/rcynic/scripts/install.sh
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/bin/sh -
-# $Id$
-
-set -e
-
-case "$1" in
-
-freebsd*)
- cd freebsd
- . install.sh
- ;;
-
-# linux*) ;;
-# darwin*) ;;
-*)
- echo 1>&2 "Don't know how to install rcynic jail on platform $uname"
- exit 1
- ;;
-esac