diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:27:31 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 550205b32875f69e0575a40a8eaee7be6aa2b2f1 (patch) | |
tree | 840575fbca1a760d729b0ea950d160938da73fa8 /app-misc | |
parent | app-misc/ckb: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-550205b32875f69e0575a40a8eaee7be6aa2b2f1.tar.gz gentoo-550205b32875f69e0575a40a8eaee7be6aa2b2f1.tar.bz2 gentoo-550205b32875f69e0575a40a8eaee7be6aa2b2f1.zip |
app-misc/conmux: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/conmux/files/conmux-registry.initd | 2 | ||||
-rw-r--r-- | app-misc/conmux/files/conmux.initd | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app-misc/conmux/files/conmux-registry.initd b/app-misc/conmux/files/conmux-registry.initd index 5af904210bbe..3e3179a224ab 100644 --- a/app-misc/conmux/files/conmux-registry.initd +++ b/app-misc/conmux/files/conmux-registry.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 diff --git a/app-misc/conmux/files/conmux.initd b/app-misc/conmux/files/conmux.initd index d78db20bb9b7..b74fd28b969c 100644 --- a/app-misc/conmux/files/conmux.initd +++ b/app-misc/conmux/files/conmux.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 |