commit: 4fba6e6fa52f42376bc545be9e1c0ff9a0e0dc08 Author: Austin English <wizardedit <AT> gentoo <DOT> org> AuthorDate: Wed May 18 06:38:02 2016 +0000 Commit: Austin English <wizardedit <AT> gentoo <DOT> org> CommitDate: Wed May 18 06:38:34 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4fba6e6f
app-admin/cancd: use #!/sbin/openrc-run instead of #!/sbin/runscript app-admin/cancd/files/cancd-conf.d | 2 +- app-admin/cancd/files/cancd-init.d | 2 +- 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 8a46f42..bc01ce3 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 8031ca0..6c16da1 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 e94aeab..ba137e9 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$
