diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-06 04:09:34 +0000 |
commit | 1aafd45d52c252acaadfd12caaef2768b8ff6430 (patch) | |
tree | 304d7039d11720080459bf4469c8ed70821ae1bb /sys-apps/clrngd | |
parent | we license under gpl2, not gpl2 or later (diff) | |
download | historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.gz historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.tar.bz2 historical-1aafd45d52c252acaadfd12caaef2768b8ff6430.zip |
we license under gpl2, not gpl2 or later
Diffstat (limited to 'sys-apps/clrngd')
-rw-r--r-- | sys-apps/clrngd/files/clrngd-conf.d | 7 | ||||
-rw-r--r-- | sys-apps/clrngd/files/clrngd-init.d | 8 |
2 files changed, 6 insertions, 9 deletions
diff --git a/sys-apps/clrngd/files/clrngd-conf.d b/sys-apps/clrngd/files/clrngd-conf.d index 80dee33b6ecc..dda014790aac 100644 --- a/sys-apps/clrngd/files/clrngd-conf.d +++ b/sys-apps/clrngd/files/clrngd-conf.d @@ -1,7 +1,6 @@ -#!/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 $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/clrngd/files/clrngd-conf.d,v 1.2 2004/03/06 04:06:01 vapier 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 diff --git a/sys-apps/clrngd/files/clrngd-init.d b/sys-apps/clrngd/files/clrngd-init.d index 6715a22b8c71..b67d8bef4296 100644 --- a/sys-apps/clrngd/files/clrngd-init.d +++ b/sys-apps/clrngd/files/clrngd-init.d @@ -1,7 +1,7 @@ #!/sbin/runscript -# 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-init.d,v 1.1 2004/01/04 23:20:13 robbat2 Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/clrngd/files/clrngd-init.d,v 1.2 2004/03/06 04:06:01 vapier Exp $ DAEMON=clrngd OPTS=${DELAYTIME} @@ -17,5 +17,3 @@ stop() { start-stop-daemon --stop --quiet --exec /usr/sbin/${DAEMON} eend $? } - -# vim: ts=4 sw=4 ft=sh: |