summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-04 23:20:16 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-04 23:20:16 +0000
commitd9df52e95c9d1e0524f408f45d673264ed460866 (patch)
tree8f42a71bdc636cf4c1ae0979041573eaf140fddd /sys-apps/clrngd/files/clrngd-conf.d
parentInitial commit, ebuild by robbat2@gentoo.org. (diff)
downloadgentoo-2-d9df52e95c9d1e0524f408f45d673264ed460866.tar.gz
gentoo-2-d9df52e95c9d1e0524f408f45d673264ed460866.tar.bz2
gentoo-2-d9df52e95c9d1e0524f408f45d673264ed460866.zip
Initial commit, ebuild by robbat2@gentoo.org.
Diffstat (limited to 'sys-apps/clrngd/files/clrngd-conf.d')
-rw-r--r--sys-apps/clrngd/files/clrngd-conf.d10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys-apps/clrngd/files/clrngd-conf.d b/sys-apps/clrngd/files/clrngd-conf.d
new file mode 100644
index 000000000000..80dee33b6ecc
--- /dev/null
+++ b/sys-apps/clrngd/files/clrngd-conf.d
@@ -0,0 +1,10 @@
+#!/bin/sh
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License, v2 or later
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/clrngd/files/clrngd-conf.d,v 1.1 2004/01/04 23:20:13 robbat2 Exp $
+
+# This is the interval between runs of the clrngd main loop. It should NOT be
+# less than 60 seconds (the daemon will exit with an error) as the main loop
+# takes at least a minute to run. 240 seconds (4 minutes) is the default and
+# recommended value.
+DELAYTIME="240"