I'm looking at this. Just looking at this.
Travis have you built this lately?
Well it built easily enough, but the spec file is so different than what texstar did originally that I'm not sure he'll want it. There is a lot of extra stuff in the repo version.
Wow, it sure is a different look!
Anyone want to check it out?
rpm and src.rpm is available here:
http://nbrks.com/rpm/webmin/
Joble,
I installed it on a machine here and the first thing I noticed is it does not properly recognize the operating system as PCLinuxOS.
Preparing... ########################################### [100%]
Operating system is Generic Linux
1:webmin ########################################### [100%]
Webmin install complete. You can now login to
http://dannys.dm-enterprises.net:10000/as root with your root password.
Also all the paths are screwed up. For example
Apache server root directory /usr/local/apache it should be at /etc/httpd
Path to httpd executable /usr/local/apache/bin/httpd it should be at /usr/sbin/httpd
with those changes it will start
MySQL paths are also incorrect. they are currently at /usr/local/mysql/bin/ and should be /usr/bin/
The Path to MySQL databases directory should be /var/lib/mysql not at /usr/local/mysql/var
also the Path to MySQL shared libraries directory should be none not /usr/local/mysql/lib
with these changes MySQL will start
These are only a few of the issues I have spotted so far.