[Debburn-changes] r487 - in cdrkit/trunk: . genisoimage

Eduard Bloch blade at alioth.debian.org
Sun Nov 26 13:20:24 CET 2006


Author: blade
Date: 2006-11-26 13:20:24 +0100 (Sun, 26 Nov 2006)
New Revision: 487

Modified:
   cdrkit/trunk/INSTALL
   cdrkit/trunk/genisoimage/write.c
Log:
More scarry message

Modified: cdrkit/trunk/INSTALL
===================================================================
--- cdrkit/trunk/INSTALL	2006-11-26 11:58:34 UTC (rev 486)
+++ cdrkit/trunk/INSTALL	2006-11-26 12:20:24 UTC (rev 487)
@@ -8,6 +8,8 @@
    package in your Linux distribution)
  - make (an implmentation supported by cmake, eg. GNU make, smake, ...)
  - working GCC compiler environment
+ - maybe additional requirements for your operating system, see
+   doc/plattforms/... and FAQ
 
 COMPILATION:
 

Modified: cdrkit/trunk/genisoimage/write.c
===================================================================
--- cdrkit/trunk/genisoimage/write.c	2006-11-26 11:58:34 UTC (rev 486)
+++ cdrkit/trunk/genisoimage/write.c	2006-11-26 12:20:24 UTC (rev 487)
@@ -484,11 +484,13 @@
 			if (geterrno() == 0) {
 #ifdef	USE_LIBSCHILY
          comerrno(EX_BAD,
-               "File '%s' did shrink.\n",
+               "File '%s' did shrink.\n"
+               "Files must not be changed while genisoimage runs!\n",
                filename);
 #else
          fprintf(stderr,
-               "File '%s' did shrink.\n",
+               "File '%s' did shrink.\n"
+               "Files must not be changed while genisoimage runs!\n",
                filename);
 				exit(EX_BAD);
 #endif




More information about the Debburn-changes mailing list