diff options
Diffstat (limited to 'abs/extra-testing/webmin/run')
-rw-r--r-- | abs/extra-testing/webmin/run | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/abs/extra-testing/webmin/run b/abs/extra-testing/webmin/run deleted file mode 100644 index 659c6cd..0000000 --- a/abs/extra-testing/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 |