[otrs-cvs] CVS: otrs/scripts DBUpdate-to-1.1.postgresql.sql, 1.11, 1.12 DBUpdate-to-1.2.mysql.sql, 1.17, 1.18 DBUpdate-to-1.2.postgresql.sql, 1.16, 1.17 DBUpdate-to-1.3.mysql.sql, 1.14, 1.15 DBUpdate-to-1.3.postgresql.sql, 1.14, 1.15 DBUpdate-to-2.0.mysql.sql, 1.24, 1.25 DBUpdate-to-2.0.postgresql.sql, 1.26, 1.27 auto_build.sh, 1.40, 1.41 auto_docbuild.sh, 1.4, 1.5 redhat-otrs-7.3.spec, 1.8, 1.9 redhat-otrs-8.0.spec, 1.8, 1.9 redhat-rcotrs, 1.12, 1.13 redhat-rpmmacros, 1.1, 1.2 suse-otrs-10.0.spec, 1.1, 1.2 suse-otrs-7.3.spec, 1.27, 1.28 suse-otrs-8.0.spec, 1.9, 1.10 suse-otrs-9.0.spec, 1.4, 1.5 suse-otrs-9.1.spec, 1.8, 1.9 suse-rcotrs, 1.26, 1.27 sync_node.sh, 1.2, 1.3 syncuser_csv2otrs.pl, 1.1, 1.2 webform.pl, 1.5, 1.6

cvs-log at otrs.org cvs-log at otrs.org
Tue Oct 3 17:34:49 CEST 2006


Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv19362/scripts

Modified Files:
	DBUpdate-to-1.1.postgresql.sql DBUpdate-to-1.2.mysql.sql 
	DBUpdate-to-1.2.postgresql.sql DBUpdate-to-1.3.mysql.sql 
	DBUpdate-to-1.3.postgresql.sql DBUpdate-to-2.0.mysql.sql 
	DBUpdate-to-2.0.postgresql.sql auto_build.sh auto_docbuild.sh 
	redhat-otrs-7.3.spec redhat-otrs-8.0.spec redhat-rcotrs 
	redhat-rpmmacros suse-otrs-10.0.spec suse-otrs-7.3.spec 
	suse-otrs-8.0.spec suse-otrs-9.0.spec suse-otrs-9.1.spec 
	suse-rcotrs sync_node.sh syncuser_csv2otrs.pl webform.pl 
Log Message:
change copyright

Index: DBUpdate-to-1.1.postgresql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-1.1.postgresql.sql,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -r1.11 -r1.12
*** DBUpdate-to-1.1.postgresql.sql	12 May 2003 10:37:11 -0000	1.11
--- DBUpdate-to-1.1.postgresql.sql	3 Oct 2006 14:34:47 -0000	1.12
***************
*** 1,10 ****
  -- --
! -- Update an existing OTRS database from 1.0 to 1.1 
! -- Copyright (C) 2001-2003 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
  -- --
  --
! -- usage: cat DBUpdate-to-1.1.postgresql.sql | psql otrs 
  --
  -- --
--- 1,10 ----
  -- --
! -- Update an existing OTRS database from 1.0 to 1.1
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$
  -- --
  --
! -- usage: cat DBUpdate-to-1.1.postgresql.sql | psql otrs
  --
  -- --
***************
*** 21,34 ****
  DELETE FROM ticket_history_type WHERE name = 'Close successful';
  --DELETE FROM ticket_history_type WHERE name = '';
! -- 
  -- add ticket state update log type
! -- 
  INSERT INTO ticket_history_type
      (name, valid_id, create_by, create_time, change_by, change_time)
      VALUES
      ('StateUpdate', 1, 1, current_timestamp, 1, current_timestamp);
! -- 
  -- add ticket free text update log type
! -- 
  INSERT INTO ticket_history_type
      (name, valid_id, create_by, create_time, change_by, change_time)
--- 21,34 ----
  DELETE FROM ticket_history_type WHERE name = 'Close successful';
  --DELETE FROM ticket_history_type WHERE name = '';
