From d1dae64b892559d796533725da4df38192c5a4d3 Mon Sep 17 00:00:00 2001 From: Abel Abraham Camarillo Ojeda Date: Sat, 10 Apr 2010 14:52:35 -0500 Subject: [PATCH] adds useful comment --- tool/gen_httpd_conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tool/gen_httpd_conf b/tool/gen_httpd_conf index b8dbaf7..0731835 100644 --- a/tool/gen_httpd_conf +++ b/tool/gen_httpd_conf @@ -15,6 +15,10 @@ location="${location}/" location=`echo "$location" | perl -lpe 's!/+$!/!g'` cat < +# if you don't do it that way, then you deserve what you get + # this is needed to fetch the static/* files Alias ${location}static $pwd/static -- 2.11.4.GIT