FreeBSD Port: tikiwiki-2.2

Roger Olofsson 240olofsson at telia.com
Sun Dec 28 00:57:32 UTC 2008


Hello,

I have made a small fix to the tikiwiki port. The details are at

http://tikiwiki.org/tiki-view_forum_thread.php?comments_parentId=31524&topics_offset=2&topics_sort_mode=lastPost_desc&forumId=6

and here:

I have fixed the script fixperms.sh making it usable for FreeBSD 7. 
Below are the changes to the script - use it with 'su -m www -c "sh 
fixperms.sh"'.

Line
21 UNAME=`uname | cut -c 1-7`
..
..
42
43 if "$UNAME" = "FreeBSD" ; then
44 AUSER=www
45 AGROUP=www
46 fi

fixperms.sh is in the tikiwiki root folder.

/Roger



More information about the freebsd-ports mailing list