You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/12/17 04:13:29 UTC

svn commit: r604763 - /httpd/mod_ftp/trunk/Makefile.apxs

Author: wrowe
Date: Sun Dec 16 19:13:28 2007
New Revision: 604763

URL: http://svn.apache.org/viewvc?rev=604763&view=rev
Log:
CRITICAL; 0.9.0 showstopper

This modified /usr/include/httpd/ directory with 644 perms,
instead of setting the mod_ftp.h perms as intended.  Please
note this if you are testing ./configure.apxs; make install
that you may need to restore your include directory back
to 755 perms when finished.


Modified:
    httpd/mod_ftp/trunk/Makefile.apxs

Modified: httpd/mod_ftp/trunk/Makefile.apxs
URL: http://svn.apache.org/viewvc/httpd/mod_ftp/trunk/Makefile.apxs?rev=604763&r1=604762&r2=604763&view=diff
==============================================================================
--- httpd/mod_ftp/trunk/Makefile.apxs (original)
+++ httpd/mod_ftp/trunk/Makefile.apxs Sun Dec 16 19:13:28 2007
@@ -110,6 +110,6 @@
 	@echo Installing header files
 	@$(MKINSTALLDIRS) $(exp_includedir) && \
 	  cp $(ftp_srcdir)/include/mod_ftp.h $(exp_includedir)/ && \
-	  chmod 0644 $(exp_includedir) mod_ftp.h
+	  chmod 0644 $(exp_includedir)/mod_ftp.h