From: Aaron Bannert Date: Thu, 7 Mar 2002 15:09:36 +0000 (+0000) Subject: It is bad to recursively remove every CVS directory in a person's X-Git-Tag: CHANGES~202 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9fcf39336067bc1729577c5bb039056e8194d7e5;p=apache It is bad to recursively remove every CVS directory in a person's home directory. Bad bad bad. Make sure the variable was set to something before cd-ing to blank and ending up in their $HOME. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93767 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index fd6e65fef6..74be35ab3a 100644 --- a/CHANGES +++ b/CHANGES @@ -1,5 +1,9 @@ Changes with Apache 2.0.34-dev + *) Be more careful about recursively removing CVS directories. Make + sure that we aren't cd'ing to their home directory first. + [Aaron Bannert] + *) Add a missing errordir entry in the Debian config.layout. PR: 10067 [Dirk-Jan Faber , Aaron Bannert, Thom May ]