diff options
author | Britney Fransen <brfransen@gmail.com> | 2014-04-13 20:31:31 (GMT) |
---|---|---|
committer | Britney Fransen <brfransen@gmail.com> | 2014-04-13 20:31:31 (GMT) |
commit | 525f7158871222ee7011c122900351451506c48b (patch) | |
tree | 91db7fc0eeaa381543df77d31405a01dde5ba003 /abs/extra/webmin/run | |
parent | fd92e5feaf57f1f245e4daeb83e8c165ee728561 (diff) | |
download | linhes_pkgbuild-525f7158871222ee7011c122900351451506c48b.zip linhes_pkgbuild-525f7158871222ee7011c122900351451506c48b.tar.gz linhes_pkgbuild-525f7158871222ee7011c122900351451506c48b.tar.bz2 |
webmin: update to 1.680. closes #965
runit-scripts: add webmin service
Diffstat (limited to 'abs/extra/webmin/run')
-rw-r--r-- | abs/extra/webmin/run | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra/webmin/run b/abs/extra/webmin/run deleted file mode 100644 index 659c6cd..0000000 --- a/abs/extra/webmin/run +++ /dev/null @@ -1,11 +0,0 @@ -#!/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 |