diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:02 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4fba6e6fa52f42376bc545be9e1c0ff9a0e0dc08 (patch) | |
tree | ded47a6f80c4556221f9ab49932c5588c25f97a5 /app-admin/cancd | |
parent | app-admin/bcfg2: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4fba6e6fa52f42376bc545be9e1c0ff9a0e0dc08.tar.gz gentoo-4fba6e6fa52f42376bc545be9e1c0ff9a0e0dc08.tar.bz2 gentoo-4fba6e6fa52f42376bc545be9e1c0ff9a0e0dc08.zip |
app-admin/cancd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'app-admin/cancd')
-rw-r--r-- | app-admin/cancd/files/cancd-conf.d | 2 | ||||
-rw-r--r-- | app-admin/cancd/files/cancd-init.d | 2 | ||||
-rw-r--r-- | app-admin/cancd/files/netconsole-init.d | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/cancd/files/cancd-conf.d b/app-admin/cancd/files/cancd-conf.d index 8a46f420e425..bc01ce3dfeaf 100644 --- a/app-admin/cancd/files/cancd-conf.d +++ b/app-admin/cancd/files/cancd-conf.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/app-admin/cancd/files/cancd-init.d b/app-admin/cancd/files/cancd-init.d index 8031ca00ec33..6c16da121874 100644 --- a/app-admin/cancd/files/cancd-init.d +++ b/app-admin/cancd/files/cancd-init.d @@ -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 # $Id$ diff --git a/app-admin/cancd/files/netconsole-init.d b/app-admin/cancd/files/netconsole-init.d index e94aeab468d3..ba137e9ff0cd 100644 --- a/app-admin/cancd/files/netconsole-init.d +++ b/app-admin/cancd/files/netconsole-init.d @@ -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$ |