! --
  -- add ticket state update log type
! --
  INSERT INTO ticket_history_type
      (name, valid_id, create_by, create_time, change_by, change_time)
      VALUES
      ('StateUpdate', 1, 1, current_timestamp, 1, current_timestamp);
! --
  -- add ticket free text update log type
! --
  INSERT INTO ticket_history_type
      (name, valid_id, create_by, create_time, change_by, change_time)
***************
*** 43,47 ****
  ALTER TABLE queue ADD owner_notify SMALLINT;
  --
! -- added for customer notifications 
  --
  INSERT INTO ticket_history_type
--- 43,47 ----
  ALTER TABLE queue ADD owner_notify SMALLINT;
  --
! -- added for customer notifications
  --
  INSERT INTO ticket_history_type
***************
*** 57,61 ****
  UPDATE group_user SET permission_read = 1, permission_write = 1 WHERE permission_read = 0 AND permission_write = 0;
  
! -- 
  -- add ticket_state_type table
  --
--- 57,61 ----
  UPDATE group_user SET permission_read = 1, permission_write = 1 WHERE permission_read = 0 AND permission_write = 0;
  
! --
  -- add ticket_state_type table
  --
***************
*** 64,75 ****
      id serial,
      name VARCHAR (120) NOT NULL,
!     comment VARCHAR (250), 
      create_time timestamp(0) NOT NULL,
!     create_by INTEGER NOT NULL, 
      change_time timestamp(0) NOT NULL,
!     change_by INTEGER NOT NULL, 
      PRIMARY KEY(id),
      UNIQUE (name)
! );  
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
--- 64,75 ----
      id serial,
      name VARCHAR (120) NOT NULL,
!     comment VARCHAR (250),
      create_time timestamp(0) NOT NULL,
!     create_by INTEGER NOT NULL,
      change_time timestamp(0) NOT NULL,
!     change_by INTEGER NOT NULL,
      PRIMARY KEY(id),
      UNIQUE (name)
! );
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
***************
*** 77,81 ****
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
!     ('open', 'all open state types (default: viewable)', 1, current_timestamp, 1, current_timestamp); 
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
--- 77,81 ----
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
!     ('open', 'all open state types (default: viewable)', 1, current_timestamp, 1, current_timestamp);
  INSERT INTO ticket_state_type (name, comment, create_by, create_time, change_by, change_time)
      VALUES
***************
*** 94,98 ****
  --
  ALTER TABLE ticket_state ADD type_id SMALLINT; -- NOT NULL;
! -- 
  -- update ticket_state table
  --
--- 94,98 ----
  --
  ALTER TABLE ticket_state ADD type_id SMALLINT; -- NOT NULL;
! --
  -- update ticket_state table
  --
***************
*** 105,109 ****
  UPDATE ticket_state SET type_id = 5 WHERE name = 'pending auto close+';
  UPDATE ticket_state SET type_id = 5 WHERE name = 'pending auto close-';
! -- 
  -- delete not needed queue (important for sub queue)
  --
--- 105,109 ----
  UPDATE ticket_state SET type_id = 5 WHERE name = 'pending auto close+';
  UPDATE ticket_state SET type_id = 5 WHERE name = 'pending auto close-';
! --
  -- delete not needed queue (important for sub queue)
  --
***************
*** 112,117 ****
  -- modify table ticket
  --
! ALTER TABLE ticket ADD customer_user_id VARCHAR (250); 
! -- 
  -- updated priority states
  --
--- 112,117 ----
  -- modify table ticket
  --
! ALTER TABLE ticket ADD customer_user_id VARCHAR (250);
! --
  -- updated priority states
  --

