* [gentoo-commits] gentoo-x86 commit in sys-apps/haveged/files: haveged-init.d haveged-conf.d
@ 2011-01-05 3:30 Robin H. Johnson (robbat2)
0 siblings, 0 replies; only message in thread
From: Robin H. Johnson (robbat2) @ 2011-01-05 3:30 UTC (permalink / raw
To: gentoo-commits
robbat2 11/01/05 03:30:30
Added: haveged-init.d haveged-conf.d
Log:
Add another entropy daemon.
(Portage version: 2.2.0_alpha6/cvs/Linux x86_64)
Revision Changes Path
1.1 sys-apps/haveged/files/haveged-init.d
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-init.d?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-init.d?rev=1.1&content-type=text/plain
Index: haveged-init.d
===================================================================
#!/sbin/runscript
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/files/haveged-init.d,v 1.1 2011/01/05 03:30:30 robbat2 Exp $
DAEMON=haveged
HAVEGED_OPTS="-r 0 ${HAVEGED_OPTS}"
PIDFILE=/var/run/${DAEMON}.pid
start() {
ebegin "Starting ${DAEMON}"
start-stop-daemon --start --quiet --exec "/usr/sbin/${DAEMON}" -- ${HAVEGED_OPTS}
eend $?
}
stop() {
ebegin "Stopping ${DAEMON}"
start-stop-daemon --stop --quiet --pidfile "${PIDFILE}"
eend $?
}
# vim:ft=gentoo-init-d:
1.1 sys-apps/haveged/files/haveged-conf.d
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-conf.d?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/haveged/files/haveged-conf.d?rev=1.1&content-type=text/plain
Index: haveged-conf.d
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-apps/haveged/files/haveged-conf.d,v 1.1 2011/01/05 03:30:30 robbat2 Exp $
WATERMARK=1024
# -r0 is added always
HAVEGED_OPTS="-w ${WATERMARK} -v 1"
# vim:ft=gentoo-conf-d:
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2011-01-05 3:30 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-05 3:30 [gentoo-commits] gentoo-x86 commit in sys-apps/haveged/files: haveged-init.d haveged-conf.d Robin H. Johnson (robbat2)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox