[otrs-cvs] otrs/scripts suse-otrs-7.3.spec, 1.32,
1.33 suse-otrs-8.0.spec, 1.14, 1.15
cvs-log at otrs.org
cvs-log at otrs.org
Mon Feb 4 14:31:19 GMT 2008
Comments:
Update of /home/cvs/otrs/scripts
In directory lancelot:/tmp/cvs-serv12999/scripts
Modified Files:
suse-otrs-7.3.spec suse-otrs-8.0.spec
Log Message:
Outcome of a little talk with Martin:
* Fix bug #2657 for older SuSE specs, too - we need to make an explicit decision about
which systems we are going to support in the future (and that might take a while).
Author: ot
Index: suse-otrs-7.3.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-7.3.spec,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** suse-otrs-7.3.spec 9 Aug 2007 21:43:57 -0000 1.32
--- suse-otrs-7.3.spec 4 Feb 2008 14:31:14 -0000 1.33
***************
*** 1,5 ****
# --
# RPM spec file for SuSE Linux of the OTRS package
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# RPM spec file for SuSE Linux of the OTRS package
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
#
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
#
***************
*** 81,86 ****
# useradd
export OTRSUSER=otrs
! echo -n "Check OTRS user (/etc/passwd)... "
! if cat /etc/passwd | grep $OTRSUSER > /dev/null ; then
echo "$OTRSUSER exists."
# update groups
--- 81,86 ----
# useradd
export OTRSUSER=otrs
! echo -n "Check OTRS user ... "
! if id $OTRSUSER >/dev/null 2>&1; then
echo "$OTRSUSER exists."
# update groups
Author: ot
Index: suse-otrs-8.0.spec
===================================================================
RCS file: /home/cvs/otrs/scripts/suse-otrs-8.0.spec,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** suse-otrs-8.0.spec 9 Aug 2007 21:43:57 -0000 1.14
--- suse-otrs-8.0.spec 4 Feb 2008 14:31:14 -0000 1.15
***************
*** 1,5 ****
# --
# RPM spec file for SuSE Linux 8.x of the OTRS package
! # Copyright (C) 2001-2007 OTRS GmbH, http://otrs.org/
# --
# $Id$
--- 1,5 ----
# --
# RPM spec file for SuSE Linux 8.x of the OTRS package
! # Copyright (C) 2001-2008 OTRS AG, http://otrs.org/
# --
# $Id$
***************
*** 7,11 ****
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl.txt.
# --
#
--- 7,11 ----
# This software comes with ABSOLUTELY NO WARRANTY. For details, see
# the enclosed file COPYING for license information (GPL). If you
! # did not receive this file, see http://www.gnu.org/licenses/gpl-2.0.txt.
# --
#
***************
*** 82,87 ****
# useradd
export OTRSUSER=otrs
! echo -n "Check OTRS user (/etc/passwd)... "
! if cat /etc/passwd | grep $OTRSUSER > /dev/null ; then
echo "$OTRSUSER exists."
# update groups
--- 82,87 ----
# useradd
export OTRSUSER=otrs
! echo -n "Check OTRS user ... "
! if id $OTRSUSER >/dev/null 2>&1; then
echo "$OTRSUSER exists."
# update groups
More information about the cvs-log
mailing list