Details |
Last modification |
View Log
| RSS feed
Rev |
Author |
Line No. |
Line |
192 |
- |
1 |
#!/bin/sh
|
|
|
2 |
echo Starting Webmin server in /usr/libexec/webmin
|
|
|
3 |
trap '' 1
|
|
|
4 |
LANG=
|
|
|
5 |
export LANG
|
|
|
6 |
#PERLIO=:raw
|
|
|
7 |
unset PERLIO
|
|
|
8 |
export PERLIO
|
|
|
9 |
PERLLIB=/usr/libexec/webmin
|
|
|
10 |
export PERLLIB
|
|
|
11 |
exec '/usr/libexec/webmin/miniserv.pl' $* /etc/webmin/miniserv.conf
|