sys-apps/haveged: remove old initd file
authorAnthony G. Basile <blueness@gentoo.org>
Sat, 13 Feb 2016 16:08:28 +0000 (11:08 -0500)
committerAnthony G. Basile <blueness@gentoo.org>
Sat, 13 Feb 2016 16:08:45 +0000 (11:08 -0500)
Package-Manager: portage-2.2.26

sys-apps/haveged/files/haveged-init.d.2 [deleted file]

diff --git a/sys-apps/haveged/files/haveged-init.d.2 b/sys-apps/haveged/files/haveged-init.d.2
deleted file mode 100644 (file)
index bed95f0..0000000
+++ /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: