diff options
author | Martin Holzer <mholzer@gentoo.org> | 2004-04-13 17:49:40 +0000 |
---|---|---|
committer | Martin Holzer <mholzer@gentoo.org> | 2004-04-13 17:49:40 +0000 |
commit | b170c1dcd1b8c5a2d64ff2af30d93216b0d1458b (patch) | |
tree | 5b9c75c732ab90b6c97eb98d2dd8bdb06f3cb9e6 /sys-apps/xinetd/files | |
parent | Initial Import (diff) | |
download | historical-b170c1dcd1b8c5a2d64ff2af30d93216b0d1458b.tar.gz historical-b170c1dcd1b8c5a2d64ff2af30d93216b0d1458b.tar.bz2 historical-b170c1dcd1b8c5a2d64ff2af30d93216b0d1458b.zip |
header fix
Diffstat (limited to 'sys-apps/xinetd/files')
-rw-r--r-- | sys-apps/xinetd/files/xinetd.conf | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/files/xinetd.confd | 4 | ||||
-rw-r--r-- | sys-apps/xinetd/files/xinetd.rc6 | 4 |
3 files changed, 10 insertions, 2 deletions
diff --git a/sys-apps/xinetd/files/xinetd.conf b/sys-apps/xinetd/files/xinetd.conf index 31ca50077e56..6e6f8206d6d9 100644 --- a/sys-apps/xinetd/files/xinetd.conf +++ b/sys-apps/xinetd/files/xinetd.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/xinetd/files/xinetd.conf,v 1.5 2004/04/13 17:49:40 mholzer Exp $ + # Sample configuration file for xinetd defaults diff --git a/sys-apps/xinetd/files/xinetd.confd b/sys-apps/xinetd/files/xinetd.confd index dd6da7488ad2..300bbe4fd453 100644 --- a/sys-apps/xinetd/files/xinetd.confd +++ b/sys-apps/xinetd/files/xinetd.confd @@ -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/xinetd/files/xinetd.confd,v 1.2 2004/04/13 17:49:40 mholzer Exp $ + # Config file for /etc/init.d/xinetd XINETD_OPTS="-stayalive -reuse" diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index ef01addd5133..23807a60fc6c 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.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/sys-apps/xinetd/files/xinetd.rc6,v 1.15 2003/10/06 19:41:16 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.16 2004/04/13 17:44:59 mholzer Exp $ opts="start stop reload restart dump check" |