summaryrefslogtreecommitdiff
path: root/sshfs-fuse
diff options
context:
space:
mode:
authorJuergen Daubert <jue@jue.li>2007-05-16 16:15:44 +0200
committerJuergen Daubert <jue@jue.li>2007-05-16 16:15:44 +0200
commit2d95dc1f6158c8342dce06ed5a461f545ca3f7c4 (patch)
treee5a7e0495331fe28f3febb9df3b6d8640a6d5ea8 /sshfs-fuse
parent1833353be95078e3dbbf247f9a7346fa35bc1d09 (diff)
downloadopt-2d95dc1f6158c8342dce06ed5a461f545ca3f7c4.tar.gz
opt-2d95dc1f6158c8342dce06ed5a461f545ca3f7c4.tar.xz
sshfs-fuse: update to 1.8, man-page added
Diffstat (limited to 'sshfs-fuse')
-rw-r--r--sshfs-fuse/.footprint5
-rw-r--r--sshfs-fuse/.md5sum3
-rw-r--r--sshfs-fuse/Pkgfile8
-rw-r--r--sshfs-fuse/sshfs.1161
4 files changed, 171 insertions, 6 deletions
diff --git a/sshfs-fuse/.footprint b/sshfs-fuse/.footprint
index 0c8b19fbd..d66c57393 100644
--- a/sshfs-fuse/.footprint
+++ b/sshfs-fuse/.footprint
@@ -1,5 +1,6 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/sshfs
-drwxr-xr-x root/root usr/lib/
--rwxr-xr-x root/root usr/lib/sshnodelay.so
+drwxr-xr-x root/root usr/man/
+drwxr-xr-x root/root usr/man/man1/
+-rw-r--r-- root/root usr/man/man1/sshfs.1.gz
diff --git a/sshfs-fuse/.md5sum b/sshfs-fuse/.md5sum
index c7a9c9735..a851af371 100644
--- a/sshfs-fuse/.md5sum
+++ b/sshfs-fuse/.md5sum
@@ -1 +1,2 @@
-e91a2fed1da952a375798408dc6e41a0 sshfs-fuse-1.7.tar.gz
+3c575cf89a6d3d8ab6063c2f60bd5b25 sshfs-fuse-1.8.tar.gz
+7e8e223b792d4fcdbf39a045f0e022dd sshfs.1
diff --git a/sshfs-fuse/Pkgfile b/sshfs-fuse/Pkgfile
index 39801f982..f2af7cd87 100644
--- a/sshfs-fuse/Pkgfile
+++ b/sshfs-fuse/Pkgfile
@@ -5,13 +5,15 @@
# Depends on: fuse, glib
name=sshfs-fuse
-version=1.7
+version=1.8
release=1
-source=(http://dl.sourceforge.net/sourceforge/fuse/$name-$version.tar.gz)
+source=(http://dl.sourceforge.net/sourceforge/fuse/$name-$version.tar.gz \
+ sshfs.1)
build() {
cd $name-$version
- ./configure --prefix=/usr
+ ./configure --prefix=/usr --disable-sshnodelay
make
make DESTDIR=$PKG install
+ install -D -m 644 $SRC/sshfs.1 $PKG/usr/man/man1/sshfs.1
}
diff --git a/sshfs-fuse/sshfs.1 b/sshfs-fuse/sshfs.1
new file mode 100644
index 000000000..937383e44
--- /dev/null
+++ b/sshfs-fuse/sshfs.1
@@ -0,0 +1,161 @@
+.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.36.
+.TH SSHFS "1" "March 2006" "SSHFS version 1.6" "User Commands"
+.SH NAME
+SSHFS \- filesystem client based on SSH File Transfer Protocol
+.SH DESCRIPTION
+usage: sshfs [user@]host:[dir] mountpoint [options]
+.SS "general options:"
+.TP
+\fB\-o\fR opt,[opt...]
+mount options
+.TP
+\fB\-h\fR \fB\-\-help\fR
+print help
+.TP
+\fB\-V\fR \fB\-\-version\fR
+print version
+.SS "SSHFS options:"
+.TP
+\fB\-p\fR PORT
+equivalent to '\-o port=PORT'
+.TP
+\fB\-C\fR
+equivalent to '\-o compression=yes'
+.TP
+\fB\-1\fR
+equivalent to '\-o ssh_protocol=1'
+.TP
+\fB\-o\fR reconnect
+reconnect to server
+.TP
+\fB\-o\fR sshfs_sync
+synchronous writes
+.TP
+\fB\-o\fR no_readahead
+synchronous reads (no speculative readahead)
+.TP
+\fB\-o\fR sshfs_debug
+print some debugging information
+.TP
+\fB\-o\fR cache=YESNO
+enable caching {yes,no} (default: yes)
+.TP
+\fB\-o\fR cache_timeout=N
+sets timeout for caches in seconds (default: 20)
+.TP
+\fB\-o\fR cache_X_timeout=N
+sets timeout for {stat,dir,link} cache
+.TP
+\fB\-o\fR workaround=LIST
+colon separated list of workarounds
+.TP
+none
+no workarounds enabled
+.TP
+all
+all workarounds enabled
+.TP
+[no]rename
+fix renaming to existing file (default: off)
+.TP
+[no]nodelay
+set nodelay tcp flag in ssh (default: on)
+.TP
+[no]truncate
+fix truncate for old servers (default: off)
+.TP
+\fB\-o\fR idmap=TYPE
+user/group ID mapping, possible types are:
+.TP
+none
+no translation of the ID space (default)
+.TP
+user
+only translate UID of connecting user
+.TP
+\fB\-o\fR ssh_command=CMD
+execute CMD instead of 'ssh'
+.TP
+\fB\-o\fR ssh_protocol=N
+ssh protocol to use (default: 2)
+.TP
+\fB\-o\fR sftp_server=SERV
+path to sftp server or subsystem (default: sftp)
+.TP
+\fB\-o\fR directport=PORT
+directly connect to PORT bypassing ssh
+.TP
+\fB\-o\fR transform_symlinks
+transform absolute symlinks to relative
+.TP
+\fB\-o\fR SSHOPT=VAL
+ssh options (see man ssh_config)
+.SS "FUSE options:"
+.TP
+\fB\-d\fR \fB\-o\fR debug
+enable debug output (implies \fB\-f\fR)
+.TP
+\fB\-f\fR
+foreground operation
+.TP
+\fB\-s\fR
+disable multi\-threaded operation
+.TP
+\fB\-o\fR allow_other
+allow access to other users
+.TP
+\fB\-o\fR allow_root
+allow access to root
+.TP
+\fB\-o\fR nonempty
+allow mounts over non\-empty file/dir
+.TP
+\fB\-o\fR default_permissions enable permission checking by kernel
+.TP
+\fB\-o\fR fsname=NAME
+set filesystem name
+.TP
+\fB\-o\fR large_read
+issue large read requests (2.4 only)
+.TP
+\fB\-o\fR max_read=N
+set maximum size of read requests
+.TP
+\fB\-o\fR hard_remove
+immediate removal (don't hide files)
+.TP
+\fB\-o\fR use_ino
+let filesystem set inode numbers
+.TP
+\fB\-o\fR readdir_ino
+try to fill in d_ino in readdir
+.TP
+\fB\-o\fR direct_io
+use direct I/O
+.TP
+\fB\-o\fR kernel_cache
+cache files in kernel
+.TP
+\fB\-o\fR umask=M
+set file permissions (octal)
+.TP
+\fB\-o\fR uid=N
+set file owner
+.TP
+\fB\-o\fR gid=N
+set file group
+.TP
+\fB\-o\fR entry_timeout=T
+cache timeout for names (1.0s)
+.TP
+\fB\-o\fR negative_timeout=T
+cache timeout for deleted names (0.0s)
+.TP
+\fB\-o\fR attr_timeout=T
+cache timeout for attributes (1.0s)
+.SS "Unmounting filesystem:"
+.TP
+To unmount filesystem you have to use a part of fuse-utils package:
+.TP
+fusermount -u /mount/point
+.PP

Generated by cgit