No it does not. I am new to VM Pro so not sure how I would do anything outside of the default settings. I liked the framed version and would not change it so the theme was not by my choice. This accelerator is brand new and I've only logged into it about 10-15 times total. The upgrade to the 1.401, PowerDNS, Mail Relay. I think these all were tried at the same time. The only install before those is phpmyadmin. That is the extent of what I've done inside Virtualmin.
Here are some logs if they help any:
from etc/webmin/config
passwd_cindex=2
real_os_type=Sun Solaris
gotoone=1
realname=
os_version=11
passwd_file=/etc/shadow
tempdelete_days=7
os_type=solaris
hostnamemode=0
ld_path=/lib:/usr/lib:/opt/csw/lib:/opt/csw/apache2/lib:/opt/csw/bdb4/lib:/opt/csw/bdb43/lib:/opt/
csw/flex-2.5.31/lib:/opt/csw/gcc3/lib:/opt/csw/lighttpd/lib:/opt/csw/mysql4/lib:/opt/csw/mysql5/lib:
/opt/csw/postgresql/lib:/opt/csw/sparc-sun-solaris2.8/lib
ownmods_lbt=mysql apache virtual-server passwd proc cron change-user htaccess-htpasswd mailboxes virtualmin-dav virtualmin-svn
help_width=
gotomodule=
logusers=
passwd_pindex=1
passwd_mindex=4
nofeedbackcc=2
hostnamedisplay=
referers_none=1
feedback_to=
passwd_uindex=0
noremember=
deftab=system
readonly_lbt=virtual-server
real_os_version=11
logfiles=1
sysinfo=0
logfullfiles=
by_view=0
logtime=168
log=1
logperms=
texttitles=1
md5pass=1
theme=blue-theme
nohostname=
notabs=0
ld_env=LD_LIBRARY_PATH
showlogin=0
notabs_lbt=1
find_pid_command=ps -ef | grep NAME | grep -v grep | awk '{ print $2 }'
logmodules=
path=/sbin:/bin:/opt/csw/apache2/sbin:/opt/csw/sbin/:/opt/csw/bin/:/usr/sbin:/usr/bin:/usr/local/
bin:/opt/csw/apache2/sbin:/opt/csw/sbin/:/opt/csw/bin/:/opt/csw/gcc3/bin:/opt/csw/gnu:/opt/csw/
mysql5/bin:/opt/csw/mysql4/bin:/opt/csw/postgresql/bin:/opt/SUNWspro/bin
logclear=
product=webmin
help_height=
lang_admin=en
theme_admin=blue-theme
i saw this in the system logs that happened about the same time i performed the upgrade as virtualmin suggested:
Changed file /etc/webmin/security-updates/config
1a2,3
> sched_action=0
> sched_email=billy.clark@rassai.com
Changed file /var/spool/cron/crontabs/root
42a43
> 0 0 * * * /etc/webmin/security-updates/update.pl
Created file /etc/webmin/security-updates/update.pl
0a1,10
> #!/opt/csw/bin/perl
> open(CONF, "/etc/webmin/miniserv.conf");
> while(<CONF>) {
> $root = $1 if (/^root=(.*)/);
> }
> close(CONF);
> $ENV{'WEBMIN_CONFIG'} = "/etc/webmin";
> $ENV{'WEBMIN_VAR'} = "/var/webmin";
> chdir("$root/security-updates");
> exec("$root/security-updates/update.pl", @ARGV) || die "Failed to run $root/security-updates/update.pl : $!";
here is a link to the joyent forum post that i put out there:
http://discuss.joyent.com/viewtopic.php?pid=175775#p175775