commit: 47ae68dc8269231b551f6d23eb37f16a4a684d51 Author: Z. Liu <zhixu.liu <AT> gmail <DOT> com> AuthorDate: Thu Jul 24 08:51:34 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 06:50:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47ae68dc
sys-process/atop: drop files/netatop.rc identical file is included in netatop-3.2.2.tar.gz Signed-off-by: Z. Liu <zhixu.liu <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43135 Closes: https://github.com/gentoo/gentoo/pull/43135 Signed-off-by: Sam James <sam <AT> gentoo.org> sys-process/atop/files/netatop.rc | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/sys-process/atop/files/netatop.rc b/sys-process/atop/files/netatop.rc deleted file mode 100644 index 9f02fab4bcd3..000000000000 --- a/sys-process/atop/files/netatop.rc +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 -command="/usr/sbin/netatopd" -procname="netatopd" - -depend() { - before atop atopacct -} - -start_pre() { - modprobe netatop > /dev/null 2>&1 -} - -stop_post() { - rmmod netatop > /dev/null 2>&1 -}
