diff options
author | 2016-05-18 01:27:17 -0500 | |
---|---|---|
committer | 2016-05-18 01:38:34 -0500 | |
commit | 4ff6fa4ea59a9a381d81a976e846f85ab52c7c91 (patch) | |
tree | 91f503de83a65164c8fcf192dfecabe7802e8b95 /app-emulation/xen-tools/files/xencommons.initd | |
parent | app-emulation/xe-guest-utilities: use #!/sbin/openrc-run instead of #!/sbin/r... (diff) | |
download | gentoo-4ff6fa4ea59a9a381d81a976e846f85ab52c7c91.tar.gz gentoo-4ff6fa4ea59a9a381d81a976e846f85ab52c7c91.tar.bz2 gentoo-4ff6fa4ea59a9a381d81a976e846f85ab52c7c91.zip |
app-emulation/xen-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-emulation/xen-tools/files/xencommons.initd')
-rw-r--r-- | app-emulation/xen-tools/files/xencommons.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-emulation/xen-tools/files/xencommons.initd b/app-emulation/xen-tools/files/xencommons.initd index 0ce192fae92..83fa2a034b8 100644 --- a/app-emulation/xen-tools/files/xencommons.initd +++ b/app-emulation/xen-tools/files/xencommons.initd @@ -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$ |