# /usr/local/lib/webmin/setup.sh
***********************************************************************
Welcome to the Webmin setup script, version 2.013
***********************************************************************
Webmin is a web-based interface that allows Unix-like operating
systems and common Unix services to be easily administered.
Installing Webmin in /usr/local/lib/webmin
***********************************************************************
Webmin uses separate directories for configuration files and log files.
Unless you want to run multiple versions of Webmin at the same time
you can just accept the defaults.
Config file directory [/usr/local/etc/webmin]: # Configuration file directory
Log file directory [/var/db/webmin]: # Log file directory
***********************************************************************
Webmin is written entirely in Perl. Please enter the full path to the
Perl 5 interpreter on your system.
Full path to perl (default /usr/local/bin/perl): # Perl interpreter path
Testing Perl ..
.. done
***********************************************************************
Operating system name: FreeBSD
Operating system version: 14.2
***********************************************************************
Webmin uses its own password protected web server to provide access
to the administration programs. The setup script needs to know :
- What port to run the web server on. There must not be another
web server already using this port.
- The login name required to access the web server.
- The password required to access the web server.
- If the web server should use SSL (if your system supports it).
- Whether to start webmin at boot time.
Web server port (default 10000): # Web server port number
Login name (default admin): # Login username, press Enter to use the default admin
Login password: # Enter password, the password will not be echoed or displayed as ****, i.e., nothing is displayed during input, same below
Password again: # Confirm password again
Use SSL (y/n): y # Whether to use SSL (https)
***********************************************************************
Creating web server config files ..
.. done
Creating access control file ..
.. done
Creating start and stop init scripts ..
.. done
Creating start and stop init symlinks to scripts ..
.. done
Copying config files ..
.. done
Changing ownership and permissions ..
.. done
Running postinstall scripts ..
.. done
Enabling background status collection ..
.. done