diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-04 19:26:40 +0000 |
commit | f8297c25908dbfae9e8bff6d35f044117f155f14 (patch) | |
tree | 906a4b8d09fdcff66c95cd5710532b2687e904de /net-fs/nfs-utils | |
parent | Marked stable for x86. Removed old ebuilds. (Manifest recommit) (diff) | |
download | gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.gz gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.tar.bz2 gentoo-2-f8297c25908dbfae9e8bff6d35f044117f155f14.zip |
gpl2, forget the later
Diffstat (limited to 'net-fs/nfs-utils')
-rw-r--r-- | net-fs/nfs-utils/files/nfs-2 | 6 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-3 | 6 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfsmount | 6 |
3 files changed, 9 insertions, 9 deletions
diff --git a/net-fs/nfs-utils/files/nfs-2 b/net-fs/nfs-utils/files/nfs-2 index 0930f666d4a0..593a5883d7b4 100644 --- a/net-fs/nfs-utils/files/nfs-2 +++ b/net-fs/nfs-utils/files/nfs-2 @@ -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/net-fs/nfs-utils/files/nfs-2,v 1.2 2003/07/26 09:32:16 cretin Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-2,v 1.3 2004/03/04 19:23:32 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfs-3 b/net-fs/nfs-utils/files/nfs-3 index 833a423c7dd3..dc4a673e4904 100644 --- a/net-fs/nfs-utils/files/nfs-3 +++ b/net-fs/nfs-utils/files/nfs-3 @@ -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/net-fs/nfs-utils/files/nfs-3,v 1.1 2004/01/30 07:50:23 drobbins Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-3,v 1.2 2004/03/04 19:25:48 vapier Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfsmount b/net-fs/nfs-utils/files/nfsmount index 20453057611b..4f35792fc316 100644 --- a/net-fs/nfs-utils/files/nfsmount +++ b/net-fs/nfs-utils/files/nfsmount @@ -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/net-fs/nfs-utils/files/nfsmount,v 1.2 2003/02/14 23:00:09 vapier Exp $ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.3 2004/03/04 19:23:47 vapier Exp $ depend() { need net portmap |