diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:52 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | d8f2c90e32210b00e832e572499f87095975f558 (patch) | |
tree | 4588338bb55a7306ae0bdc84624339b5bde8af8a /dev-db | |
parent | dev-db/etcd: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-d8f2c90e32210b00e832e572499f87095975f558.tar.gz gentoo-d8f2c90e32210b00e832e572499f87095975f558.tar.bz2 gentoo-d8f2c90e32210b00e832e572499f87095975f558.zip |
dev-db/firebird: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'dev-db')
-rw-r--r-- | dev-db/firebird/files/firebird.init.d.2.5 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/firebird/files/firebird.init.d.2.5 b/dev-db/firebird/files/firebird.init.d.2.5 index cb4dddcb4ba6..c54cde70d565 100644 --- a/dev-db/firebird/files/firebird.init.d.2.5 +++ b/dev-db/firebird/files/firebird.init.d.2.5 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |