diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-06 22:41:07 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2004-11-06 22:41:07 +0000 |
commit | 776ed588072011d45f2d5fb9085d31b7d9aad525 (patch) | |
tree | 4af9bfb2f1e70ede9dca98a02b58e568fe99e24f /www/apache13/pkg-plist | |
parent | 941fbea0e18f4e0fa7cebfedc22392e4d85987cd (diff) | |
download | ports-776ed588072011d45f2d5fb9085d31b7d9aad525.tar.gz ports-776ed588072011d45f2d5fb9085d31b7d9aad525.zip |
Notes
Diffstat (limited to 'www/apache13/pkg-plist')
-rw-r--r-- | www/apache13/pkg-plist | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index fd6ebc5d779b..3ee091a25e18 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -105,8 +105,8 @@ sbin/httpd sbin/logresolve sbin/rotatelogs %%SUB_SUEXEC%%sbin/suexec -@exec mkdir -p -m 755 www/data-dist -@unexec chmod u+w www/data-dist +@exec mkdir -p -m 755 %D/www/data-dist +@unexec chmod u+w %D/www/data-dist www/data-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @exec [ -d %D/www/data/ ] || ln -fs %B %D/www/data www/data-dist/apache_pb.gif @@ -140,7 +140,7 @@ www/data-dist/index.html.ru.ucs4 www/data-dist/index.html.ru.utf8 www/data-dist/index.html.se www/data-dist/index.html.zh-tw.big5 -@exec chmod a-w www/data-dist +@exec chmod a-w %D/www/data-dist share/doc/apache/LICENSE share/doc/apache/bind.html.en share/doc/apache/bind.html.fr @@ -431,13 +431,13 @@ share/doc/apache/win_service.html.ja.jis share/doc/apache/windows.html.en share/doc/apache/windows.html.html share/doc/apache/windows.html.ja.jis -@exec mkdir -p -m 755 www/cgi-bin-dist -@unexec chmod u+w www/cgi-bin-dist +@exec mkdir -p -m 755 %D/www/cgi-bin-dist +@unexec chmod u+w %D/www/cgi-bin-dist www/cgi-bin-dist/EXAMPLE_DIRECTORY-DONT_ADD_OR_TOUCH_ANYTHING @exec [ -d %D/www/cgi-bin/ ] || ln -fs %B %D/www/cgi-bin www/cgi-bin-dist/printenv www/cgi-bin-dist/test-cgi -@exec chmod a-w www/cgi-bin-dist +@exec chmod a-w %D/www/cgi-bin-dist www/icons/README www/icons/a.gif www/icons/a.png @@ -668,7 +668,6 @@ www/icons/world2.png @dirrm share/doc/apache/misc @dirrm share/doc/apache/mod @dirrm share/doc/apache/programs -@dirrm share/doc/apache/search @dirrm share/doc/apache/vhosts @dirrm share/doc/apache @dirrm www/data-dist |