Index: DBUpdate-to-1.2.mysql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-1.2.mysql.sql,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -r1.17 -r1.18
*** DBUpdate-to-1.2.mysql.sql	5 Oct 2005 23:47:34 -0000	1.17
--- DBUpdate-to-1.2.mysql.sql	3 Oct 2006 14:34:47 -0000	1.18
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.1 to 1.2
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.1 to 1.2
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: DBUpdate-to-1.2.postgresql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-1.2.postgresql.sql,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -r1.16 -r1.17
*** DBUpdate-to-1.2.postgresql.sql	5 Oct 2005 23:47:34 -0000	1.16
--- DBUpdate-to-1.2.postgresql.sql	3 Oct 2006 14:34:47 -0000	1.17
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.1 to 1.2
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.1 to 1.2
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: DBUpdate-to-1.3.mysql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-1.3.mysql.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** DBUpdate-to-1.3.mysql.sql	14 Oct 2004 15:33:33 -0000	1.14
--- DBUpdate-to-1.3.mysql.sql	3 Oct 2006 14:34:47 -0000	1.15
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.2 to 1.3
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.2 to 1.3
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: DBUpdate-to-1.3.postgresql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-1.3.postgresql.sql,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -r1.14 -r1.15
*** DBUpdate-to-1.3.postgresql.sql	14 Oct 2004 15:33:33 -0000	1.14
--- DBUpdate-to-1.3.postgresql.sql	3 Oct 2006 14:34:47 -0000	1.15
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.2 to 1.3
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.2 to 1.3
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: DBUpdate-to-2.0.mysql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-2.0.mysql.sql,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** DBUpdate-to-2.0.mysql.sql	5 Oct 2005 23:47:34 -0000	1.24
--- DBUpdate-to-2.0.mysql.sql	3 Oct 2006 14:34:47 -0000	1.25
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.3 to 2.0
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.3 to 2.0
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: DBUpdate-to-2.0.postgresql.sql
===================================================================
RCS file: /home/cvs/otrs/scripts/DBUpdate-to-2.0.postgresql.sql,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** DBUpdate-to-2.0.postgresql.sql	5 Oct 2005 23:47:34 -0000	1.26
--- DBUpdate-to-2.0.postgresql.sql	3 Oct 2006 14:34:47 -0000	1.27
***************
*** 1,5 ****
  -- --
  -- Update an existing OTRS database from 1.3 to 2.0
! -- Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  -- --
  -- $Id$
--- 1,5 ----
  -- --
  -- Update an existing OTRS database from 1.3 to 2.0
! -- Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  -- --
  -- $Id$

Index: auto_build.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_build.sh,v
retrieving revision 1.40
retrieving revision 1.41
diff -C2 -r1.40 -r1.41
*** auto_build.sh	2 Aug 2006 08:43:35 -0000	1.40
--- auto_build.sh	3 Oct 2006 14:34:47 -0000	1.41
***************
*** 2,6 ****
  # --
  # auto_build.sh - build automatically OTRS tar, rpm and src-rpm
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 2,6 ----
  # --
  # auto_build.sh - build automatically OTRS tar, rpm and src-rpm
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 22,26 ****
  
  echo "auto_build.sh - build automatically OTRS tar, rpm and src-rpm <\$Revision$>"
! echo "Copyright (c) 2001-2005 Martin Edenhofer <martin at otrs.org>"
  
  PATH_TO_CVS_SRC=$1
--- 22,26 ----
  
  echo "auto_build.sh - build automatically OTRS tar, rpm and src-rpm <\$Revision$>"
! echo "Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/"
  
  PATH_TO_CVS_SRC=$1

Index: auto_docbuild.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/auto_docbuild.sh,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** auto_docbuild.sh	16 Feb 2004 02:48:47 -0000	1.4
--- auto_docbuild.sh	3 Oct 2006 14:34:47 -0000	1.5
***************
*** 1,6 ****
  #!/bin/sh
  # --
! # auto_docbuild.sh - build automatically OTRS docu 
! # Copyright (C) 2003 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,6 ----
  #!/bin/sh
  # --
! # auto_docbuild.sh - build automatically OTRS docu
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 10,19 ****
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
! # 
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
! # 
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
--- 10,19 ----
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
! #
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
! #
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
***************
*** 22,27 ****
  
  echo "auto_docbuild.sh - build automatically OTRS docu <\$Revision$>"
