diff options
author | 2016-05-04 13:06:17 +0800 | |
---|---|---|
committer | 2016-05-04 13:06:56 +0800 | |
commit | 894435c84ff31e4f15698eb985922364974f59ec (patch) | |
tree | 6bcfac3fdf25a371948e24eca7bf7b87da221470 /sys-auth | |
parent | package.mask: Removed mask on xf86-video-virtualbox. (diff) | |
download | gentoo-894435c84ff31e4f15698eb985922364974f59ec.tar.gz gentoo-894435c84ff31e4f15698eb985922364974f59ec.tar.bz2 gentoo-894435c84ff31e4f15698eb985922364974f59ec.zip |
sys-auth/consolekit: update openrc-run shebang
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/consolekit/files/consolekit-0.2.rc | 4 | ||||
-rw-r--r-- | sys-auth/consolekit/files/consolekit-1.0.0.initd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys-auth/consolekit/files/consolekit-0.2.rc b/sys-auth/consolekit/files/consolekit-0.2.rc index 63eeefd84cfc..707f85172135 100644 --- a/sys-auth/consolekit/files/consolekit-0.2.rc +++ b/sys-auth/consolekit/files/consolekit-0.2.rc @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2011 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ diff --git a/sys-auth/consolekit/files/consolekit-1.0.0.initd b/sys-auth/consolekit/files/consolekit-1.0.0.initd index e84a2e0cebc1..57ebfbe7843a 100644 --- a/sys-auth/consolekit/files/consolekit-1.0.0.initd +++ b/sys-auth/consolekit/files/consolekit-1.0.0.initd @@ -1,5 +1,5 @@ -#!/sbin/runscript -# Copyright 1999-2015 Gentoo Foundation +#!/sbin/openrc-run +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later # $Id$ |