[Pkg-owncloud-commits] [SCM] ocsync.git branch, master, updated. upstream/0.60.4-25-gaa94fa0
Sandro Knauß
bugs at sandroknauss.de
Sat Dec 22 00:51:49 UTC 2012
The following commit has been merged in the master branch:
commit e86be0bc122ec080e2738a3eac9617fb5f4e8549
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Sat Dec 22 01:40:53 2012 +0100
update manpage, the binaries name is ocsync
diff --git a/debian/patches/series b/debian/patches/series
index 0e45f72..d39ebf4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+update_manpage
0001-csync_config-Drop-iniparser-dependency.patch
diff --git a/debian/patches/update_manpage b/debian/patches/update_manpage
new file mode 100644
index 0000000..0a711ae
--- /dev/null
+++ b/debian/patches/update_manpage
@@ -0,0 +1,74 @@
+Index: ocsync/doc/ocsync.1.txt
+===================================================================
+--- ocsync.orig/doc/ocsync.1.txt 2012-12-22 01:33:50.550224497 +0100
++++ ocsync/doc/ocsync.1.txt 2012-12-22 01:35:52.313590118 +0100
+@@ -1,27 +1,27 @@
+-csync(1)
++ocsync(1)
+ ========
+
+ NAME
+ ----
+
+-csync - A commandline frontent for csync a user level bidirectional file
++ocsync - A commandline frontent for csync a user level bidirectional file
+ synchronizer.
+
+
+ SYNOPSIS
+ --------
+
+-*csync* ['OPTION'...] 'SOURCE' 'DESTINATION'
++*ocsync* ['OPTION'...] 'SOURCE' 'DESTINATION'
+
+
+ DESCRIPTION
+ -----------
+
+-csync is a client only bidirectional file synchronizer. It synchronizes the
++ocsync is a client only bidirectional file synchronizer. It synchronizes the
+ content of 'SOURCE' with 'DESTINATION' and vice versa. The 'DESTINATION' can
+ be a local directory or a remote file server.
+
+-You can use csync for different things. The intention is to provide Roaming
++You can use ocsync for different things. The intention is to provide Roaming
+ Home Directories for Linux but you can use it to synchronize your music
+ collection or create a backup of a directory.
+
+@@ -66,15 +66,15 @@
+ EXAMPLES
+ --------
+
+-* csync /home/user /backup/home/user
++* ocsync /home/user /backup/home/user
+
+ Synchronizer two local directories.
+
+-* csync /home/user smb://server/share/user
++* ocsync /home/user smb://server/share/user
+
+ Synchronize a home directory with a SMB share.
+
+-* csync /home/user smb://user:password@server/share/user
++* ocsync /home/user smb://user:password@server/share/user
+
+ Synchronize a home directory with a SMB share and provide username and
+ password directly.
+@@ -88,14 +88,14 @@
+ SEE ALSO
+ --------
+
+-*libcsync*(7)
++*libocsync*(7)
+
+
+ AUTHORS
+ -------
+
+-Andreas Schneider <mail at cynapses.org>
+-
++* Andreas Schneider <mail at cynapses.org>
++* Klaas Freitag <freitag at owncloud.com>
+
+ COPYING
+ -------
--
ocsync.git
More information about the Pkg-owncloud-commits
mailing list