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 | d366828f1df12c71d5e0e884ddba452aca90197e (patch) | |
tree | a29b5e94b8140a6894372b65c94fedbc8db51e7a | |
parent | 454ba78e58a18107aac3ee10572c010568bdbd80 (diff) | |
download | pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar.gz pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar.bz2 pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar.lz pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar.xz pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.tar.zst pttbbs-d366828f1df12c71d5e0e884ddba452aca90197e.zip |
group writable
git-svn-id: http://opensvn.csie.org/pttbbs/pttbbs/trunk@537 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
-rw-r--r-- | pttbbs/web/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pttbbs/web/Makefile b/pttbbs/web/Makefile index 44830419..bff43078 100644 --- a/pttbbs/web/Makefile +++ b/pttbbs/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 |