! echo "Copyright (c) 2003 Martin Edenhofer <martin at otrs.org>"
! 
  
  PATH_TO_CVS_SRC=$1
--- 22,26 ----
  
  echo "auto_docbuild.sh - build automatically OTRS docu <\$Revision$>"
! echo "Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/"
  
  PATH_TO_CVS_SRC=$1
***************
*** 41,45 ****
      exit 1;
  else
!     # check dir 
      if ! test -e $PATH_TO_CVS_SRC/de; then
          echo "Error: $PATH_TO_CVS_SRC is not OTRS CVS directory!"
--- 40,44 ----
      exit 1;
  else
!     # check dir
      if ! test -e $PATH_TO_CVS_SRC/de; then
          echo "Error: $PATH_TO_CVS_SRC is not OTRS CVS directory!"
***************
*** 65,69 ****
      find -name ".#*" | xargs rm -rf
  
!     # build docu 
      mkdir $PACKAGE_BUILD_DIR/$Language/
      cd $PACKAGE_BUILD_DIR/$Language/
--- 64,68 ----
      find -name ".#*" | xargs rm -rf
  
!     # build docu
      mkdir $PACKAGE_BUILD_DIR/$Language/
      cd $PACKAGE_BUILD_DIR/$Language/
***************
*** 83,87 ****
      mkdir -p $PACKAGE_DEST_DIR/$Language/pdf
      cp manual.pdf $PACKAGE_DEST_DIR/$Language/pdf/otrs.pdf
!  
      # html
      db2x.sh --html manual.sgml
--- 82,86 ----
      mkdir -p $PACKAGE_DEST_DIR/$Language/pdf
      cp manual.pdf $PACKAGE_DEST_DIR/$Language/pdf/otrs.pdf
! 
      # html
      db2x.sh --html manual.sgml
***************
*** 96,103 ****
      mkdir -p $PACKAGE_DEST_DIR/$Language/sgml
      cp -R *.sgml $PACKAGE_DEST_DIR/$Language/sgml/
!  
      # cleanup
      rm -rf $PACKAGE_BUILD_DIR
!  
  done;
  
--- 95,102 ----
      mkdir -p $PACKAGE_DEST_DIR/$Language/sgml
      cp -R *.sgml $PACKAGE_DEST_DIR/$Language/sgml/
! 
      # cleanup
      rm -rf $PACKAGE_BUILD_DIR
! 
  done;
  

Index: redhat-otrs-7.3.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/redhat-otrs-7.3.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** redhat-otrs-7.3.spec	25 Mar 2006 22:30:20 -0000	1.8
--- redhat-otrs-7.3.spec	3 Oct 2006 14:34:47 -0000	1.9
***************
*** 1,5 ****
  # --
  # RPM spec file for RedHat Linux of the OTRS package
! # Copyright (C) 2002-2003 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for RedHat Linux of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: redhat-otrs-8.0.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/redhat-otrs-8.0.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** redhat-otrs-8.0.spec	25 Mar 2006 22:30:20 -0000	1.8
--- redhat-otrs-8.0.spec	3 Oct 2006 14:34:47 -0000	1.9
***************
*** 1,5 ****
  # --
  # RPM spec file for RedHat Linux of the OTRS package
! # Copyright (C) 2002-2003 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for RedHat Linux of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: redhat-rcotrs
===================================================================
RCS file: /home/cvs/otrs/scripts/redhat-rcotrs,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** redhat-rcotrs	17 Jan 2003 16:06:41 -0000	1.12
--- redhat-rcotrs	3 Oct 2006 14:34:47 -0000	1.13
***************
*** 2,6 ****
  # --
  # redhat-rcotrs - rc script of otrs for RedHat Linux
! # Copyright (C) 2002-2003 Martin Edenhofer <martin+code at otrs.org>
  # Copyright (C) 2002 Pablo Ruiz <pruiz at ip6seguridad.com>
  # --
