Prevent configure overwrite

Maniak

Verified User
Joined
Aug 25, 2004
Messages
222
Location
Switzerland
Hello,

For the sake of clarity, could you please let me know what is the exact way to make sure that files within directory /usr/local/directadmin/custombuild/configure/{suphp,fastcgi,ap2}/* never gets overwriten when running "./build update" command?

Actually is there a way like in templates, to create a custom directory and make sure the build will fail rather than replace these files with stock files?

I can guess from the post http://forum.directadmin.com/showthread.php?t=29824 that it should be possible to use folder /usr/local/directadmin/custombuild/configure/custom/{suphp,fastcgi,ap2}/* but nowhere could I find an official statement.

Searching for "custom" in the sub-forum brings really far too many hits to check them one by one.

Thanks,
Gregory
 
Last edited:
You need to put the configurations file that need to dont get overwritte in /custom folder, not /configure/custom

Regards
 
Back
Top