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

Victor Balada Diaz victor at bsdes.net
Sat Jan 5 06:53:48 PST 2008


On Sat, Jan 05, 2008 at 02:14:27AM -0800, Matthias Schmidt wrote:
> 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.


I think /etc/settings.conf is a poor choice for a file name. It's too
generic. Why don't we call it /etc/pkgs.conf or something like that?

Regards.
-- 
La prueba más fehaciente de que existe vida inteligente en otros
planetas, es que no han intentado contactar con nosotros. 





More information about the Commits mailing list