summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:34:56 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commitbbe55f827874ddf3e3b8bcec4f917cc528fc3c89 (patch)
tree38b60c2945953da0beada8ab31d1f7a7939ccb89
parentsys-process/anacron: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.tar.gz
gentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.tar.bz2
gentoo-bbe55f827874ddf3e3b8bcec4f917cc528fc3c89.zip
sys-process/at: use #!/sbin/openrc-run instead of #!/sbin/runscript
-rw-r--r--sys-process/at/files/atd.confd2
-rw-r--r--sys-process/at/files/atd.rc72
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$