psorenlook at the swerts-knudsen siteseehttp://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htm
Quote from: "RayMitchell"psorenlook at the swerts-knudsen siteseehttp://sme.swerts-knudsen.dk/index.html?frame=http%3A//sme.swerts-knudsen.dk/howtos/howto_3.htmThanks works greatBut if I update I may have to fix it again right ?
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
expand-template /home/httpd/html/horde/config/mime_drivers.php
Not if you modify the template file:Code: [Select]cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160htmland make the modifications in the copied file. After you have made your modifications regenerate the file:Code: [Select]expand-template /home/httpd/html/horde/config/mime_drivers.php
Should I create the entire structure and place the copy within it?Thanks,E
mkdir -p /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php
cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
Code: Code: [Select]cp /etc/e-smith/templates/home/httpd/html/horde/config/mime_drivers.php/160html \ /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html
/etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html-bash: /etc/e-smith/templates-custom/home/httpd/html/horde/config/mime_drivers.php/160html: No such file or directory