|
From: Jamie C. <jca...@we...> - 2003-04-28 23:20:29
|
Paul Reilly wrote:
> Hi,
>
> Is there a way of repackaging Webmin from my Solaris machine to include
> my own modules.
>
> I want to install on another machine without having to individually
> install each module.
If you are just using the tar.gz package, this is easy. Just do the
following :
- Extract the .tar.gz file somewhere
- In the newly created webmin-1.XXX directory, extract each of the
module .wbm files, which are really just tar files. Each will create a
new module subdirectory in addition to those already there.
- Re-tar up the directory with a command like :
tar cvzf webmin-1.XXX-with-extras.tar.gz webmin-1.XXX
Doing this for the Solaris package is a bit trickier though ..
- Jamie
|