cvs commit: ports/Tools/scripts rmport

Vasil Dimov vd at FreeBSD.org
Wed Mar 28 20:39:18 UTC 2007


vd          2007-03-28 20:39:18 UTC

  FreeBSD ports repository

  Modified files:
    Tools/scripts        rmport 
  Log:
  Use echo instead of printf because external commands cannot be executed
  with very long arguments (>400000 characters).
  
  The problem reveals for example if
  /usr/ports/Tools/scripts/rmport -d print/ghostscript-gnu
  is executed - it does
  printf "%s\n" "... 451109 chars ..."
  
  Spotted by:     rafan
  
  Revision  Changes    Path
  1.18      +4 -4      ports/Tools/scripts/rmport


More information about the cvs-all mailing list