Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 28 Mar 2007 20:39:18 +0000 (UTC)
From:      Vasil Dimov <vd@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/Tools/scripts rmport
Message-ID:  <200703282039.l2SKdIxX066322@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200703282039.l2SKdIxX066322>