]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Translation: Omit templates/generic 'tempate template' from install
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 3 Jun 2011 06:32:04 +0000 (00:32 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 3 Jun 2011 06:32:04 +0000 (00:32 -0600)
errors/template.list
scripts/source-maintenance.sh

index 811d568706606bb1024fb50428edad9a89e2c552..f99141550e0464f05b4eae3ac2c7bdbec1738ebe 100644 (file)
@@ -38,5 +38,4 @@ ERROR_TEMPLATES= \
     templates/ERR_UNSUP_REQ \
     templates/ERR_URN_RESOLVE \
     templates/ERR_WRITE_ERROR \
-    templates/ERR_ZERO_SIZE_OBJECT \
-    templates/generic 
+    templates/ERR_ZERO_SIZE_OBJECT 
index 22998d17ec7a63e3782ca009ccafd919b68f6424..890f17319b00f8ccb5ac3deee38329bfc3bf80ad 100755 (executable)
@@ -141,7 +141,7 @@ echo " "
 # Build templates install include from current templates available
 (
 echo -n "ERROR_TEMPLATES="
-for f in `ls -1 ${ROOT}/errors/templates/*`
+for f in `ls -1 ${ROOT}/errors/templates/ERR_*`
 do
        echo " \\"
        echo -n "    ${f}"