diff options
author | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 16:12:10 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2012-05-14 16:12:10 +0000 |
commit | 3b09b87e0366485f9ee20ae05e033f3b476d4ed7 (patch) | |
tree | a6ea619028ff74ab3dae98e3fae965680860aeaa /app-backup/tsm/files | |
parent | Stable for amd64, wrt bug #415871 (diff) | |
download | gentoo-2-3b09b87e0366485f9ee20ae05e033f3b476d4ed7.tar.gz gentoo-2-3b09b87e0366485f9ee20ae05e033f3b476d4ed7.tar.bz2 gentoo-2-3b09b87e0366485f9ee20ae05e033f3b476d4ed7.zip |
Version bump (#390581) that also fixes logrotate config file (#375041), thanks a lot to Martin von Gagern that also becomes maintainer with me as proxy.
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'app-backup/tsm/files')
-rw-r--r-- | app-backup/tsm/files/dsmc.conf.d | 4 | ||||
-rw-r--r-- | app-backup/tsm/files/dsmc.init.d | 6 | ||||
-rw-r--r-- | app-backup/tsm/files/dsmcad.init.d | 4 |
3 files changed, 5 insertions, 9 deletions
diff --git a/app-backup/tsm/files/dsmc.conf.d b/app-backup/tsm/files/dsmc.conf.d index 3ac275167ea0..514c45b6624b 100644 --- a/app-backup/tsm/files/dsmc.conf.d +++ b/app-backup/tsm/files/dsmc.conf.d @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2012 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmc.conf.d,v 1.1 2010/01/26 19:40:32 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmc.conf.d,v 1.2 2012/05/14 16:12:10 pacho Exp $ # Config file for /etc/init.d/tivoli diff --git a/app-backup/tsm/files/dsmc.init.d b/app-backup/tsm/files/dsmc.init.d index 9ed84be87167..941826568ebc 100644 --- a/app-backup/tsm/files/dsmc.init.d +++ b/app-backup/tsm/files/dsmc.init.d @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmc.init.d,v 1.3 2012/02/12 11:56:50 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmc.init.d,v 1.4 2012/05/14 16:12:10 pacho Exp $ depend() { use net @@ -10,10 +10,6 @@ depend() { start() { ebegin "Starting dsmc" - # dsmc supports only these locale settings - export LANG=en_US - export LC_ALL=en_US - start-stop-daemon --start --background --nicelevel 15 \ --make-pidfile --pidfile /var/run/dsmc.pid \ --exec /opt/tivoli/tsm/client/ba/bin/dsmc sched ${DSMC_OPTS} diff --git a/app-backup/tsm/files/dsmcad.init.d b/app-backup/tsm/files/dsmcad.init.d index 7c782e24062c..42ed0b8aaeef 100644 --- a/app-backup/tsm/files/dsmcad.init.d +++ b/app-backup/tsm/files/dsmcad.init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmcad.init.d,v 1.1 2010/01/27 16:47:11 dertobi123 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-backup/tsm/files/dsmcad.init.d,v 1.2 2012/05/14 16:12:10 pacho Exp $ depend() { use net |