diff options
author | Martin Blapp <mbr@FreeBSD.org> | 2002-02-05 17:33:56 +0000 |
---|---|---|
committer | Martin Blapp <mbr@FreeBSD.org> | 2002-02-05 17:33:56 +0000 |
commit | be7c4e5106e74c55e12232a905f21aa7e92f0585 (patch) | |
tree | 0a4452f6b3d0e428fb011e266f30e457dee1870e /www/mod_frontpage | |
parent | Only let the apache user execute the fpexe stub. Remove a bogus (diff) |
Fix the echo message
Diffstat (limited to 'www/mod_frontpage')
-rw-r--r-- | www/mod_frontpage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/mod_frontpage/Makefile b/www/mod_frontpage/Makefile index ccb5e93c1bcd..ebba13a1bf37 100644 --- a/www/mod_frontpage/Makefile +++ b/www/mod_frontpage/Makefile @@ -44,7 +44,7 @@ PERL_CONFIGURE= yes pre-fetch: @${ECHO} - @${ECHO} ****************************************************** + @${ECHO} "*****************************************************" @${ECHO} IMPORTANT @${ECHO} @${ECHO} This port still has some security issues. Some buffer @@ -57,7 +57,7 @@ pre-fetch: @${ECHO} FP_GID_MIN set correctly. If you think security is @${ECHO} very important for you, you shouldn't run frontpage @${ECHO} at all. - @${ECHO} ****************************************************** + @${ECHO} "*****************************************************" @${ECHO} |