cvs commit: src/usr.bin Makefile src/usr.bin/pkg_radd Makefile pkg_radd.1 pkg_radd.sh

Matthias Schmidt matthias at crater.dragonflybsd.org
Sat Jan 5 02:15:56 PST 2008


matthias    2008/01/05 02:14:27 PST

DragonFly src repository

  Modified files:
    usr.bin              Makefile 
  Added files:
    usr.bin/pkg_radd     Makefile pkg_radd.1 pkg_radd.sh 
  Log:
  Commit pkg_radd(1) on behalf of corecode at .  pkg_radd is a wrapper for
  pkg_add(1) to install binary packages.  This allows users to install binary
  packages out-of-the-box without fetching the pkgsrc(7) tree or without
  looking at any site hosting binary packages.
  
    # pkg_radd -v host
    [...]
    extract: Package name is host-20040812
    extract: CWD to /usr/pkg
    [...]
    Attempting to record package into /var/db/pkg/host-20040812.
    Package host-20040812 registered in /var/db/pkg/host-20040812
  
  The mentioned /etc/settings.conf will follow in a later commit.  pkg_radd
  will work fine without that file.
  
  Submitted-by: corecode@
  mdoc-ok-by: swildner@
  
  Revision  Changes    Path
  1.41      +1 -0      src/usr.bin/Makefile


http://www.dragonflybsd.org/cvsweb/src/usr.bin/Makefile.diff?r1=1.40&r2=1.41&f=u





More information about the Commits mailing list