mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 01:11:33 +02:00
12 lines
441 B
Diff
12 lines
441 B
Diff
--- cv.orig/cv.c
|
|
+++ cv/cv.c
|
|
@@ -44,7 +44,7 @@
|
|
#include "sizes.h"
|
|
#include "hlist.h"
|
|
|
|
-char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", NULL};
|
|
+char *proc_names[] = {"cp", "mv", "dd", "tar", "gzip", "gunzip", "cat", "grep", "fgrep", "egrep", "cut", "sort", "cpio", "xz", "bzip2", "bunzip2", NULL};
|
|
char *proc_specifiq = NULL;
|
|
WINDOW *mainwin;
|
|
signed char flag_quiet = 0;
|