From: Amos Jeffries Date: Fri, 3 Jun 2011 06:32:04 +0000 (-0600) Subject: Translation: Omit templates/generic 'tempate template' from install X-Git-Tag: take08~55^2~150 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4b33c85df1268d29cec346d24412ee59ad564a64;p=thirdparty%2Fsquid.git Translation: Omit templates/generic 'tempate template' from install --- diff --git a/errors/template.list b/errors/template.list index 811d568706..f99141550e 100644 --- a/errors/template.list +++ b/errors/template.list @@ -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 diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 22998d17ec..890f17319b 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -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}"