Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Mar 2007 14:54:45 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/pkg_install/lib url.c
Message-ID:  <200703061454.l26Esj7D043245@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2007-03-06 14:54:45 UTC

  FreeBSD src repository

  Modified files:
    usr.sbin/pkg_install/lib url.c 
  Log:
  Invoke tar(1) with the -p option when installing a package
  from an URL (i.e., do it the same way as when installing
  from a file).  This fixes the lossage of the setuid bits.
  It wasn't a problem before because GNU tar(1) implied the
  -p option for root, but BSD tar(1) doesn't do that.
  
  Discussed with: tobez and some advanced users :)
  
  Revision  Changes    Path
  1.8       +2 -2      src/usr.sbin/pkg_install/lib/url.c



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