commit: c87061e3e514a2bba6e9c155d0a81d5930913ed2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Oct 19 17:07:05 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sun Oct 23 20:34:46 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87061e3
sys-process/at: remove unused patches Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/27855 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sys-process/at/files/at-3.1.13-getloadavg.patch | 19 ------------------- sys-process/at/files/atd.rc8 | 13 ------------- 2 files changed, 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 -}
