diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-01-31 22:15:02 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-01-31 22:15:02 +0000 |
commit | e2770a1072bc6bed7c5e802b3b6fd1144f43e229 (patch) | |
tree | cb11e0f554aa5467caaecb9c47213734ed6771d5 /net-fs | |
parent | Add /proc/fs/nfs -> /proc/fs/nfsd fix again. (diff) | |
download | historical-e2770a1072bc6bed7c5e802b3b6fd1144f43e229.tar.gz historical-e2770a1072bc6bed7c5e802b3b6fd1144f43e229.tar.bz2 historical-e2770a1072bc6bed7c5e802b3b6fd1144f43e229.zip |
fix copyright
Diffstat (limited to 'net-fs')
-rwxr-xr-x | net-fs/nfs-utils/files/nfsmount.initd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-fs/nfs-utils/files/nfsmount.initd b/net-fs/nfs-utils/files/nfsmount.initd index 7a9e10fa53d8..9ae2c520d226 100755 --- a/net-fs/nfs-utils/files/nfsmount.initd +++ b/net-fs/nfs-utils/files/nfsmount.initd @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd,v 1.12 2008/05/04 09:53:34 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-fs/nfs-utils/files/nfsmount.initd,v 1.13 2009/01/31 22:15:02 vapier Exp $ [ -e /etc/conf.d/nfs ] && . /etc/conf.d/nfs |