diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-17 16:37:09 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2017-01-17 17:23:14 +0100 |
commit | 51607f6918f518a98fe319b1ecc7fb638a4982b8 (patch) | |
tree | 411dfc7af130dee19b6da754d7a76e5376523475 /sys-process/at/files | |
parent | sys-process/cronie: Removed old. (diff) | |
download | gentoo-51607f6918f518a98fe319b1ecc7fb638a4982b8.tar.gz gentoo-51607f6918f518a98fe319b1ecc7fb638a4982b8.tar.bz2 gentoo-51607f6918f518a98fe319b1ecc7fb638a4982b8.zip |
sys-process/at: Removed old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'sys-process/at/files')
-rw-r--r-- | sys-process/at/files/atd.rc7 | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sys-process/at/files/atd.rc7 b/sys-process/at/files/atd.rc7 deleted file mode 100644 index 73e8dff81773..000000000000 --- a/sys-process/at/files/atd.rc7 +++ /dev/null @@ -1,13 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -pidfile="/var/run/atd.pid" -command="/usr/sbin/atd" -command_args="${ATD_OPTS}" -start_stop_daemon_args="--pidfile ${pidfile}" - -depend() { - need clock logger -} |