From: Austin English Date: Wed, 18 May 2016 06:34:56 +0000 (-0500) Subject: sys-process/at: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=bbe55f827874ddf3e3b8bcec4f917cc528fc3c89;p=gentoo.git sys-process/at: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-process/at/files/atd.confd b/sys-process/at/files/atd.confd index c2bd584dc62e..177bb96f9ada 100644 --- a/sys-process/at/files/atd.confd +++ b/sys-process/at/files/atd.confd @@ -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/sys-process/at/files/atd.rc7 b/sys-process/at/files/atd.rc7 index 0080df718859..73e8dff81773 100644 --- a/sys-process/at/files/atd.rc7 +++ b/sys-process/at/files/atd.rc7 @@ -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 # $Id$