mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
fb70acbb64
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
227 B
Bash
10 lines
227 B
Bash
#!/bin/sh
|
|
echo Starting Webmin server in /usr/libexec/webmin
|
|
trap '' 1
|
|
LANG=
|
|
export LANG
|
|
unset PERLIO
|
|
export PERLIO
|
|
PERLLIB=/usr/libexec/webmin
|
|
export PERLLIB
|
|
exec '/usr/libexec/webmin/miniserv.pl' $* /etc/webmin/miniserv.conf
|