File gcp-rename.patch of Package gocp
--- gcp.orig 2011-06-16 21:54:59.162001062 +0200
+++ gcp 2011-06-16 21:55:49.097001062 +0200
@@ -31 +31 @@
-gettext.install('gcp', "i18n", unicode=True)
+gettext.install('gocp', "i18n", unicode=True)
@@ -55,2 +55,2 @@
-NAME = "gcp (Goffi's copier)"
-NAME_SHORT = "gcp"
+NAME = "gocp (Goffi's copier)"
+NAME_SHORT = "gocp"
@@ -76 +76 @@
-const_FILES_DIR = "~/.gcp"
+const_FILES_DIR = "~/.gocp"
--- gcp.1.orig 2011-06-16 21:58:16.058001061 +0200
+++ gcp.1 2011-06-16 21:58:35.933001062 +0200
@@ -4,3 +4,3 @@
.\" other parameters are allowed: see man(7), man(1)
-.TH GCP 1 "June 04, 2011"
+.TH GOCP 1 "June 04, 2011"
.\" Please adjust this date whenever revising the manpage.
@@ -18,5 +18,5 @@
.SH NAME
-gcp \- Advanced command-line file copier
+gocp \- Advanced command-line file copier
.SH SYNOPSIS
-.B gcp
+.B gocp
.RI [ OPTIONS ]
@@ -24,3 +24,3 @@
.br
-.B gcp
+.B gocp
.RI [ OPTIONS ]
@@ -31,3 +31,3 @@
This manual page documents briefly the
-.B gcp
+.B gocp
command.
@@ -37,3 +37,3 @@
.\" respectively.
-\fBgcp\fP is a file copier, loosely inspired by cp, but with high level functionalities like:
+\fBgocp\fP is a file copier, loosely inspired by cp, but with high level functionalities like:
\- transfer progression indication
@@ -43,3 +43,3 @@
\- forced copy serialization: new files to copy are added to a global queue to avoid hard drive head seeks
- \- transfer list management: gcp can save a list of files to copy and reuse it later
+ \- transfer list management: gocp can save a list of files to copy and reuse it later
\- approximate option compatibility with cp (approximate because the behaviour is not exactly the same, see below)
@@ -48,3 +48,3 @@
options starting with two dashes (`-').
-By default, calling gcp is equivalent to calling gcp \-\-preserve=mode,ownership,timestamps.
+By default, calling gocp is equivalent to calling gocp \-\-preserve=mode,ownership,timestamps.
.PP
@@ -113,3 +113,3 @@
.SH AUTHOR
-gcp was written by Jérôme Poisson <goffi@goffi.org>.
+gocp was written by Jérôme Poisson <goffi@goffi.org>.
.PP