Date: Sun, 28 Dec 2008 01:34:43 +0100 From: Roger Olofsson <240olofsson@telia.com> To: farrokhi@FreeBSD.org Cc: ports@FreeBSD.org Subject: FreeBSD Port: tikiwiki-2.2 Message-ID: <4956C9A3.3030304@telia.com>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4956C9A3.3030304>