diff options
Diffstat (limited to 'sysutils/cdf/files/patch-main.c')
-rw-r--r-- | sysutils/cdf/files/patch-main.c | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/cdf/files/patch-main.c b/sysutils/cdf/files/patch-main.c new file mode 100644 index 000000000000..dd5f2a3bfc5d --- /dev/null +++ b/sysutils/cdf/files/patch-main.c @@ -0,0 +1,11 @@ +--- src/main.c.orig Fri Oct 22 19:18:32 2004 ++++ src/main.c Fri Oct 22 19:18:43 2004 +@@ -38,6 +38,8 @@ + + + blocksize = 1048576; ++ ++ read_config_file(expand_filename("~/.cdfrc")); + + while ((ch = getopt(argc, argv, "gkmt:v")) != -1) + switch (ch) { |