diff options
author | Jeff Layton <jlayton@redhat.com> | 2010-02-08 09:29:21 -0500 |
---|---|---|
committer | Jeff Layton <jlayton@redhat.com> | 2010-02-08 09:29:21 -0500 |
commit | 9d4affc34c9ef535574ebeab8f530a41b359ff8e (patch) | |
tree | 9eb0138d7fb9c0beba5d9e2b02b5ce2f4341160b /README | |
parent | 8e14979db50d380f7c614154d81365649b392657 (diff) | |
download | cifs-utils-9d4affc34c9ef535574ebeab8f530a41b359ff8e.tar.gz cifs-utils-9d4affc34c9ef535574ebeab8f530a41b359ff8e.tar.bz2 cifs-utils-9d4affc34c9ef535574ebeab8f530a41b359ff8e.zip |
cifs.upcall: remove strncasecmp redefinition
...no need for that now.
Signed-off-by: Jeff Layton <jlayton@redhat.com>
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 19 insertions, 2 deletions
@@ -1,4 +1,21 @@ This is the release version of cifs-utils, a package of utilities for -doing and managing mounts of the Linux CIFS filesystem. +doing and managing mounts of the Linux CIFS filesystem. These programs +were originally part of Samba, but have now been split off into a +separate package. -This package is primarily maintained by Jeff Layton <jlayton@samba.org> and Steve French <smfrench@gmail.com>. +0. PROJECT RESOURCES + + Home page: http://linux-cifs.samba.org/ + + Mailing list: linux-cifs-client@lists.samba.org + +1. COMPILING + +Unpack the sources and run these commands: + + $ configure + $ make + +To install binaries and documentation, run this: + + # make install |