summaryrefslogtreecommitdiff
path: root/sysutils/renameutils/files/patch-src__qcmd.c
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-12-12 22:16:44 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-12-12 22:16:44 +0000
commit62287039dd15c6eba0e547cbdbf375996852d11b (patch)
tree071b0107300800068c83b3007baded9209c4ddd4 /sysutils/renameutils/files/patch-src__qcmd.c
parentRespect WITH_OPENSSL_PORT=yes (diff)
The file renaming utilities consists of five programs designed to make renaming
of files faster and less cumbersome: - qmv ("quick move") allows a bunch of file names to be edited in a text editor; - imv ("interactive move") allows a single file name to be edited in the terminal using the GNU Readline library - qcp and icp are similar to qmv and imv but copy files instead of moving them; - deurlname removes URL encoded characters (such as %20 representing space) from file names. WWW: http://www.nongnu.org/renameutils/ PR: 194045 Submitted by: Matteo Cypriani <mcy@lm7.fr>
Notes
Notes: svn path=/head/; revision=374607
Diffstat (limited to 'sysutils/renameutils/files/patch-src__qcmd.c')
-rw-r--r--sysutils/renameutils/files/patch-src__qcmd.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/renameutils/files/patch-src__qcmd.c b/sysutils/renameutils/files/patch-src__qcmd.c
new file mode 100644
index 000000000000..77c1575a6add
--- /dev/null
+++ b/sysutils/renameutils/files/patch-src__qcmd.c
@@ -0,0 +1,11 @@
+--- src/qcmd.c.orig 2011-08-21 17:15:51 UTC
++++ src/qcmd.c
+@@ -239,7 +239,7 @@
+ editor_program = xstrdup(editor_program);
+
+ if (ls_program == NULL)
+- ls_program = xstrdup("ls");
++ ls_program = xstrdup("gls");
+
+ /* Parse format options */
+ if (format_options != NULL && !format->parse_options(format_options))