diff options
71 files changed, 291 insertions, 31 deletions
diff --git a/app-admin/fam-oss/files/fam b/app-admin/fam-oss/files/fam index 67447da940d5..5690ded146ac 100644 --- a/app-admin/fam-oss/files/fam +++ b/app-admin/fam-oss/files/fam @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-admin/fam-oss/files/fam,v 1.2 2001/12/06 20:17:01 azarah Exp $ depend() { need portmap diff --git a/app-admin/fcron/files/fcron.rc6 b/app-admin/fcron/files/fcron.rc6 index 5a735375df18..47da53ef06ac 100644 --- a/app-admin/fcron/files/fcron.rc6 +++ b/app-admin/fcron/files/fcron.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-admin/fcron/files/fcron.rc6,v 1.8 2001/12/06 20:17:01 azarah Exp $ depend() { need clock diff --git a/app-admin/metalog/files/metalog.rc6 b/app-admin/metalog/files/metalog.rc6 index 05b8085db734..fd5c4c264de5 100644 --- a/app-admin/metalog/files/metalog.rc6 +++ b/app-admin/metalog/files/metalog.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-admin/metalog/files/metalog.rc6,v 1.3 2001/12/06 20:17:01 azarah Exp $ depend() { need clock diff --git a/app-admin/mon/files/mon.rc6 b/app-admin/mon/files/mon.rc6 index 10ddecdbb092..6689d462f206 100644 --- a/app-admin/mon/files/mon.rc6 +++ b/app-admin/mon/files/mon.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-admin/mon/files/mon.rc6,v 1.2 2001/12/06 20:17:01 azarah Exp $ depend() { need clock diff --git a/app-admin/syslog-ng/files/syslog-ng.rc6 b/app-admin/syslog-ng/files/syslog-ng.rc6 index 69b0fa3ed2ed..684a3759eec2 100644 --- a/app-admin/syslog-ng/files/syslog-ng.rc6 +++ b/app-admin/syslog-ng/files/syslog-ng.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-admin/syslog-ng/files/syslog-ng.rc6,v 1.3 2001/12/06 20:17:01 azarah Exp $ depend() { need clock diff --git a/app-misc/lcdproc/files/lcdproc b/app-misc/lcdproc/files/lcdproc index eb0efbfd3bd9..0879d5455816 100644 --- a/app-misc/lcdproc/files/lcdproc +++ b/app-misc/lcdproc/files/lcdproc @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-misc/lcdproc/files/lcdproc,v 1.3 2001/12/06 20:17:01 azarah Exp $ # Please don't change these variables. They are listed here as # defaults for reference. Make your modifications in diff --git a/app-text/dictd/files/1.5.5-r6/dictd.rc6 b/app-text/dictd/files/1.5.5-r6/dictd.rc6 index 0c60661bb903..2bc09a6dee11 100644 --- a/app-text/dictd/files/1.5.5-r6/dictd.rc6 +++ b/app-text/dictd/files/1.5.5-r6/dictd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/app-text/dictd/files/1.5.5-r6/dictd.rc6,v 1.3 2001/12/06 20:17:01 azarah Exp $ EARGS="-s " DICTDCONF=/etc/dict/dictd.conf diff --git a/dev-db/mysql/files/mysql b/dev-db/mysql/files/mysql index f1f88ba580df..568f47c7046e 100755 --- a/dev-db/mysql/files/mysql +++ b/dev-db/mysql/files/mysql @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/dev-db/mysql/files/mysql,v 1.5 2001/12/06 20:17:01 azarah Exp $ # Copyright Abandoned 1996 TCX DataKonsult AB & Monty Program KB & Detron HB # This file is public domain and comes with NO WARRANTY of any kind diff --git a/dev-util/rhide/rhide-1.4.9-r1.ebuild b/dev-util/rhide/rhide-1.4.9-r1.ebuild index 015fa343601b..1fae30d6e611 100644 --- a/dev-util/rhide/rhide-1.4.9-r1.ebuild +++ b/dev-util/rhide/rhide-1.4.9-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@cvs.gentoo.org> # Author: Martin Schlemmer <azarah@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/dev-util/rhide/rhide-1.4.9-r1.ebuild,v 1.1 2001/11/02 02:04:57 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/rhide/rhide-1.4.9-r1.ebuild,v 1.2 2001/12/06 20:17:01 azarah Exp $ TVISIONVER="1.1.3b" SETEDITVER="0.4.41" @@ -25,33 +25,33 @@ DEPEND="virtual/glibc sys-libs/gpm sys-libs/zlib app-text/tetex" - + src_unpack() { - + unpack ${A} - + cd ${S}/../tvision/ patch -p1 <${FILESDIR}/tvision-${TVISIONVER}.diff || die - + cd ${S}/../setedit/ patch -p1 <${FILESDIR}/setedit-${SETEDITVER}.diff || die - + cd ${S} patch <${FILESDIR}/rhide-1.4.9-makefile.diff || die } src_compile() { - + # Most of these use a _very_ lame build system, # so please no comments ;/ - + # ************* TVision ************* - + cd ${WORKDIR}/tvision/ - + DUMMYFLAGS="" - + ./configure --prefix=/usr \ --fhs \ --cflags='${DUMMYFLAGS}' \ @@ -61,22 +61,22 @@ src_compile() { cp Makefile Makefile.orig sed -e 's/all: static-lib dynamic-lib/all: static-lib/' \ Makefile.orig >Makefile - + # -j breaks build make || die - + # Fix include problem cp ${WORKDIR}/tvision/include/tv/* ${WORKDIR}/tvision/include - + # ************* SetEdit ************* - + cd ${WORKDIR}/setedit/ - + ./configure --prefix=/usr \ --fhs \ --libset || die - + # Fix CFLAGS and CXXFLAGS cd ${WORKDIR}/setedit/makes cp rhide.env rhide.env.orig @@ -86,41 +86,41 @@ src_compile() { make clean || die make force-patch || die cd ${WORKDIR}/setedit/ - + # -j breaks build make || die # Make the docs cd ${WORKDIR}/setedit/doc make || die - - + + # ************* RHIDE *************** - + cd ${S} - + # Fix CXXFLAGS cp rhide.mak rhide.mak.orig sed -e 's:-O2:$(CXXFLAGS):' rhide.mak.orig >rhide.mak - cp rhide_.mak rhide_.mak.orig + cp rhide_.mak rhide_.mak.orig sed -e 's:-O2:$(CXXFLAGS):' rhide_.mak.orig >rhide_.mak cp gpr2mak.mak gpr2mak.mak.orig sed -e 's:-O2:$(CXXFLAGS):' gpr2mak.mak.orig >gpr2mak.mak cp gprexp.mak gprexp.mak.orig sed -e 's:-O2:$(CXXFLAGS):' gprexp.mak.orig >gprexp.mak - + export RHIDESRC="`pwd`" export SETSRC="${RHIDESRC}/../setedit" export SETOBJ="${RHIDESRC}/../setedit/makes" export TVSRC="${RHIDESRC}/../tvision" export TVOBJ="${RHIDESRC}/../tvision/linux" - + # -j breaks build make prefix=/usr \ install_docdir=share/doc/${PF} \ install_infodir=share/info \ || die - + # Update and Fix DIR entry in .info files cd ${S}/share/setedit/ sed -e 's:editor.inf:setedit.inf:g' \ @@ -129,19 +129,19 @@ src_compile() { sed -e 's:infeng.inf:infview.inf:g' \ ${WORKDIR}/setedit/doc/infeng.inf > \ infview.inf || die - cd ${S} + cd ${S} # Update setedit macro's cp -f ${WORKDIR}/setedit/cfgfiles/*.pmc ${S}/share/setedit } src_install() { - + make prefix=${D}/usr \ install_docdir=share/doc/${PF} \ install_infodir=share/info \ install || die - + # Fix .info files for file in ${D}/usr/share/info/*.inf ; do mv ${file} ${file}o diff --git a/incoming/kerberos/files/kerberos.rc6 b/incoming/kerberos/files/kerberos.rc6 index e366a2f4fdac..538bd57fde98 100644 --- a/incoming/kerberos/files/kerberos.rc6 +++ b/incoming/kerberos/files/kerberos.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/incoming/kerberos/files/kerberos.rc6,v 1.2 2001/12/06 20:17:01 azarah Exp $ depend() { need named diff --git a/media-gfx/gqview/files/digest-gqview-0.99.2 b/media-gfx/gqview/files/digest-gqview-0.99.2 new file mode 100644 index 000000000000..81e60a22f2c7 --- /dev/null +++ b/media-gfx/gqview/files/digest-gqview-0.99.2 @@ -0,0 +1 @@ +MD5 819bef368f17f6fc4706c36d5b8d6de8 gqview-0.99.2.tar.gz 589824 diff --git a/media-sound/alsa-utils/files/alsa.rc6 b/media-sound/alsa-utils/files/alsa.rc6 index 2741c8955103..6b22c94b5bd1 100644 --- a/media-sound/alsa-utils/files/alsa.rc6 +++ b/media-sound/alsa-utils/files/alsa.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/media-sound/alsa-utils/files/alsa.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need modules diff --git a/net-analyzer/nessus/files/nessusd-r6 b/net-analyzer/nessus/files/nessusd-r6 index b1956d1c0d92..ebaad5af95ce 100644 --- a/net-analyzer/nessus/files/nessusd-r6 +++ b/net-analyzer/nessus/files/nessusd-r6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/nessus/files/nessusd-r6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-analyzer/ucd-snmp/files/snmpd.rc6 b/net-analyzer/ucd-snmp/files/snmpd.rc6 index eec80a9419f7..184b39b77821 100644 --- a/net-analyzer/ucd-snmp/files/snmpd.rc6 +++ b/net-analyzer/ucd-snmp/files/snmpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ucd-snmp/files/snmpd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-dialup/ppp/files/2.4.1-r6/net.ppp0 b/net-dialup/ppp/files/2.4.1-r6/net.ppp0 index 6efb880d2003..5a1d5c172ab4 100644 --- a/net-dialup/ppp/files/2.4.1-r6/net.ppp0 +++ b/net-dialup/ppp/files/2.4.1-r6/net.ppp0 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-dialup/ppp/files/2.4.1-r6/net.ppp0,v 1.7 2001/12/06 20:17:02 azarah Exp $ # Copyright 1999-2000 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # Author Martin Schlemmer <azarah@gentoo.org> diff --git a/net-fs/nfs-utils/files/nfs-0.3.1-r6 b/net-fs/nfs-utils/files/nfs-0.3.1-r6 index dd44496a3104..028a6676ed89 100644 --- a/net-fs/nfs-utils/files/nfs-0.3.1-r6 +++ b/net-fs/nfs-utils/files/nfs-0.3.1-r6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-0.3.1-r6,v 1.2 2001/12/06 20:17:02 azarah Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfs-0.3.1-r7 b/net-fs/nfs-utils/files/nfs-0.3.1-r7 index 72a2fc522c7c..a9cd053c69f3 100644 --- a/net-fs/nfs-utils/files/nfs-0.3.1-r7 +++ b/net-fs/nfs-utils/files/nfs-0.3.1-r7 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-0.3.1-r7,v 1.2 2001/12/06 20:17:02 azarah Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfsmount-0.3.1-r6 b/net-fs/nfs-utils/files/nfsmount-0.3.1-r6 index bb9d64a2acbf..c2bc51c1ce21 100644 --- a/net-fs/nfs-utils/files/nfsmount-0.3.1-r6 +++ b/net-fs/nfs-utils/files/nfsmount-0.3.1-r6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount-0.3.1-r6,v 1.2 2001/12/06 20:17:02 azarah Exp $ opts="start stop restart" diff --git a/net-fs/nfs-utils/files/nfsmount-0.3.1-r7 b/net-fs/nfs-utils/files/nfsmount-0.3.1-r7 index 10debbb5eb92..a2671d17ee77 100644 --- a/net-fs/nfs-utils/files/nfsmount-0.3.1-r7 +++ b/net-fs/nfs-utils/files/nfsmount-0.3.1-r7 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount-0.3.1-r7,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net portmap diff --git a/net-fs/samba-winbind/files/samba-winbind.rc6 b/net-fs/samba-winbind/files/samba-winbind.rc6 index 194b12f81998..b8ab48e775ce 100644 --- a/net-fs/samba-winbind/files/samba-winbind.rc6 +++ b/net-fs/samba-winbind/files/samba-winbind.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba-winbind/files/samba-winbind.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-fs/samba/files/samba.rc6 b/net-fs/samba/files/samba.rc6 index d25a8fd9bc80..1166ffd3b22d 100644 --- a/net-fs/samba/files/samba.rc6 +++ b/net-fs/samba/files/samba.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba.rc6,v 1.4 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-fs/samba/files/samba.svc.rc6 b/net-fs/samba/files/samba.svc.rc6 index 1928291c19b8..fc5a1e66899a 100644 --- a/net-fs/samba/files/samba.svc.rc6 +++ b/net-fs/samba/files/samba.svc.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-fs/samba/files/samba.svc.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ SVCDIR=/var/lib/supervise diff --git a/net-ftp/oftpd/files/oftpd.rc6 b/net-ftp/oftpd/files/oftpd.rc6 index 907bfd27d5e3..bc019797034e 100644 --- a/net-ftp/oftpd/files/oftpd.rc6 +++ b/net-ftp/oftpd/files/oftpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-ftp/oftpd/files/oftpd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-ftp/proftpd/files/proftpd.rc6 b/net-ftp/proftpd/files/proftpd.rc6 index d772b1e5bf3f..9e6e698545c3 100644 --- a/net-ftp/proftpd/files/proftpd.rc6 +++ b/net-ftp/proftpd/files/proftpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-ftp/proftpd/files/proftpd.rc6,v 1.3 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-mail/courier-imap/files/courier-imap-rc6 b/net-mail/courier-imap/files/courier-imap-rc6 index e60e955023d3..89bd951f9197 100644 --- a/net-mail/courier-imap/files/courier-imap-rc6 +++ b/net-mail/courier-imap/files/courier-imap-rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-mail/courier-imap/files/courier-imap-ssl-rc6 b/net-mail/courier-imap/files/courier-imap-ssl-rc6 index fae38b7b91af..1024413ab0b7 100644 --- a/net-mail/courier-imap/files/courier-imap-ssl-rc6 +++ b/net-mail/courier-imap/files/courier-imap-ssl-rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/courier-imap/files/courier-imap-ssl-rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-mail/exim/files/exim.rc6 b/net-mail/exim/files/exim.rc6 index e6d737b9f7c4..4bd2634e3772 100644 --- a/net-mail/exim/files/exim.rc6 +++ b/net-mail/exim/files/exim.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/exim/files/exim.rc6,v 1.4 2001/12/06 20:17:02 azarah Exp $ depend() { need sysklogd net diff --git a/net-mail/postfix/files/postfix.rc6 b/net-mail/postfix/files/postfix.rc6 index a24ed3553f5d..b9e94a9b9769 100644 --- a/net-mail/postfix/files/postfix.rc6 +++ b/net-mail/postfix/files/postfix.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/postfix/files/postfix.rc6,v 1.4 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-mail/qmail/files/1.03-r5/qmail-control b/net-mail/qmail/files/1.03-r5/qmail-control index 8fbc60de593e..2d7c1319f600 100644 --- a/net-mail/qmail/files/1.03-r5/qmail-control +++ b/net-mail/qmail/files/1.03-r5/qmail-control @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-mail/qmail/files/1.03-r5/qmail-control,v 1.2 2001/12/06 20:17:02 azarah Exp $ opts="start stop restart reload" diff --git a/net-misc/bind/files/named.rc6 b/net-misc/bind/files/named.rc6 index c1395d9bab86..68c800def0a8 100644 --- a/net-misc/bind/files/named.rc6 +++ b/net-misc/bind/files/named.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/bind/files/named.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/ddclient/files/ddclient.rc6 b/net-misc/ddclient/files/ddclient.rc6 index 5bed0eaad482..efa320e345ac 100644 --- a/net-misc/ddclient/files/ddclient.rc6 +++ b/net-misc/ddclient/files/ddclient.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/ddclient/files/ddclient.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/dhcp/files/dhcp.rc6 b/net-misc/dhcp/files/dhcp.rc6 index 6ca4fc057f3a..9c35dd95dd8c 100644 --- a/net-misc/dhcp/files/dhcp.rc6 +++ b/net-misc/dhcp/files/dhcp.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/dhcp/files/dhcp.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/fakeidentd/files/fakeidentd.rc6 b/net-misc/fakeidentd/files/fakeidentd.rc6 index f13bb31f3a3b..1d8cd2e739a6 100644 --- a/net-misc/fakeidentd/files/fakeidentd.rc6 +++ b/net-misc/fakeidentd/files/fakeidentd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/fakeidentd/files/fakeidentd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/linesrv/files/linesrv.rc6 b/net-misc/linesrv/files/linesrv.rc6 index 78f794e3e790..961967789896 100644 --- a/net-misc/linesrv/files/linesrv.rc6 +++ b/net-misc/linesrv/files/linesrv.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/linesrv/files/linesrv.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/netkit-timed/files/timed.rc6 b/net-misc/netkit-timed/files/timed.rc6 index 86aa6e640cda..1ec85db7cd2c 100644 --- a/net-misc/netkit-timed/files/timed.rc6 +++ b/net-misc/netkit-timed/files/timed.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/netkit-timed/files/timed.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/ntp/files/ntpd.rc6 b/net-misc/ntp/files/ntpd.rc6 index 15ae522ae804..518b4dd86f7f 100644 --- a/net-misc/ntp/files/ntpd.rc6 +++ b/net-misc/ntp/files/ntpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/ntp/files/ntpd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/omniORB/files/omniORB.rc6 b/net-misc/omniORB/files/omniORB.rc6 index 79381fada059..c224c3370330 100644 --- a/net-misc/omniORB/files/omniORB.rc6 +++ b/net-misc/omniORB/files/omniORB.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/omniORB/files/omniORB.rc6,v 1.3 2001/12/06 20:17:02 azarah Exp $ #RCUPDATE:3 4:99:This line is required for script management SERVICE=omniORB diff --git a/net-misc/openssh/files/sshd.rc6 b/net-misc/openssh/files/sshd.rc6 index 15b730be6e09..79ea244a30ff 100644 --- a/net-misc/openssh/files/sshd.rc6 +++ b/net-misc/openssh/files/sshd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/openssh/files/sshd.rc6,v 1.6 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/pdnsd/files/pdnsd.rc6 b/net-misc/pdnsd/files/pdnsd.rc6 index 6e60a590f120..3d590b5b0c7e 100644 --- a/net-misc/pdnsd/files/pdnsd.rc6 +++ b/net-misc/pdnsd/files/pdnsd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/pdnsd/files/pdnsd.rc6,v 1.3 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-misc/portsentry/files/portsentry.rc5 b/net-misc/portsentry/files/portsentry.rc5 index 4032c072b0d4..764a134be371 100644 --- a/net-misc/portsentry/files/portsentry.rc5 +++ b/net-misc/portsentry/files/portsentry.rc5 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/portsentry/files/portsentry.rc5,v 1.2 2001/12/06 20:17:02 azarah Exp $ SERVICE=portsentry opts="start stop restart" PIDFILE=/var/run/portsentry.pid diff --git a/net-misc/portsentry/files/portsentry.rc6 b/net-misc/portsentry/files/portsentry.rc6 index d1c77e50ec3a..9c06fdc79c1e 100644 --- a/net-misc/portsentry/files/portsentry.rc6 +++ b/net-misc/portsentry/files/portsentry.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/portsentry/files/portsentry.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ #you can put this in your rc.conf file if you wish #PORTSENTRY_MODES="udp tcp stcp atcp sudp audp" diff --git a/net-misc/snort/files/snort b/net-misc/snort/files/snort index 8b7c2b4bcd41..e2a246c23a17 100644 --- a/net-misc/snort/files/snort +++ b/net-misc/snort/files/snort @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-misc/snort/files/snort,v 1.2 2001/12/06 20:17:02 azarah Exp $ SERVICE=snort opts="start stop restart" diff --git a/net-nds/openldap/files/slapd.rc6 b/net-nds/openldap/files/slapd.rc6 index 2ac13d9525b0..ac03793ed9de 100644 --- a/net-nds/openldap/files/slapd.rc6 +++ b/net-nds/openldap/files/slapd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/files/slapd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-nds/openldap/files/slurpd.rc6 b/net-nds/openldap/files/slurpd.rc6 index e822f4d747f2..ad3cec961bfa 100644 --- a/net-nds/openldap/files/slurpd.rc6 +++ b/net-nds/openldap/files/slurpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/openldap/files/slurpd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-nds/portmap/files/portmap.rc6 b/net-nds/portmap/files/portmap.rc6 index 047051271ddb..7b667a6c546a 100644 --- a/net-nds/portmap/files/portmap.rc6 +++ b/net-nds/portmap/files/portmap.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/portmap/files/portmap.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ opts="start stop restart" diff --git a/net-nds/ypbind/files/ypbind.rc6 b/net-nds/ypbind/files/ypbind.rc6 index d735c2644a54..e17928f50131 100644 --- a/net-nds/ypbind/files/ypbind.rc6 +++ b/net-nds/ypbind/files/ypbind.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypbind/files/ypbind.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net portmap diff --git a/net-nds/ypserv/files/ypserv.rc6 b/net-nds/ypserv/files/ypserv.rc6 index 2af5be2c914a..1693b30ec0f6 100644 --- a/net-nds/ypserv/files/ypserv.rc6 +++ b/net-nds/ypserv/files/ypserv.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-nds/ypserv/files/ypserv.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-print/LPRng/files/lprng.rc6 b/net-print/LPRng/files/lprng.rc6 index a20bc3eeaf51..7b6443f34a04 100644 --- a/net-print/LPRng/files/lprng.rc6 +++ b/net-print/LPRng/files/lprng.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-print/LPRng/files/lprng.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-print/cups/files/cupsd.rc6 b/net-print/cups/files/cupsd.rc6 index f2888c1c42d8..31b3b7c409c9 100644 --- a/net-print/cups/files/cupsd.rc6 +++ b/net-print/cups/files/cupsd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-print/cups/files/cupsd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-print/hp-web-jetadmin/files/jetadmin.rc6 b/net-print/hp-web-jetadmin/files/jetadmin.rc6 index 3054f61c8229..7a8ca25e0118 100644 --- a/net-print/hp-web-jetadmin/files/jetadmin.rc6 +++ b/net-print/hp-web-jetadmin/files/jetadmin.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-print/hp-web-jetadmin/files/jetadmin.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-www/apache/files/httpd.rc6 b/net-www/apache/files/httpd.rc6 index 672a264b4c4c..5df2791cb0da 100644 --- a/net-www/apache/files/httpd.rc6 +++ b/net-www/apache/files/httpd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/apache/files/httpd.rc6,v 1.5 2001/12/06 20:17:02 azarah Exp $ #you can put this in your rc.conf file if you wish #HTTPD_OPTS="-D SSL -D PHP4" diff --git a/net-www/boa/files/boa.rc6 b/net-www/boa/files/boa.rc6 index 651166b364ae..eba546023e3e 100644 --- a/net-www/boa/files/boa.rc6 +++ b/net-www/boa/files/boa.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/boa/files/boa.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/net-www/squid/files/squid.rc6 b/net-www/squid/files/squid.rc6 index 47da1e18335f..7598b6c1d152 100644 --- a/net-www/squid/files/squid.rc6 +++ b/net-www/squid/files/squid.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/squid/files/squid.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ # you may move these variables to your rc.conf file if you wish SQUID_OPTS="-DYC" diff --git a/net-www/wwwoffle/files/wwwoffled-online b/net-www/wwwoffle/files/wwwoffled-online index 480da1948049..dddd467ef7a7 100644 --- a/net-www/wwwoffle/files/wwwoffled-online +++ b/net-www/wwwoffle/files/wwwoffled-online @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled-online,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need wwwoffled net diff --git a/net-www/wwwoffle/files/wwwoffled.rc6 b/net-www/wwwoffle/files/wwwoffled.rc6 index c3bcb0c4c89b..19305b6f7c5b 100644 --- a/net-www/wwwoffle/files/wwwoffled.rc6 +++ b/net-www/wwwoffle/files/wwwoffled.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/net-www/wwwoffle/files/wwwoffled.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ EXE=`which wwwoffled` SERVICE='wwwoffled' diff --git a/sys-apps/acpid/files/acpid.rc6 b/sys-apps/acpid/files/acpid.rc6 index 9252976a08cb..20aadb1758c6 100644 --- a/sys-apps/acpid/files/acpid.rc6 +++ b/sys-apps/acpid/files/acpid.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/acpid/files/acpid.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need localmount diff --git a/sys-apps/apcupsd/files/apcupsd b/sys-apps/apcupsd/files/apcupsd index 4a75bd6b1e2e..905c0b051e44 100644 --- a/sys-apps/apcupsd/files/apcupsd +++ b/sys-apps/apcupsd/files/apcupsd @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apcupsd/files/apcupsd,v 1.3 2001/12/06 20:17:02 azarah Exp $ SERVICE=apcupsd EXE=/usr/sbin/apcupsd diff --git a/sys-apps/apmd/files/apmd.rc6 b/sys-apps/apmd/files/apmd.rc6 index 18258c333ff2..df52e33b5942 100644 --- a/sys-apps/apmd/files/apmd.rc6 +++ b/sys-apps/apmd/files/apmd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/apmd/files/apmd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need localmount diff --git a/sys-apps/at/files/atd.rc6 b/sys-apps/at/files/atd.rc6 index 0d16906d6724..af8f1fb8642f 100644 --- a/sys-apps/at/files/atd.rc6 +++ b/sys-apps/at/files/atd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/at/files/atd.rc6,v 1.8 2001/12/06 20:17:02 azarah Exp $ depend() { need clock diff --git a/sys-apps/daemontools/files/svscan b/sys-apps/daemontools/files/svscan index 09bfca56964d..cb1213968c4c 100644 --- a/sys-apps/daemontools/files/svscan +++ b/sys-apps/daemontools/files/svscan @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/daemontools/files/svscan,v 1.2 2001/12/06 20:17:02 azarah Exp $ depend() { need net diff --git a/sys-apps/dcron/files/dcron.rc6 b/sys-apps/dcron/files/dcron.rc6 index 65a716f96e21..da0d9d49c70d 100644 --- a/sys-apps/dcron/files/dcron.rc6 +++ b/sys-apps/dcron/files/dcron.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/dcron/files/dcron.rc6,v 1.3 2001/12/06 20:17:02 azarah Exp $ depend() { need clock diff --git a/sys-apps/isapnptools/files/isapnp.rc6 b/sys-apps/isapnptools/files/isapnp.rc6 index a1d191b5d3f0..721207c62522 100644 --- a/sys-apps/isapnptools/files/isapnp.rc6 +++ b/sys-apps/isapnptools/files/isapnp.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/isapnptools/files/isapnp.rc6,v 1.5 2001/12/06 20:17:02 azarah Exp $ depend() { need localmount diff --git a/sys-apps/noflushd/files/noflushd.rc6 b/sys-apps/noflushd/files/noflushd.rc6 index 9a4ef5171f82..f0d4b13cd842 100644 --- a/sys-apps/noflushd/files/noflushd.rc6 +++ b/sys-apps/noflushd/files/noflushd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/noflushd/files/noflushd.rc6,v 1.2 2001/12/06 20:17:02 azarah Exp $ #NOTE: these variables will be moved to /etc/conf.d/noflushd soon, once # the new initscript changes are done. Its only here temporarily. diff --git a/sys-apps/pcmcia-cs/files/pcmcia.new b/sys-apps/pcmcia-cs/files/pcmcia.new index 3b110d36af3c..e1609cd04de8 100644 --- a/sys-apps/pcmcia-cs/files/pcmcia.new +++ b/sys-apps/pcmcia-cs/files/pcmcia.new @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/pcmcia-cs/files/pcmcia.new,v 1.2 2001/12/06 20:17:02 azarah Exp $ . /etc/rc.d/config/pcmcia diff --git a/sys-apps/sysklogd/files/sysklogd.rc6 b/sys-apps/sysklogd/files/sysklogd.rc6 index a411f04556a0..9d59f953ff8d 100644 --- a/sys-apps/sysklogd/files/sysklogd.rc6 +++ b/sys-apps/sysklogd/files/sysklogd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/sysklogd/files/sysklogd.rc6,v 1.6 2001/12/06 20:17:02 azarah Exp $ SYSLOGD="-m 0" # send warnings and above to the console diff --git a/sys-apps/vcron/files/vcron.rc6 b/sys-apps/vcron/files/vcron.rc6 index 290200113065..60d486b1c345 100644 --- a/sys-apps/vcron/files/vcron.rc6 +++ b/sys-apps/vcron/files/vcron.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/vcron/files/vcron.rc6,v 1.2 2001/12/06 20:17:03 azarah Exp $ need() { clock localmount diff --git a/sys-apps/xinetd/files/xinetd.rc6 b/sys-apps/xinetd/files/xinetd.rc6 index cb9f8b581a2d..57e33d68ac94 100644 --- a/sys-apps/xinetd/files/xinetd.rc6 +++ b/sys-apps/xinetd/files/xinetd.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-apps/xinetd/files/xinetd.rc6,v 1.9 2001/12/06 20:17:03 azarah Exp $ #you may move this into your rc.conf file if you wish XINETD_OPTS="-stayalive -reuse" diff --git a/sys-libs/gpm/files/gpm.rc6 b/sys-libs/gpm/files/gpm.rc6 index 03104ec06b47..27801ce5394f 100644 --- a/sys-libs/gpm/files/gpm.rc6 +++ b/sys-libs/gpm/files/gpm.rc6 @@ -1,4 +1,7 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/sys-libs/gpm/files/gpm.rc6,v 1.5 2001/12/06 20:17:03 azarah Exp $ #NB: Config options moved to /etc/conf.d/gpm diff --git a/x11-base/xfree/files/4.1.0-r5/xfs.config b/x11-base/xfree/files/4.1.0-r5/xfs.config new file mode 100644 index 000000000000..de19ae0978db --- /dev/null +++ b/x11-base/xfree/files/4.1.0-r5/xfs.config @@ -0,0 +1,52 @@ +# +# X Font Server configuration file +# + +# allow a max of 4 clients to connect to this font server +#client-limit = 4 + +# when a font server reaches its limit, start up a new one +clone-self = on + +# alternate font servers for clients to use +#alternate-servers = foo:7101,bar:7102 + +# where to look for fonts +# Some of these are commented out, i.e. the TrueType and Type1 +# directories in /usr/share, because they aren't forced to be +# installed alongside X. +# +catalogue = /usr/X11R6/lib/X11/fonts/75dpi, + /usr/X11R6/lib/X11/fonts/100dpi, + /usr/X11R6/lib/X11/fonts/misc, + /usr/X11R6/lib/X11/fonts/Type1, + /usr/X11R6/lib/X11/fonts/Speedo, + /usr/X11R6/lib/X11/fonts/CID, + /usr/X11R6/lib/X11/fonts/PEX, + /usr/X11R6/lib/X11/fonts/util, + /usr/X11R6/lib/X11/fonts/Type1, + /usr/X11R6/lib/X11/fonts/local, + /usr/X11R6/lib/X11/fonts/Speedo, + /usr/X11R6/lib/X11/fonts/truetype, + /usr/X11R6/lib/X11/fonts/encodings, + /usr/X11R6/lib/X11/fonts/cyrillic, + /usr/X11R6/lib/X11/fonts/freefont, + /usr/X11R6/lib/X11/fonts/sharefont, + /usr/share/fonts/default/Type1, + /usr/share/fonts/ttf/decoratives, + /usr/share/fonts/ttf/western + +# in 12 points, decipoints +default-point-size = 120 + +# 100 x 100 and 75 x 75 +default-resolutions = 75,75,100,100 + +# how to log errors +use-syslog = on + +# font cache control, specified in KB +cache-hi-mark = 2048 +cache-low-mark = 1433 +cache-balance = 70 + diff --git a/x11-base/xfree/files/4.1.0-r5/xfs.start b/x11-base/xfree/files/4.1.0-r5/xfs.start index 3ad34e5d3657..a4d883b75fd7 100644 --- a/x11-base/xfree/files/4.1.0-r5/xfs.start +++ b/x11-base/xfree/files/4.1.0-r5/xfs.start @@ -1,4 +1,11 @@ #!/sbin/runscript +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License, v2 or later +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/files/4.1.0-r5/xfs.start,v 1.2 2001/12/06 20:17:03 azarah Exp $ + +depend() { + use logger +} start() { ebegin "Starting X Font Server" diff --git a/x11-base/xfree/xfree-4.1.0-r5.ebuild b/x11-base/xfree/xfree-4.1.0-r5.ebuild index ea23725e2f3e..341fe1ddb5d7 100644 --- a/x11-base/xfree/xfree-4.1.0-r5.ebuild +++ b/x11-base/xfree/xfree-4.1.0-r5.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License, v2 or later # Maintainer: Desktop Team <desktop@gentoo.org> # Author: Achim Gottinger <achim@gentoo.org>, Daniel Robbins <drobbins@gentoo.org> -# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.1.0-r5.ebuild,v 1.1 2001/11/25 10:02:10 azarah Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xfree/xfree-4.1.0-r5.ebuild,v 1.2 2001/12/06 20:17:03 azarah Exp $ MY_V="`echo ${PV} |sed -e 's:\.::g'`" S=${WORKDIR}/xc @@ -45,7 +45,7 @@ src_unpack () { src_compile() { - make World || die + emake World || die } src_install() { @@ -81,6 +81,8 @@ src_install() { doins ${FILESDIR}/${PVR}/xinitrc insinto /etc/X11/xdm doins ${FILESDIR}/${PVR}/Xsession + insinto /etc/X11/fs + newins ${FILESDIR}/${PVR}/xfs.config config insinto /etc/pam.d doins ${FILESDIR}/${PVR}/xdm exeinto /etc/init.d |