Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 15 Aug 2005 20:24:08 +0000 (UTC)
From:      Colin Percival <cperciva@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/etc Makefile portsnap.conf src/etc/mtree BSD.var.dist src/share/man/man5 Makefile portsnap.conf.5 src/usr.sbin Makefile src/usr.sbin/portsnap Makefile Makefile.inc src/usr.sbin/portsnap/make_index Makefile make_index.c ...
Message-ID:  <200508152024.j7FKO8Pc089916@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
cperciva    2005-08-15 20:24:08 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_6)
    etc                  Makefile 
    etc/mtree            BSD.var.dist 
    share/man/man5       Makefile 
    usr.sbin             Makefile 
  Added files:           (Branch: RELENG_6)
    etc                  portsnap.conf 
    share/man/man5       portsnap.conf.5 
    usr.sbin/portsnap    Makefile Makefile.inc 
    usr.sbin/portsnap/make_index Makefile make_index.c 
    usr.sbin/portsnap/phttpget Makefile phttpget.c 
    usr.sbin/portsnap/portsnap Makefile portsnap.8 portsnap.sh 
  Log:
  MFC addition of portsnap to the base system plus subsequent enhancements
  and bug fixes.
  
  Approved by:    re (kensmith)
  
  Revision   Changes    Path
  1.343.2.1  +1 -1      src/etc/Makefile
  1.71.2.1   +2 -0      src/etc/mtree/BSD.var.dist
  1.1.2.1    +18 -0     src/etc/portsnap.conf (new)
  1.58.2.1   +1 -0      src/share/man/man5/Makefile
  1.1.2.1    +102 -0    src/share/man/man5/portsnap.conf.5 (new)
  1.332.2.1  +1 -0      src/usr.sbin/Makefile
  1.1.2.1    +5 -0      src/usr.sbin/portsnap/Makefile (new)
  1.1.2.1    +5 -0      src/usr.sbin/portsnap/Makefile.inc (new)
  1.1.2.1    +9 -0      src/usr.sbin/portsnap/make_index/Makefile (new)
  1.2.2.1    +493 -0    src/usr.sbin/portsnap/make_index/make_index.c (new)
  1.1.2.1    +9 -0      src/usr.sbin/portsnap/phttpget/Makefile (new)
  1.4.2.1    +601 -0    src/usr.sbin/portsnap/phttpget/phttpget.c (new)
  1.1.2.1    +6 -0      src/usr.sbin/portsnap/portsnap/Makefile (new)
  1.3.2.1    +211 -0    src/usr.sbin/portsnap/portsnap/portsnap.8 (new)
  1.8.2.1    +918 -0    src/usr.sbin/portsnap/portsnap/portsnap.sh (new)



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