From f6c31370ccd1e839c0952fc1bec598238d224c17 Mon Sep 17 00:00:00 2001 From: Jamie Cameron Date: Wed, 6 Aug 2008 20:18:59 +0000 Subject: [PATCH] Local setup script --- local-setup.sh | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100755 local-setup.sh diff --git a/local-setup.sh b/local-setup.sh new file mode 100755 index 0000000000..f56cd8642a --- /dev/null +++ b/local-setup.sh @@ -0,0 +1,16 @@ +#!/bin/sh +noperlpath=1 +nouninstall=1 +atboot=1 +nochown=1 +if [ "$config_dir" = "" ]; then + config_dir=/etc/webmin +fi +if [ "$var_dir" = "" ]; then + var_dir=/var/webmin +fi +perl=/usr/local/bin/perl +session=1 +nopostinstall=1 +export noperlpath nouninstall atboot nochown config_dir var_dir perl session nopostinstall +./setup.sh