From: Jamie C. <jca...@we...> - 2003-05-18 02:12:14
|
Joe Cooper wrote: > Hey Jamie and all, > > I know I've seen you mention this somewhere before, but I can't recall > the specifics. > > What naming convention is Webmin looking for when installing a module > from RPM using the Webmin Modules module? I'm rebuilding all of my > module RPMs for Red Hat 9, and would like to get it right this time. ;-) They have to be named wbm-<modulename> , such as wbm-ppp-client . I have a script that can construct such an RPM from a module directory if you are planning on building a few.. The %post script of the RPM has to follow certain standards, like adding themselves to the /etc/webmin/webmin.acl file and copying config files to /etc/webmin/<modulename> . - Jamie |