From: Marcos R. <pu...@ns...> - 2002-01-13 05:58:57
|
lets' see if I understand correctly: the clone feature will do a symlink whith the original module... but will have different config/acl files (in /etc/webmin/module-clone and /etc/webmin/module)... in the other hand... if a modification is "hardcore" in the perl of the module itself, the best way is to copy it (something like cd /pathtowebmin/ ; cp -a module mymodule ) and then change /paththowebmin/mymodule/module.info. cheers! Marcos |