diff options
author | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-27 18:20:46 +0000 |
---|---|---|
committer | Ion-Mihai Tetcu <itetcu@FreeBSD.org> | 2006-07-27 18:20:46 +0000 |
commit | 6f66a17fb3525de70eae19870fc14e36ae953111 (patch) | |
tree | d0cf4fcf1fa2a591013dd9c0c4a157a6779c85fc /devel/otrs | |
parent | 3ccdb4f05ad62499406cc1a09543aff6a57787be (diff) |
Notes
Diffstat (limited to 'devel/otrs')
-rw-r--r-- | devel/otrs/Makefile | 1 | ||||
-rw-r--r-- | devel/otrs/files/patch-bin-SetPermissions.sh | 15 | ||||
-rw-r--r-- | devel/otrs/files/pkg-message.in | 5 |
3 files changed, 19 insertions, 2 deletions
diff --git a/devel/otrs/Makefile b/devel/otrs/Makefile index 197861c836c7..53d890b053c9 100644 --- a/devel/otrs/Makefile +++ b/devel/otrs/Makefile @@ -7,6 +7,7 @@ PORTNAME= otrs PORTVERSION= 2.0.4 +PORTREVISION= 1 CATEGORIES= devel MASTER_SITES= ftp://ftp.otrs.org/pub/otrs/ DISTNAME= ${PORTNAME}-${PORTVERSION}-01 diff --git a/devel/otrs/files/patch-bin-SetPermissions.sh b/devel/otrs/files/patch-bin-SetPermissions.sh new file mode 100644 index 000000000000..5c895665b3bd --- /dev/null +++ b/devel/otrs/files/patch-bin-SetPermissions.sh @@ -0,0 +1,15 @@ +--- bin/SetPermissions.sh.orig Fri Jul 21 21:03:43 2006 ++++ bin/SetPermissions.sh Fri Jul 21 21:07:02 2006 +@@ -55,9 +55,10 @@ + echo "chown -R $WEBUSER:$OTRSGROUP $OTRSDEST" + chown $WEBUSER:$OTRSGROUP $OTRSDEST + chown -R $WEBUSER:$OTRSGROUP $OTRSDEST +-echo "chmod -R og+rw $OTRSDEST" +-chmod ug+wr $OTRSDEST ++echo "chmod -R og+rw $OTRSDEST/*" + chmod -R ug+wr $OTRSDEST ++# procmail does not like the home directory to be group writeable ++chmod g-w $OTRSDEST + + # set the $HOME to the OTRS user + echo "chown $OTRSUSER:$OTRSGROUP $OTRSDEST" diff --git a/devel/otrs/files/pkg-message.in b/devel/otrs/files/pkg-message.in index 72f16cb35b7e..d5e73c7d5b16 100644 --- a/devel/otrs/files/pkg-message.in +++ b/devel/otrs/files/pkg-message.in @@ -5,7 +5,8 @@ The rest of installation must be completed manually. Please read -http://doc.otrs.org/2.0/en/html/x357.html#webserver-configuration +http://doc.otrs.org/2.0/en/html/ -and follow instructions. +for further instructions, particularly regarding configuring your web +server, database, cron scripts, and receiving emails. ========================================================================== |