diff -Nur --no-dereference smeserver-dl-0.2.3.old/createlinks smeserver-dl-0.2.3/createlinks --- smeserver-dl-0.2.3.old/createlinks 2022-07-21 09:44:30.426000000 -0400 +++ smeserver-dl-0.2.3/createlinks 2022-07-21 09:47:46.225000000 -0400 @@ -32,3 +32,9 @@ # PHP header and footer safe_symlink("/etc/e-smith/templates-default/template-begin-php", "root/etc/e-smith/templates/etc/dl.php/template-begin"); safe_symlink("/etc/e-smith/templates-default/template-end-php", "root/etc/e-smith/templates/etc/dl.php/template-end"); + +#backup contrib +use esmith::Build::Backup qw(:all); +backup_includes("smeserver-dl", qw( +/var/lib/dl/ +)); diff -Nur --no-dereference smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl --- smeserver-dl-0.2.3.old/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2022-07-21 09:44:30.435000000 -0400 +++ smeserver-dl-0.2.3/root/etc/e-smith/templates/etc/httpd/conf/httpd.conf/98Dl 2022-07-21 09:50:44.632000000 -0400 @@ -27,7 +27,7 @@ AddType application/x-httpd-php .php - SetHandler "proxy:unix:/var/run/php-fpm/php74-dl.sock|fcgi://localhost" + SetHandler "proxy:unix:/var/run/php-fpm/php__PHP_VERSION__-dl.sock|fcgi://localhost" #php_admin_flag file_uploads On