TEMP-0000000-B67840.10.dddd3cd.patch 1.3 KB

1234567891011121314151617181920212223242526
  1. Subject: Fix parameter options
  2. Upstream-Author: Christos Zoulas <christos@zoulas.com>
  3. Date: Thu Dec 11 01:26:41 2014 +0000
  4. Origin: FILE5_21 [dddd3cd]
  5. Last-Update: 2015-01-05
  6. (prequisite for TEMP-0000000-B67840)
  7. diff --git a/src/file_opts.h b/src/file_opts.h
  8. index 4245447..fc57dc3 100644
  9. --- a/src/file_opts.h
  10. +++ b/src/file_opts.h
  11. @@ -43,8 +43,12 @@ OPT('0', "print0", 0, " terminate filenames with ASCII NUL\n")
  12. #if defined(HAVE_UTIME) || defined(HAVE_UTIMES)
  13. OPT('p', "preserve-date", 0, " preserve access times on files\n")
  14. #endif
  15. +OPT('P', "parameter", 0, " set file engine parameter limits\n"
  16. + " indir 15 recursion limit for indirection\n"
  17. + " name 30 use limit for name/use magic\n"
  18. + " elf_phnum 128 max ELF prog sections processed\n"
  19. + " elf_shnum 32768 max ELF sections processed\n")
  20. OPT('r', "raw", 0, " don't translate unprintable chars to \\ooo\n")
  21. -OPT('R', "recursion", 0, " set maximum recursion level\n")
  22. OPT('s', "special-files", 0, " treat special (block/char devices) files as\n"
  23. " ordinary ones\n")
  24. OPT('C', "compile", 0, " compile file specified by -m\n")