summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2022-10-19 19:07:05 +0200
committerConrad Kostecki <conikost@gentoo.org>2022-10-23 22:34:46 +0200
commitc87061e3e514a2bba6e9c155d0a81d5930913ed2 (patch)
tree63216b44f307fc3223f9e6448bf56055ad40c8ae /sys-process
parentdev-lua/luajson: add 1.3.4, drop 1.3.4-r100 (diff)
downloadgentoo-c87061e3e514a2bba6e9c155d0a81d5930913ed2.tar.gz
gentoo-c87061e3e514a2bba6e9c155d0a81d5930913ed2.tar.bz2
gentoo-c87061e3e514a2bba6e9c155d0a81d5930913ed2.zip
sys-process/at: remove unused patches
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27855 Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sys-process')
-rw-r--r--sys-process/at/files/at-3.1.13-getloadavg.patch19
-rw-r--r--sys-process/at/files/atd.rc813
2 files changed, 0 insertions, 32 deletions
diff --git a/sys-process/at/files/at-3.1.13-getloadavg.patch b/sys-process/at/files/at-3.1.13-getloadavg.patch
deleted file mode 100644
index 7de085dcd84b..000000000000
--- a/sys-process/at/files/at-3.1.13-getloadavg.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-diff --git a/getloadavg.c b/getloadavg.c
-index cf5869f..c7e2b27 100644
---- a/getloadavg.c
-+++ b/getloadavg.c
-@@ -69,8 +69,12 @@ Boston, MA 02110-1301 USA */
- #include <config.h>
- #endif
-
--#include "lisp.h"
--#include "sysfile.h" /* for encapsulated open, close, read, write */
-+#include <sys/types.h>
-+#include <sys/stat.h>
-+#include <fcntl.h>
-+
-+//#include "lisp.h"
-+//#include "sysfile.h" /* for encapsulated open, close, read, write */
-
- #ifndef HAVE_GETLOADAVG
-
diff --git a/sys-process/at/files/atd.rc8 b/sys-process/at/files/atd.rc8
deleted file mode 100644
index 3cc437eaa16e..000000000000
--- a/sys-process/at/files/atd.rc8
+++ /dev/null
@@ -1,13 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-pidfile="/var/run/atd.pid"
-command="/usr/sbin/atd"
-command_args="${ATD_OPTS}"
-start_stop_daemon_args="--pidfile ${pidfile}"
-
-depend() {
- need clock
- use logger
-}