--- 2,6 ----
  # --
  # redhat-rcotrs - rc script of otrs for RedHat Linux
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # Copyright (C) 2002 Pablo Ruiz <pruiz at ip6seguridad.com>
  # --

Index: redhat-rpmmacros
===================================================================
RCS file: /home/cvs/otrs/scripts/redhat-rpmmacros,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** redhat-rpmmacros	17 Sep 2002 12:49:56 -0000	1.1
--- redhat-rpmmacros	3 Oct 2006 14:34:47 -0000	1.2
***************
*** 1,5 ****
  # --
  # scripts/redhat-rpmmacros - provides Redhat dir env for SuSE build systems 
! # Copyright (C) 2002 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # scripts/redhat-rpmmacros - provides Redhat dir env for SuSE build systems 
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-otrs-10.0.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-10.0.spec,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** suse-otrs-10.0.spec	25 Mar 2006 22:49:09 -0000	1.1
--- suse-otrs-10.0.spec	3 Oct 2006 14:34:47 -0000	1.2
***************
*** 1,5 ****
  # --
  # RPM spec file for SUSE Linux 9.1 of the OTRS package
! # Copyright (C) 2001-2004 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for SUSE Linux 9.1 of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-otrs-7.3.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-7.3.spec,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** suse-otrs-7.3.spec	25 Mar 2006 22:30:20 -0000	1.27
--- suse-otrs-7.3.spec	3 Oct 2006 14:34:47 -0000	1.28
***************
*** 1,5 ****
  # --
  # RPM spec file for SuSE Linux of the OTRS package
! # Copyright (C) 2002-2003 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for SuSE Linux of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-otrs-8.0.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-8.0.spec,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** suse-otrs-8.0.spec	25 Mar 2006 22:30:20 -0000	1.9
--- suse-otrs-8.0.spec	3 Oct 2006 14:34:47 -0000	1.10
***************
*** 1,5 ****
  # --
  # RPM spec file for SuSE Linux 8.x of the OTRS package
! # Copyright (C) 2001-2003 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for SuSE Linux 8.x of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-otrs-9.0.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-9.0.spec,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -r1.4 -r1.5
*** suse-otrs-9.0.spec	25 Mar 2006 22:30:20 -0000	1.4
--- suse-otrs-9.0.spec	3 Oct 2006 14:34:47 -0000	1.5
***************
*** 1,5 ****
  # --
  # RPM spec file for SUSE Linux 9.0 of the OTRS package
! # Copyright (C) 2001-2003 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for SUSE Linux 9.0 of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-otrs-9.1.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-9.1.spec,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** suse-otrs-9.1.spec	25 Mar 2006 22:30:20 -0000	1.8
--- suse-otrs-9.1.spec	3 Oct 2006 14:34:47 -0000	1.9
***************
*** 1,5 ****
  # --
  # RPM spec file for SUSE Linux 9.1 of the OTRS package
! # Copyright (C) 2001-2004 Martin Edenhofer <bugs+rpm at otrs.org>
  # --
  # $Id$
--- 1,5 ----
  # --
  # RPM spec file for SUSE Linux 9.1 of the OTRS package
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: suse-rcotrs
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-rcotrs,v
retrieving revision 1.26
retrieving revision 1.27
diff -C2 -r1.26 -r1.27
*** suse-rcotrs	29 Aug 2005 21:39:41 -0000	1.26
--- suse-rcotrs	3 Oct 2006 14:34:47 -0000	1.27
***************
*** 2,6 ****
  # --
  # suse-rcotrs - rc script of otrs for SuSE Linux
! # Copyright (C) 2001-2005 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 2,6 ----
  # --
  # suse-rcotrs - rc script of otrs for SuSE Linux
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: sync_node.sh
===================================================================
RCS file: /home/cvs/otrs/scripts/sync_node.sh,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** sync_node.sh	12 Nov 2004 09:56:29 -0000	1.2
--- sync_node.sh	3 Oct 2006 14:34:47 -0000	1.3
***************
*** 2,6 ****
  # --
  # scripts/sync_node.sh - to sync a otrs web server node with rsync
