diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | bbe55f827874ddf3e3b8bcec4f917cc528fc3c89 (patch) | |
tree | 38b60c2945953da0beada8ab31d1f7a7939ccb89 /sys-process/at | |
parent | sys-process/anacron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.tar.gz gentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.tar.bz2 gentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.zip |
sys-process/at: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-process/at')
-rw-r--r-- | sys-process/at/files/atd.confd | 2 | ||||
-rw-r--r-- | sys-process/at/files/atd.rc7 | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |