diff options
author | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-06 00:09:46 +0800 |
---|---|---|
committer | in2 <in2@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2002-10-06 00:09:46 +0800 |
commit | 383a53ce44b3055ed90cfbd3608308e2ad5b5164 (patch) | |
tree | 6be9831bb33cd8db6ea26f4cfda10d28c605a5ae /web/Makefile | |
parent | 01d6e6494cec862c90d42e7c74c8e00dc31939ab (diff) | |
download | pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar.gz pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar.bz2 pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar.lz pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar.xz pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.tar.zst pttbbs-383a53ce44b3055ed90cfbd3608308e2ad5b5164.zip |
group writable
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk/pttbbs@537 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'web/Makefile')
-rw-r--r-- | web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/Makefile b/web/Makefile index 44830419..bff43078 100644 --- a/web/Makefile +++ b/web/Makefile @@ -1,4 +1,4 @@ all: mod_ptt.c mod_ptt.h apxs -I ../include -c mod_ptt.c cp mod_ptt.so /usr/local/libexec/apache/mod_ptt.so - chmod 755 /usr/local/libexec/apache/mod_ptt.so + chmod 775 /usr/local/libexec/apache/mod_ptt.so |