diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:26:59 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 692b3fa3f0dbf211a5d244afa29337025c7b547e (patch) | |
tree | 615aa3355b515d4e8b538bf998ced5aa7ce0ae16 /app-backup/burp | |
parent | app-backup/bareos: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-692b3fa3f0dbf211a5d244afa29337025c7b547e.tar.gz gentoo-692b3fa3f0dbf211a5d244afa29337025c7b547e.tar.bz2 gentoo-692b3fa3f0dbf211a5d244afa29337025c7b547e.zip |
app-backup/burp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-backup/burp')
-rw-r--r-- | app-backup/burp/files/burp.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-backup/burp/files/burp.initd b/app-backup/burp/files/burp.initd index 8457a2b20aff..282019920125 100644 --- a/app-backup/burp/files/burp.initd +++ b/app-backup/burp/files/burp.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |