diff options
author | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 11:08:28 -0500 |
---|---|---|
committer | Anthony G. Basile <blueness@gentoo.org> | 2016-02-13 11:08:45 -0500 |
commit | 9b7145c6bde190206e2c797943a1cf4e1a752536 (patch) | |
tree | dc2a8cc6cafd9e3e938ba123dc943d3db0cbac72 /sys-apps | |
parent | dev-java/oracle-jre-bin: x86 stable wrt bug #574290 (diff) | |
download | gentoo-9b7145c6bde190206e2c797943a1cf4e1a752536.tar.gz gentoo-9b7145c6bde190206e2c797943a1cf4e1a752536.tar.bz2 gentoo-9b7145c6bde190206e2c797943a1cf4e1a752536.zip |
sys-apps/haveged: remove old initd file
Package-Manager: portage-2.2.26
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/haveged/files/haveged-init.d.2 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/sys-apps/haveged/files/haveged-init.d.2 b/sys-apps/haveged/files/haveged-init.d.2 deleted file mode 100644 index bed95f0cc81f..000000000000 --- a/sys-apps/haveged/files/haveged-init.d.2 +++ /dev/null @@ -1,16 +0,0 @@ -#!/sbin/runscript -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -command="/usr/sbin/${SVCNAME}" -command_args="-r 0 ${HAVEGED_OPTS}" -pidfile=/var/run/${SVCNAME}.pid - -depend() { - need localmount - use logger - provide entropy -} - -# vim:ft=gentoo-init-d: |