From: Austin English Date: Wed, 18 May 2016 06:27:00 +0000 (-0500) Subject: app-backup/tsm: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0b6d24302e6e70b16d72e4aa4acacdec3c6d01bd;p=gentoo.git app-backup/tsm: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/app-backup/tsm/files/dsmc.init.d b/app-backup/tsm/files/dsmc.init.d index 98fcc8384b4d..17c74a8f03b9 100644 --- a/app-backup/tsm/files/dsmc.init.d +++ b/app-backup/tsm/files/dsmc.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-backup/tsm/files/dsmcad.init.d-r1 b/app-backup/tsm/files/dsmcad.init.d-r1 index 6a4fa50268c0..d9291650ab0a 100644 --- a/app-backup/tsm/files/dsmcad.init.d-r1 +++ b/app-backup/tsm/files/dsmcad.init.d-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$