diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-03-03 17:29:11 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-03-03 17:29:11 +0000 |
commit | ecf955a4a2c97bf7be84c51f42632f858f5b3e14 (patch) | |
tree | 63d9032ba75d397d422f716390f738d8fda02716 | |
parent | cleanup (Manifest recommit) (diff) | |
download | gentoo-2-ecf955a4a2c97bf7be84c51f42632f858f5b3e14.tar.gz gentoo-2-ecf955a4a2c97bf7be84c51f42632f858f5b3e14.tar.bz2 gentoo-2-ecf955a4a2c97bf7be84c51f42632f858f5b3e14.zip |
header fix
-rw-r--r-- | media-tv/freevo/files/freevo.conf | 4 | ||||
-rw-r--r-- | media-tv/freevo/files/freevo.rc6 | 4 | ||||
-rw-r--r-- | sys-apps/irda-utils/files/irda.conf | 4 | ||||
-rw-r--r-- | sys-apps/irda-utils/files/irda.rc | 6 |
4 files changed, 12 insertions, 6 deletions
diff --git a/media-tv/freevo/files/freevo.conf b/media-tv/freevo/files/freevo.conf index c52a1ae99ba4..429900fed704 100644 --- a/media-tv/freevo/files/freevo.conf +++ b/media-tv/freevo/files/freevo.conf @@ -1,5 +1,7 @@ # /etc/conf.d/freevo: configuration options for the freevo init script. -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/files/freevo.conf,v 1.1 2003/11/03 17:24:58 max Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/files/freevo.conf,v 1.2 2004/03/03 17:29:11 mholzer Exp $ # # Before using this, make sure your settings in /etc/freevo are correct. diff --git a/media-tv/freevo/files/freevo.rc6 b/media-tv/freevo/files/freevo.rc6 index 820534734b89..351cad96c98d 100644 --- a/media-tv/freevo/files/freevo.rc6 +++ b/media-tv/freevo/files/freevo.rc6 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/files/freevo.rc6,v 1.4 2003/11/17 03:32:28 max Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-tv/freevo/files/freevo.rc6,v 1.5 2004/03/03 17:29:11 mholzer Exp $ depend() { use net xfs lircd diff --git a/sys-apps/irda-utils/files/irda.conf b/sys-apps/irda-utils/files/irda.conf index 59f8022537db..f9ca21d806d8 100644 --- a/sys-apps/irda-utils/files/irda.conf +++ b/sys-apps/irda-utils/files/irda.conf @@ -1,3 +1,7 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irda-utils/files/irda.conf,v 1.2 2004/03/03 17:24:20 mholzer Exp $ + IRDA=yes IRDADEV=/dev/ttyS2 #Set (optional) Dongle name here diff --git a/sys-apps/irda-utils/files/irda.rc b/sys-apps/irda-utils/files/irda.rc index d87e914d253b..24909b625ebf 100644 --- a/sys-apps/irda-utils/files/irda.rc +++ b/sys-apps/irda-utils/files/irda.rc @@ -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/irda-utils/files/irda.rc,v 1.2 2003/02/14 23:26:04 vapier 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/irda-utils/files/irda.rc,v 1.3 2004/03/03 17:24:20 mholzer Exp $ checkconfig() { if [ -z "$IRDA" ] || [ -z "$IRDADEV" ] ; then |