blob: a8520a3771e1e739ab1fb64582c5b9ebfdb88ecb (
plain)
1
2
3
4
5
6
7
8
9
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
WATERMARK=1024
# -r0 is added always
HAVEGED_OPTS="-w ${WATERMARK} -v 1"
# vim:ft=gentoo-conf-d:
|