[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: extension of mkisofs for incremental backups



>From: Patrick Ohly <Patrick.Ohly@gmx.de>

>I have updated the patch again to apply cleanly against
>2.01a26pre. Patching the man page and a function prototype
>caused conflicts while the rest applied still fine.

Please try to create less work for me......

The patch to the man page indserts things disordered and the
sources seem to be edited very laxy:

Calling 'cstyle -v' gives this:

/tmp/mkisofs/mkisofs.c: 425: spaces instead of tabs
#define OPTION_RELOC_ROOT     2042
/tmp/mkisofs/mkisofs.c: 425: #define followed by space instead of tab
#define OPTION_RELOC_ROOT     2042
/tmp/mkisofs/mkisofs.c: 426: #define followed by space instead of tab
#define OPTION_RELOC_OLD_ROOT 2043
/tmp/mkisofs/mkisofs.c: 1159: spaces instead of tabs
	char     *reloc_root = NULL;
/tmp/mkisofs/mkisofs.c: 1160: spaces instead of tabs
	char     *reloc_old_root = NULL;
/tmp/mkisofs/mkisofs.c: 2816: whitespace before right paren
				if (graft_point[len] != '/' ) {

/tmp/mkisofs/multi.c: 1571: space or tab at end of line
	 
/tmp/mkisofs/multi.c: 1615: continuation line not indented by 4 spaces
					 && strcmp(new_orig_contents[i]->name, reloc_old_root) != 0) {
/tmp/mkisofs/multi.c: 1615: improper boolean continuation
					 && strcmp(new_orig_contents[i]->name, reloc_old_root) != 0) {
/tmp/mkisofs/multi.c: 1626: space or tab at end of line
				}				
/tmp/mkisofs/multi.c: 1631: whitespace before right paren
					comerrno(EX_BAD, "Reading directory %s in old session failed, cannot execute -old-root.\n", reloc_old_root );
/tmp/mkisofs/multi.c: 1633: whitespace before right paren
					fprintf(stderr, "Reading directory %s in old session failed, cannot execute -old-root.\n", reloc_old_root );
/tmp/mkisofs/multi.c: 1637: space or tab at end of line
				
/tmp/mkisofs/multi.c: 1643: preprocessor statement not in column 1
				#ifdef	USE_LIBSCHILY
/tmp/mkisofs/multi.c: 1644: whitespace before right paren
				comerrno(EX_BAD, "-old-root (sub)directory %s not found in old session.\n", reloc_old_root );
/tmp/mkisofs/multi.c: 1646: whitespace before right paren
				fprintf(stderr, "-old-root (sub)directory %s not found in old session.\n", reloc_old_root );
/tmp/mkisofs/multi.c: 1666: improper first line of block comment
			/* check_prev_session() will search for s_entry and remove it from
/tmp/mkisofs/multi.c: 1669: continuation line not indented by 4 spaces
												  &statbuf, &lstatbuf, NULL);
/tmp/mkisofs/multi.c: 1678: space or tab at end of line
		n_orig = new_n_orig;		
/tmp/mkisofs/multi.c: 1679: space or tab at end of line
		
/tmp/mkisofs/multi.c: 1751: whitespace before right paren
					NULL, reloc_old_root );

Jörg

-- 
 EMail:joerg@schily.isdn.cs.tu-berlin.de (home) Jörg Schilling D-13353 Berlin
       js@cs.tu-berlin.de		(uni)  If you don't have iso-8859-1
       schilling@fokus.fraunhofer.de	(work) chars I am J"org Schilling
 URL:  http://www.fokus.fraunhofer.de/usr/schilling ftp://ftp.berlios.de/pub/schily



Reply to: