diff options
author | Rob Austein <sra@hactrn.net> | 2011-01-25 05:19:14 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2011-01-25 05:19:14 +0000 |
commit | 129913e55ff3ccd48d7fa68e24b11f2370f63f70 (patch) | |
tree | 7be6983863d16edfdb4c8cdf16bfae54b3dca90b /rcynic/scripts/install.sh | |
parent | af363c36d18a73cf88ef4f95acaabd6c6745d54e (diff) |
Minimally-tested rcynic installation for Mac OS X
svn path=/rcynic/Makefile.in; revision=3660
Diffstat (limited to 'rcynic/scripts/install.sh')
-rw-r--r-- | rcynic/scripts/install.sh | 19 |
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 |