/[debburn]/nonameyet/trunk/mkisofs/mkisofs.c
ViewVC logotype

Diff of /nonameyet/trunk/mkisofs/mkisofs.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 39 by blade, Wed Aug 23 12:39:11 2006 UTC revision 81 by blade, Thu Aug 24 21:52:14 2006 UTC
# Line 1  Line 1 
1    /*
2     *
3     * Patched version with stuff from the Debian's cdrtools.
4     * Replaced various warnings/disclaimers with more simple ones.
5     *
6     * Eduard Bloch <blade@debian.org>
7    */
8  /* @(#)mkisofs.c        1.167 06/01/30 joerg */  /* @(#)mkisofs.c        1.167 06/01/30 joerg */
9  #ifndef lint  #ifndef lint
10  static  char sccsid[] =  static  char sccsid[] =
# Line 1030  susage(excode) Line 1037  susage(excode)
1037  {  {
1038          const char      *program_name = "mkisofs";          const char      *program_name = "mkisofs";
1039    
1040          fprintf(stderr, "Usage: %s [options] file...\n", program_name);          fprintf(stderr, "Usage: %s [options] -o file directory ...\n", program_name);
1041          fprintf(stderr, "\nUse %s -help\n", program_name);          fprintf(stderr, "\nUse %s -help\n", program_name);
1042          fprintf(stderr, "to get a list of valid options.\n");          fprintf(stderr, "to get a list of valid options.\n");
1043          fprintf(stderr, "This version of mkisofs includes the unofficial iconv-patch\nfrom http://users.utu.fi/jahhein/mkisofs/\nReport errors to cdrtools@packages.debian.org\n");          fprintf(stderr,
1044          fprintf(stderr, "This version of mkisofs includes the unofficial JTE patch\nfrom http://www.einval.com/~steve/software/JTE/\nReport errors to steve-jte@einval.com\n");          "\nNOTE: This version of mkisofs differs from the one published by Eric Youngdale\n"
1045            "and from the one included in cdrtools (by Joerg Schilling).\n"
1046            "It provides a different set of features and has different problems.\n"
1047            "Report errors to debburn-devel@lists.alioth.debian.org.\n");
1048    
1049          exit(excode);          exit(excode);
1050  }  }
# Line 1130  usage(excode) Line 1140  usage(excode)
1140                          fprintf(stderr, "%s\n", ld_options[i].doc);                          fprintf(stderr, "%s\n", ld_options[i].doc);
1141                  }                  }
1142          }          }
1143          fprintf(stderr, "This version of mkisofs includes the unofficial iconv-patch\nfrom http://users.utu.fi/jahhein/mkisofs/\nReport errors to cdrtools@packages.debian.org\n");          fprintf(stderr,
1144          fprintf(stderr, "This version of mkisofs includes the unofficial JTE patch\nfrom http://www.einval.com/~steve/software/JTE/\nReport errors to steve-jte@einval.com\n");          "\nNOTE: This version of mkisofs differs from the one published by Eric Youngdale\n"
1145            "and from the one included in cdrtools (by Joerg Schilling).\n"
1146            "It provides a different set of features and has different problems.\n"
1147            "Report errors to debburn-devel@lists.alioth.debian.org.\n");
1148          exit(excode);          exit(excode);
1149  }  }
1150    

Legend:
Removed from v.39  
changed lines
  Added in v.81

  ViewVC Help
Powered by ViewVC 1.1.5