diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 0b6d24302e6e70b16d72e4aa4acacdec3c6d01bd (patch) | |
tree | 2115420fbc6f3154f233d0f6f5e2c44e1076fa99 /app-backup/tsm | |
parent | app-backup/burp: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-0b6d24302e6e70b16d72e4aa4acacdec3c6d01bd.tar.gz gentoo-0b6d24302e6e70b16d72e4aa4acacdec3c6d01bd.tar.bz2 gentoo-0b6d24302e6e70b16d72e4aa4acacdec3c6d01bd.zip |
app-backup/tsm: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-backup/tsm')
-rw-r--r-- | app-backup/tsm/files/dsmc.init.d | 2 | ||||
-rw-r--r-- | app-backup/tsm/files/dsmcad.init.d-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |