mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-23 16:49:10 -07:00
sys-apps/haveged: remove old initd file
Package-Manager: portage-2.2.26
This commit is contained in:
@@ -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:
|
||||
Reference in New Issue
Block a user