diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:19:04 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-02-13 19:19:04 +0000 |
commit | 7c38da073a5f19271e54326b91c2528f2d3b4366 (patch) | |
tree | 3f77dd5e92406ff92f9c019d7b0bea68221bd026 /app-misc/tpconfig/files | |
parent | license update (diff) | |
download | gentoo-2-7c38da073a5f19271e54326b91c2528f2d3b4366.tar.gz gentoo-2-7c38da073a5f19271e54326b91c2528f2d3b4366.tar.bz2 gentoo-2-7c38da073a5f19271e54326b91c2528f2d3b4366.zip |
license update
Diffstat (limited to 'app-misc/tpconfig/files')
-rw-r--r-- | app-misc/tpconfig/files/tpconfig | 8 | ||||
-rw-r--r-- | app-misc/tpconfig/files/tpconfig.conf | 7 |
2 files changed, 7 insertions, 8 deletions
diff --git a/app-misc/tpconfig/files/tpconfig b/app-misc/tpconfig/files/tpconfig index 2f7edb1c7991..b9a45225d14f 100644 --- a/app-misc/tpconfig/files/tpconfig +++ b/app-misc/tpconfig/files/tpconfig @@ -1,10 +1,10 @@ #!/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/app-misc/tpconfig/files/tpconfig,v 1.3 2003/04/29 20:07:56 mholzer Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/files/tpconfig,v 1.4 2004/02/13 19:19:04 vapier Exp $ depend() { - before xdm + before xdm } start() { diff --git a/app-misc/tpconfig/files/tpconfig.conf b/app-misc/tpconfig/files/tpconfig.conf index 16aff3b72de0..e029e0e9ac25 100644 --- a/app-misc/tpconfig/files/tpconfig.conf +++ b/app-misc/tpconfig/files/tpconfig.conf @@ -1,6 +1,5 @@ -#!/bin/sh -# 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/tpconfig/files/tpconfig.conf,v 1.2 2003/04/29 20:07:56 mholzer Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-misc/tpconfig/files/tpconfig.conf,v 1.3 2004/02/13 19:19:04 vapier Exp $ TPOPTIONS="--tapmode=0" |