diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:40:17 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-07-14 23:40:17 +0000 |
commit | b98015a5e2c756add238a9356985a4f079352b34 (patch) | |
tree | e9473bc414bf975bbaca1880b5899702238c7ee9 /net-fs/nfs-utils/files | |
parent | sync IUSE (missing), trim trailing whitespace (diff) | |
download | gentoo-2-b98015a5e2c756add238a9356985a4f079352b34.tar.gz gentoo-2-b98015a5e2c756add238a9356985a4f079352b34.tar.bz2 gentoo-2-b98015a5e2c756add238a9356985a4f079352b34.zip |
Gentoo Technologies -> Gentoo Foundation
Diffstat (limited to 'net-fs/nfs-utils/files')
-rw-r--r-- | net-fs/nfs-utils/files/nfs-2 | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-3 | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs-5 | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfs.confd | 4 | ||||
-rw-r--r-- | net-fs/nfs-utils/files/nfsmount | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/net-fs/nfs-utils/files/nfs-2 b/net-fs/nfs-utils/files/nfs-2 index 593a5883d7b4..56aeae9dced9 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-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-2,v 1.4 2004/07/14 23:36:38 agriffis 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 dc4a673e4904..17d0392d146f 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-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-3,v 1.3 2004/07/14 23:36:38 agriffis Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfs-5 b/net-fs/nfs-utils/files/nfs-5 index 8afc512ac18c..2e6065e3a65d 100644 --- a/net-fs/nfs-utils/files/nfs-5 +++ b/net-fs/nfs-utils/files/nfs-5 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-5,v 1.2 2004/07/07 16:51:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs-5,v 1.3 2004/07/14 23:36:38 agriffis Exp $ #--------------------------------------------------------------------------- # This script starts/stops the following diff --git a/net-fs/nfs-utils/files/nfs.confd b/net-fs/nfs-utils/files/nfs.confd index fef0151232df..2b182c3bce26 100644 --- a/net-fs/nfs-utils/files/nfs.confd +++ b/net-fs/nfs-utils/files/nfs.confd @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.confd,v 1.5 2004/06/12 00:19:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfs.confd,v 1.6 2004/07/14 23:36:38 agriffis Exp $ # Config file for /etc/init.d/nfs diff --git a/net-fs/nfs-utils/files/nfsmount b/net-fs/nfs-utils/files/nfsmount index 4f35792fc316..58ae67c6e740 100644 --- a/net-fs/nfs-utils/files/nfsmount +++ b/net-fs/nfs-utils/files/nfsmount @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Foundation # 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 $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount,v 1.4 2004/07/14 23:36:38 agriffis Exp $ depend() { need net portmap |