diff options
author | ache <ache@FreeBSD.org> | 2004-08-23 00:58:31 +0800 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2004-08-23 00:58:31 +0800 |
commit | 79836e811775a05c1a4223f9302da128c95926cd (patch) | |
tree | 45a39c16ecd057aea305691cfc031622a0b5f728 /www/apache13 | |
parent | 3e82fe8ac38266e1dca30ad89a2f3c7783d19e6c (diff) | |
download | freebsd-ports-gnome-79836e811775a05c1a4223f9302da128c95926cd.tar.gz freebsd-ports-gnome-79836e811775a05c1a4223f9302da128c95926cd.tar.zst freebsd-ports-gnome-79836e811775a05c1a4223f9302da128c95926cd.zip |
Add @unexec parts to prev. commit
Diffstat (limited to 'www/apache13')
-rw-r--r-- | www/apache13/pkg-plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/www/apache13/pkg-plist b/www/apache13/pkg-plist index ce7491375f7e..1780bb42c071 100644 --- a/www/apache13/pkg-plist +++ b/www/apache13/pkg-plist @@ -106,6 +106,7 @@ sbin/logresolve sbin/rotatelogs %%SUB_SUEXEC%%sbin/suexec @exec mkdir -p -m 755 www/data-dist +@unexec chmod u+w 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 @@ -434,6 +435,7 @@ 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 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 |