diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:58 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | e88951cf3936cbd3bf631f59a518f13f04fc7bd8 (patch) | |
tree | 7e1f4941f8106b33688aef6349781bba99b23da0 /app-backup/bareos | |
parent | app-backup/bacula: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-e88951cf3936cbd3bf631f59a518f13f04fc7bd8.tar.gz gentoo-e88951cf3936cbd3bf631f59a518f13f04fc7bd8.tar.bz2 gentoo-e88951cf3936cbd3bf631f59a518f13f04fc7bd8.zip |
app-backup/bareos: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-backup/bareos')
-rw-r--r-- | app-backup/bareos/files/bareos-dir.initd | 2 | ||||
-rw-r--r-- | app-backup/bareos/files/bareos-fd.initd | 2 | ||||
-rw-r--r-- | app-backup/bareos/files/bareos-sd.initd | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-backup/bareos/files/bareos-dir.initd b/app-backup/bareos/files/bareos-dir.initd index 5e508f9fce43..e7c780eb496f 100644 --- a/app-backup/bareos/files/bareos-dir.initd +++ b/app-backup/bareos/files/bareos-dir.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-backup/bareos/files/bareos-fd.initd b/app-backup/bareos/files/bareos-fd.initd index 7f2491599c5e..013ef3453513 100644 --- a/app-backup/bareos/files/bareos-fd.initd +++ b/app-backup/bareos/files/bareos-fd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-backup/bareos/files/bareos-sd.initd b/app-backup/bareos/files/bareos-sd.initd index e37df1af6afd..197b9e68124f 100644 --- a/app-backup/bareos/files/bareos-sd.initd +++ b/app-backup/bareos/files/bareos-sd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |