diff options
author | Larry Hajali <larryhaja[at]gmail[dot]com> | 2012-01-06 06:59:45 -0600 |
---|---|---|
committer | Erik Hanson <erik@slackbuilds.org> | 2012-01-06 06:59:45 -0600 |
commit | bbd69cf4230e3a17b9100620d488c9a2aca21028 (patch) | |
tree | 2812c6dc946777d7e3d8e8fbab82e680b4764db1 /libraries/libnfs/README | |
parent | 70f43990ff23f401cbd03218dfaa289c32b11f88 (diff) | |
download | slackbuilds-bbd69cf4230e3a17b9100620d488c9a2aca21028.tar.gz |
libraries/libnfs: Added (a client library for accessing NFS shares)
Signed-off-by: Erik Hanson <erik@slackbuilds.org>
Diffstat (limited to 'libraries/libnfs/README')
-rw-r--r-- | libraries/libnfs/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libraries/libnfs/README b/libraries/libnfs/README new file mode 100644 index 0000000000..1b4c36bb95 --- /dev/null +++ b/libraries/libnfs/README @@ -0,0 +1,5 @@ +LIBNFS is a client library for accessing NFS shares over a network. + +Note: when downloading with wget or through sbopkg add the +'--content-disposition' flag to get proper tarball. Otherwise, it will +just be downloaded as libnfs-$VERSION. :/ |