
Hi Bryan, On Tue, Oct 29, 2002 at 08:52:26AM -0500, Bryan Fullerton wrote:
1. PostgreSQL update (couple of errors, no biggies):
% cat scripts/DBUpdate.postgresql.sql | psql -U otrs -h db otrs Password: CREATE NOTICE: CREATE TABLE will create implicit sequence 'customer_user_id_seq' for SERIAL column 'customer_user.id' [...]
Don't worry about the error messages, you can update all previous version with this script and in the most cases your database has already the most changes!
2. SetPermissions.sh (warnings)
% bin/SetPermissions.sh /usr/local/otrs otrs www nogroup www SetPermissions.sh <$Revision: 1.13 $> - set OTRS file permissions Copyright (c) 2002 Martin Edenhofer
Setting file permissions... chown -R 0.0 /usr/local/otrs chown: separation of user and group with a period is deprecated chown otrs.nogroup /usr/local/otrs [...] The chown requests all completed successfully, just emitted warnings. I believe normally it's user:group on FreeBSD.
Is this (http://bogen.net/SetPermissions.sh) working?
3. /bin/bash (hardcoded location)
Lots of places, shells are hardcoded to /bin/bash - FreeBSD ports installs bash as /usr/local/bin/bash. IMHO, the only shell you should assume is on a system is /bin/sh.
I changed it in the CVS. Thanks for this!
4. index.pl no longer works! (eep!)
% perl -cw bin/cgi-bin/index.pl syntax error at /usr/local/otrs/bin/cgi-bin/../../Kernel/Config.pm line 539, near "$_;" BEGIN failed--compilation aborted at ../otrs/bin/cgi-bin/index.pl line 48.
Help! I tried checking index.pl from CVS, it does the same thing. :(
Ja, this means there is a syntax error in Kernel/Config.pm near line 539.
Thanks,
Bryan
Martin -- Martin Edenhofer - <martin at edenhofer.de> - http://martin.edenhofer.de/ -- "There are two major products that come out of Berkeley: LSD and Unix. We don't believe this to be a coincidence." -- Jeremy S. Anderson