Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 May 1999 03:04:47 -0700 (PDT)
From:      Andrzej Bialecki <abial@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/release/picobsd Version src/release/picobsd/build populate stage3 src/release/picobsd/dial/crunch1 Makefile crunch.conf src/release/picobsd/dial/lang README.en dialup.en dialup.pl update.en update.pl src/release/picobsd/doc/src ...
Message-ID:  <199905071004.DAA39852@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
abial       1999/05/07 03:04:46 PDT

  Modified files:        (Branch: RELENG_3)
    release/picobsd      Version 
    release/picobsd/build populate stage3 
    release/picobsd/dial/crunch1 Makefile crunch.conf 
    release/picobsd/dial/lang README.en dialup.en dialup.pl 
                              update.en update.pl 
    release/picobsd/doc/src TODO.html bugs.html faq.html 
                            how2build.html 
    release/picobsd/isp/crunch1 crunch.conf 
    release/picobsd/isp/lang README.en update.en update.pl 
    release/picobsd/net/crunch1 crunch.conf 
    release/picobsd/net/lang README.en update.en update.pl 
    release/picobsd/router/crunch1 crunch.conf 
    release/picobsd/router/lang update.en update.pl 
  Added files:           (Branch: RELENG_3)
    release/picobsd/forth loader.rc menu.4th 
  Removed files:         (Branch: RELENG_3)
    release/picobsd/net/crunch1/mibs EtherLike-MIB.txt 
                                     HOST-RESOURCES-MIB.txt 
                                     IANAifType-MIB.txt IF-MIB.txt 
                                     IP-MIB.txt RFC1155-SMI.txt 
                                     RFC1213-MIB.txt 
                                     RFC1271-MIB.txt 
                                     SNMPv2-CONF.txt 
                                     SNMPv2-M2M-MIB.txt 
                                     SNMPv2-MIB.txt 
                                     SNMPv2-PARTY-MIB.txt 
                                     SNMPv2-SMI.txt SNMPv2-TC.txt 
                                     SNMPv2-TM.txt TCP-MIB.txt 
                                     UCD-SNMP-MIB.txt UDP-MIB.txt 
    release/picobsd/tinyware/ash Makefile TOUR alias.c alias.h 
                                 arith.h arith.y arith_lex.l 
                                 builtins.def cd.c cd.h error.c 
                                 error.h eval.c eval.h exec.c 
                                 exec.h expand.c expand.h 
                                 histedit.c init.h input.c input.h 
                                 jobs.c jobs.h machdep.h mail.c 
                                 mail.h main.c main.h memalloc.c 
                                 memalloc.h miscbltin.c 
                                 miscbltin.h mkbuiltins mkinit.c 
                                 mknodes.c mksyntax.c mktokens 
                                 myhistedit.h mystring.c 
                                 mystring.h nodes.c.pat nodetypes 
                                 options.c options.h output.c 
                                 output.h parser.c parser.h 
                                 redir.c redir.h sh.1 shell.h 
                                 show.c show.h trap.c trap.h var.c 
                                 var.h 
    release/picobsd/tinyware/ash/bltin bltin.h echo.1 echo.c 
    release/picobsd/tinyware/ash/funcs cmv dirs kill login newgrp 
                                       popd pushd suspend 
    release/picobsd/tinyware/kget Makefile README kget.c 
  Log:
  Assorted fixes to PicoBSD in preparation for 3.2-RELEASE:
  
  * use system's kget instead of TinyWare version
  * use /bin/sh instead of Ash - it was old, and not much smaller
  * remove unused MIB files
  * check for kzip stubs, and build them if necessary
  * slightly update the docs
  * use newer /boot/ contents
  * use my own greeting menu.
  * fix a couple of bugs in scripts
  * bump revision number to 0.44
  
  Submitted by:	me && various people from freebsd-small
  
  Revision  Changes    Path
  1.4.2.1   +1 -1      src/release/picobsd/Version
  1.8.2.4   +2 -2      src/release/picobsd/build/populate
  1.4.2.3   +15 -6     src/release/picobsd/build/stage3
  1.3.2.1   +2 -2      src/release/picobsd/dial/crunch1/Makefile
  1.5.2.1   +6 -7      src/release/picobsd/dial/crunch1/crunch.conf
  1.4.2.1   +2 -2      src/release/picobsd/dial/lang/README.en
  1.2.2.1   +2 -2      src/release/picobsd/dial/lang/dialup.en
  1.2.2.1   +2 -2      src/release/picobsd/dial/lang/dialup.pl
  1.2.2.1   +2 -2      src/release/picobsd/dial/lang/update.en
  1.2.2.1   +2 -2      src/release/picobsd/dial/lang/update.pl
  1.3.2.1   +9 -9      src/release/picobsd/doc/src/TODO.html
  1.7.2.1   +8 -1      src/release/picobsd/doc/src/bugs.html
  1.4.2.1   +12 -16    src/release/picobsd/doc/src/faq.html
  1.4.2.1   +20 -17    src/release/picobsd/doc/src/how2build.html
  1.5.2.2   +6 -23     src/release/picobsd/isp/crunch1/crunch.conf
  1.3.2.1   +5 -1      src/release/picobsd/isp/lang/README.en
  1.2.2.1   +2 -2      src/release/picobsd/isp/lang/update.en
  1.2.2.1   +2 -2      src/release/picobsd/isp/lang/update.pl
  1.5.2.2   +6 -23     src/release/picobsd/net/crunch1/crunch.conf
  1.3.2.1   +3 -3      src/release/picobsd/net/lang/README.en
  1.2.2.1   +2 -2      src/release/picobsd/net/lang/update.en
  1.2.2.1   +2 -2      src/release/picobsd/net/lang/update.pl
  1.3.2.2   +4 -5      src/release/picobsd/router/crunch1/crunch.conf
  1.2.2.1   +2 -2      src/release/picobsd/router/lang/update.en
  1.2.2.1   +2 -2      src/release/picobsd/router/lang/update.pl


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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