! # Copyright (C) 2001-2004 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 2,6 ----
  # --
  # scripts/sync_node.sh - to sync a otrs web server node with rsync
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$

Index: syncuser_csv2otrs.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/syncuser_csv2otrs.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** syncuser_csv2otrs.pl	2 Mar 2003 13:45:09 -0000	1.1
--- syncuser_csv2otrs.pl	3 Oct 2006 14:34:47 -0000	1.2
***************
*** 2,6 ****
  # --
  # syncuser_csv2otrs.pl - sync csv user list or otrs
! # Copyright (C) 2001-2003 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 2,6 ----
  # --
  # syncuser_csv2otrs.pl - sync csv user list or otrs
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$
***************
*** 10,19 ****
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
! # 
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
! # 
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
--- 10,19 ----
  # the Free Software Foundation; either version 2 of the License, or
  # (at your option) any later version.
! #
  # This program is distributed in the hope that it will be useful,
  # but WITHOUT ANY WARRANTY; without even the implied warranty of
  # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  # GNU General Public License for more details.
! #
  # You should have received a copy of the GNU General Public License
  # along with this program; if not, write to the Free Software
***************
*** 52,65 ****
  # --
  # common objects
! # -- 
  my %CommonObject = ();
  $CommonObject{ConfigObject} = Kernel::Config->new();
  $CommonObject{LogObject} = Kernel::System::Log->new(
      LogPrefix => 'OTRS-syncuser_csv2otrs.pl',
!     %CommonObject 
  );
  $CommonObject{DBObject} = Kernel::System::DB->new(%CommonObject);
  $CommonObject{UserObject} = Kernel::System::User->new(%CommonObject);
! # -- 
  # get options
  # --
--- 52,65 ----
  # --
  # common objects
! # --
  my %CommonObject = ();
  $CommonObject{ConfigObject} = Kernel::Config->new();
  $CommonObject{LogObject} = Kernel::System::Log->new(
      LogPrefix => 'OTRS-syncuser_csv2otrs.pl',
!     %CommonObject
  );
  $CommonObject{DBObject} = Kernel::System::DB->new(%CommonObject);
  $CommonObject{UserObject} = Kernel::System::User->new(%CommonObject);
! # --
  # get options
  # --
***************
*** 68,74 ****
  my $End = "\n";
  if (!$Opts{'s'}) {
!     die "Need -s <CSV_FILE>\n"; 
  }
! # -- 
  # read csv file
  # --
--- 68,74 ----
  my $End = "\n";
  if (!$Opts{'s'}) {
!     die "Need -s <CSV_FILE>\n";
  }
! # --
  # read csv file
  # --
***************
*** 98,102 ****
          );
      }
!     # add user 
      else {
          print "Add user '$Line[$Fields{Login}]'\n";
--- 98,102 ----
          );
      }
!     # add user
      else {
          print "Add user '$Line[$Fields{Login}]'\n";

Index: webform.pl
===================================================================
RCS file: /home/cvs/otrs/scripts/webform.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -r1.5 -r1.6
*** webform.pl	13 Jun 2006 11:35:36 -0000	1.5
--- webform.pl	3 Oct 2006 14:34:47 -0000	1.6
***************
*** 3,7 ****
  # webform.pl - a simple web form script to generate email with
  # X-OTRS-Queue header for an OTRS system (x-headers for dispatching!).
! # Copyright (C) 2001-2006 Martin Edenhofer <martin+code at otrs.org>
  # --
  # $Id$
--- 3,7 ----
  # webform.pl - a simple web form script to generate email with
  # X-OTRS-Queue header for an OTRS system (x-headers for dispatching!).
! # Copyright (C) 2001-2006 OTRS GmbH, http://otrs.org/
  # --
  # $Id$



More information about the cvs-log mailing list