diff options
author | 2016-02-16 13:54:42 +0000 | |
---|---|---|
committer | 2016-03-15 07:05:44 +0000 | |
commit | d1d38e8507c3650baeddac1d77d879cb05b8a3a0 (patch) | |
tree | 094dcf886d02421ed9e72af98c774234ec8f1786 /app-backup/tsm/files | |
parent | virtual/jre: 1.8.0-r1 stable on ppc64 (tested by ago) (diff) | |
download | gentoo-d1d38e8507c3650baeddac1d77d879cb05b8a3a0.tar.gz gentoo-d1d38e8507c3650baeddac1d77d879cb05b8a3a0.tar.bz2 gentoo-d1d38e8507c3650baeddac1d77d879cb05b8a3a0.zip |
app-backup/tsm: Remove all 6 versions
These depend on Java 6, which is going away.
Package-Manager: portage-2.2.27
Diffstat (limited to 'app-backup/tsm/files')
-rw-r--r-- | app-backup/tsm/files/dsmcad.init.d | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/app-backup/tsm/files/dsmcad.init.d b/app-backup/tsm/files/dsmcad.init.d deleted file mode 100644 index bfe85a807a53..000000000000 --- a/app-backup/tsm/files/dsmcad.init.d +++ /dev/null @@ -1,25 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -depend() { - use net - after dns dsmc -} - -start() { - ebegin "Starting dsmcad" - start-stop-daemon --start --background --nicelevel 15 \ - --make-pidfile --pidfile /var/run/dsmcad.pid \ - --exec /opt/tivoli/tsm/client/ba/bin/dsmcad - eend $? -} - -stop() { - ebegin "Stopping dsmcad" - start-stop-daemon --stop \ - --signal 1 \ - --pidfile /var/run/dsmcad.pid - eend $? -} |