diff options
author | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-19 06:08:56 (GMT) |
---|---|---|
committer | Cecil Hugh Watson <knoppmyth@gmail.com> | 2009-01-19 06:08:56 (GMT) |
commit | 4d8cb4b57c9706028750560bf9a56fb44f90e4d2 (patch) | |
tree | 820a86c34fafeb417f37311dd8a8014c1a037d51 /abs/extra-testing/webmin/run | |
parent | ec31c0cf3c25a0b824229a85ece5cdec2e7d47df (diff) | |
download | linhes_pkgbuild-4d8cb4b57c9706028750560bf9a56fb44f90e4d2.zip linhes_pkgbuild-4d8cb4b57c9706028750560bf9a56fb44f90e4d2.tar.gz linhes_pkgbuild-4d8cb4b57c9706028750560bf9a56fb44f90e4d2.tar.bz2 |
Implements webmin in LinHES. Added run to allow for control w/ runit.
Diffstat (limited to 'abs/extra-testing/webmin/run')
-rw-r--r-- | abs/extra-testing/webmin/run | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/abs/extra-testing/webmin/run b/abs/extra-testing/webmin/run new file mode 100644 index 0000000..659c6cd --- /dev/null +++ b/abs/extra-testing/webmin/run @@ -0,0 +1,11 @@ +#!/bin/sh +echo Starting Webmin server in /opt/webmin +trap '' 1 +LANG= +export LANG +#PERLIO=:raw +unset PERLIO +export PERLIO +PERLLIB=/opt/webmin +export PERLLIB +exec '/opt/webmin/miniserv.pl' /etc/webmin/miniserv.conf |