diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:33:29 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fae95c05f3def68952fdf95ee394b0504df9659b (patch) | |
tree | b68d50c16701e3a232c0ed0416af6f275d8f362d /sys-apps/dbus/files | |
parent | sys-apps/daisydog: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fae95c05f3def68952fdf95ee394b0504df9659b.tar.gz gentoo-fae95c05f3def68952fdf95ee394b0504df9659b.tar.bz2 gentoo-fae95c05f3def68952fdf95ee394b0504df9659b.zip |
sys-apps/dbus: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-apps/dbus/files')
-rw-r--r-- | sys-apps/dbus/files/dbus.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-apps/dbus/files/dbus.initd b/sys-apps/dbus/files/dbus.initd index 58838ccb1796..2e3d21ebc484 100644 --- a/sys-apps/dbus/files/dbus.initd +++ b/sys-apps/dbus/files/dbus.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |