diff options
author | Jeff Layton <jlayton@samba.org> | 2010-04-02 06:42:20 -0400 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-04-02 06:42:20 -0400 |
commit | 9e2c2536f5a49ff7385ff17f0866ef1489bed671 (patch) | |
tree | 5e0294953169063db91e1037ac6153076bd877d5 | |
parent | d52478ee762d88aa23db476639cdcb5379dddfa4 (diff) | |
download | cifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.tar.gz cifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.tar.bz2 cifs-utils-9e2c2536f5a49ff7385ff17f0866ef1489bed671.zip |
cifs-utils: bump version to 4.2cifs-utils-4.2
- fix URL's and email addresses
- update copyright notices
Signed-off-by: Jeff Layton <jlayton@samba.org>
-rw-r--r-- | README | 4 | ||||
-rw-r--r-- | cifs.upcall.c | 6 | ||||
-rw-r--r-- | configure.ac | 2 | ||||
-rw-r--r-- | mount.cifs.c | 1 |
4 files changed, 7 insertions, 6 deletions
@@ -5,9 +5,9 @@ separate package. 0. PROJECT RESOURCES - Home page: http://linux-cifs.samba.org/ + Home page: http://linux-cifs.samba.org/cifs-utils/ Mailing list: linux-cifs-client@lists.samba.org - Maintainer: Jeff Layton <jlayton@samba.org> + Maintainer: cifs-utils@samba.org Git Repository: git://git.samba.org/cifs-utils.git 1. COMPILING diff --git a/cifs.upcall.c b/cifs.upcall.c index b1888ec..d4376cc 100644 --- a/cifs.upcall.c +++ b/cifs.upcall.c @@ -1,7 +1,7 @@ /* * CIFS user-space helper. * Copyright (C) Igor Mammedov (niallain@gmail.com) 2007 -* Copyright (C) Jeff Layton (jlayton@redhat.com) 2009 +* Copyright (C) Jeff Layton (jlayton@samba.org) 2010 * * Used by /sbin/request-key for handling * cifs upcall for kerberos authorization of access to share and @@ -9,8 +9,8 @@ * You should have keyutils installed and add something like the * following lines to /etc/request-key.conf file: -create cifs.spnego * * /usr/local/sbin/cifs.upcall %k -create dns_resolver * * /usr/local/sbin/cifs.upcall %k + create cifs.spnego * * /usr/local/sbin/cifs.upcall %k + create dns_resolver * * /usr/local/sbin/cifs.upcall %k * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by diff --git a/configure.ac b/configure.ac index 4c5f973..b621750 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([cifs-utils], [4.1], [jlayton@samba.org], [cifs-utils], [http://samba.org/linux-cifs/cifs-utils/]) +AC_INIT([cifs-utils], [4.2], [cifs-utils@samba.org], [cifs-utils], [http://linux-cifs.samba.org/cifs-utils/]) AC_CONFIG_SRCDIR([replace.h]) AC_CONFIG_HEADERS([config.h]) AC_CONFIG_FILES([Makefile]) diff --git a/mount.cifs.c b/mount.cifs.c index 5150dae..ab155e3 100644 --- a/mount.cifs.c +++ b/mount.cifs.c @@ -2,6 +2,7 @@ * Mount helper utility for Linux CIFS VFS (virtual filesystem) client * Copyright (C) 2003,2008 Steve French (sfrench@us.ibm.com) * Copyright (C) 2008 Jeremy Allison (jra@samba.org) + * Copyright (C) 2010 Jeff Layton (jlayton@samba.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by |