]> git.pld-linux.org Git - packages/cdrkit.git/commitdiff
- compat with cdrtools for readcd
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 24 Dec 2006 15:45:59 +0000 (15:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cdrkit-compat.patch -> 1.1

cdrkit-compat.patch [new file with mode: 0644]

diff --git a/cdrkit-compat.patch b/cdrkit-compat.patch
new file mode 100644 (file)
index 0000000..cd4b630
--- /dev/null
@@ -0,0 +1,12 @@
+diff -urN cdrkit-1.1.0.org/readom/readom.c cdrkit-1.1.0/readom/readom.c
+--- cdrkit-1.1.0.org/readom/readom.c   2006-11-25 13:13:05.000000000 +0100
++++ cdrkit-1.1.0/readom/readom.c       2006-12-24 14:42:40.421054000 +0100
+@@ -315,6 +315,8 @@
+       if (help)
+               usage(0);
+   if (pversion) {
++     printf("readcd %s is not what you see here. This line is only a fake for too clever\n"
++                   "GUIs and other frontend applications. In fact, this program is:\n", cdr_version);
+      printf("readom " CDRKIT_VERSION " (" HOST_SYSTEM ")\n"
+            "Copyright (C) 1987, 1995-2006 Joerg Schilling\n"
+            "Copyright (C) 2006 Cdrkit maintainers\n"
This page took 0.083607 seconds and 4 git commands to generate.