[FUG-BR] TinyBSD na base do FreeBSD
Jean Milanez Melo
jmelo em freebsdbrasil.com.br
Quarta Setembro 20 19:45:22 BRT 2006
Pessoal, boa noite.
Venho atraves desse email dar a voces uma otima noticia o TinyBSD acabou
de ser commitado na base (src) do FreeBSD.
Depois de meses de muito trabalho e discussao com o Warner Losh e o
Julian Elischer consegui a ajuda deles para commitar o TinyBSD na base
do sistema.
Creio que essa eh uma conquista de todos nos brasileiros e em especial a
todas as pessoas que utilizaram o TinyBSD e enviaram sugestoes pra mim e
pro Patrick para estarmos melhorando ele a cada dia.
O TinyBSD foi commitado no FreeBSD current, mas vou fazer o possivel
para que ocorra um MFC antes de sair o 6.2-RELEASE.
Para isso eu preciso da ajuda de todos voces para que testem o TinyBSD o
maximo possivel para que possamos deixa-lo ainda melhor.
O caminho em que o TinyBSD ficara na base eh em
/usr/src/tools/tools/tinybsd, interessados podem usar o cvs para
baixa-lo e testar.
Duvida, criticas, sugestoes, podem enviar para mim:
jmelo at freebrasil.com.br ou jmelo at freebsd.org ou para o Patrick
eksffa at freebsdbrasil.com.br
Conto com a ajuda de voces.
Segue abaixo o commit do Julian agora ha pouco.
Abracos
-------- Original Message --------
Subject: cvs commit: src/tools/tools README src/tools/tools/tinybsd
CHANGES README tinybsd src/tools/tools/tinybsd/conf/bridge TINYBSD
tinybsd.basefiles src/tools/tools/tinybsd/conf/bridge/etc fstab rc.conf
sysctl.conf src/tools/tools/tinybsd/conf/default TINYBSD ...
Date: Wed, 20 Sep 2006 22:24:20 +0000 (UTC)
From: Julian Elischer <julian at FreeBSD.org>
To: src-committers at FreeBSD.org, cvs-src at FreeBSD.org, cvs-all at FreeBSD.org
julian 2006-09-20 22:24:20 UTC
FreeBSD src repository
Modified files:
tools/tools README
Added files:
tools/tools/tinybsd CHANGES README tinybsd
tools/tools/tinybsd/conf/bridge TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/bridge/etc fstab rc.conf sysctl.conf
tools/tools/tinybsd/conf/default TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/default/etc fstab rc.conf
tools/tools/tinybsd/conf/firewall TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/firewall/etc fstab natd.conf pf.conf
pf.os rc.conf
rc.firewall sysctl.conf
tools/tools/tinybsd/conf/firewall/etc/authpf authpf.rules
tools/tools/tinybsd/conf/minimal TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/minimal/etc fstab rc.conf
tools/tools/tinybsd/conf/vpn TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/vpn/etc fstab rc.conf setkey.conf
tools/tools/tinybsd/conf/wireless TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/wireless/etc fstab natd.conf pf.conf
pf.os rc.conf
rc.firewall
tools/tools/tinybsd/conf/wireless/etc/authpf authpf.rules
tools/tools/tinybsd/conf/wrap TINYBSD tinybsd.basefiles
tools/tools/tinybsd/conf/wrap/etc fstab rc.conf ttys
Log:
In the spirit of nanoBSD and PicoBSD, add TinyBSD.
Submitted by jmeloatfreebsdbrasil,com-br
(Jean Milanez Melo)
As PicoBSD becomes slightly less useful, TinyBSD fills the gap below
nanoBSD.
Revision Changes Path
1.48 +1 -0 src/tools/tools/README
1.1 +43 -0 src/tools/tools/tinybsd/CHANGES (new)
1.1 +253 -0 src/tools/tools/tinybsd/README (new)
1.1 +169 -0 src/tools/tools/tinybsd/conf/bridge/TINYBSD (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/bridge/etc/fstab (new)
1.1 +12 -0 src/tools/tools/tinybsd/conf/bridge/etc/rc.conf
(new)
1.1 +8 -0
src/tools/tools/tinybsd/conf/bridge/etc/sysctl.conf (new)
1.1 +242 -0
src/tools/tools/tinybsd/conf/bridge/tinybsd.basefiles (new)
1.1 +186 -0 src/tools/tools/tinybsd/conf/default/TINYBSD (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/default/etc/fstab (new)
1.1 +12 -0 src/tools/tools/tinybsd/conf/default/etc/rc.conf
(new)
1.1 +253 -0
src/tools/tools/tinybsd/conf/default/tinybsd.basefiles (new)
1.1 +183 -0 src/tools/tools/tinybsd/conf/firewall/TINYBSD (new)
1.1 +1 -0
src/tools/tools/tinybsd/conf/firewall/etc/authpf/authpf.rules (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/firewall/etc/fstab
(new)
1.1 +1 -0
src/tools/tools/tinybsd/conf/firewall/etc/natd.conf (new)
1.1 +78 -0
src/tools/tools/tinybsd/conf/firewall/etc/pf.conf (new)
1.1 +549 -0 src/tools/tools/tinybsd/conf/firewall/etc/pf.os
(new)
1.1 +40 -0
src/tools/tools/tinybsd/conf/firewall/etc/rc.conf (new)
1.1 +302 -0
src/tools/tools/tinybsd/conf/firewall/etc/rc.firewall (new)
1.1 +5 -0
src/tools/tools/tinybsd/conf/firewall/etc/sysctl.conf (new)
1.1 +245 -0
src/tools/tools/tinybsd/conf/firewall/tinybsd.basefiles (new)
1.1 +89 -0 src/tools/tools/tinybsd/conf/minimal/TINYBSD (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/minimal/etc/fstab (new)
1.1 +12 -0 src/tools/tools/tinybsd/conf/minimal/etc/rc.conf
(new)
1.1 +172 -0
src/tools/tools/tinybsd/conf/minimal/tinybsd.basefiles (new)
1.1 +170 -0 src/tools/tools/tinybsd/conf/vpn/TINYBSD (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/vpn/etc/fstab (new)
1.1 +21 -0 src/tools/tools/tinybsd/conf/vpn/etc/rc.conf (new)
1.1 +1 -0 src/tools/tools/tinybsd/conf/vpn/etc/setkey.conf
(new)
1.1 +227 -0
src/tools/tools/tinybsd/conf/vpn/tinybsd.basefiles (new)
1.1 +180 -0 src/tools/tools/tinybsd/conf/wireless/TINYBSD (new)
1.1 +1 -0
src/tools/tools/tinybsd/conf/wireless/etc/authpf/authpf.rules (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/wireless/etc/fstab
(new)
1.1 +1 -0
src/tools/tools/tinybsd/conf/wireless/etc/natd.conf (new)
1.1 +78 -0
src/tools/tools/tinybsd/conf/wireless/etc/pf.conf (new)
1.1 +549 -0 src/tools/tools/tinybsd/conf/wireless/etc/pf.os
(new)
1.1 +31 -0
src/tools/tools/tinybsd/conf/wireless/etc/rc.conf (new)
1.1 +302 -0
src/tools/tools/tinybsd/conf/wireless/etc/rc.firewall (new)
1.1 +238 -0
src/tools/tools/tinybsd/conf/wireless/tinybsd.basefiles (new)
1.1 +149 -0 src/tools/tools/tinybsd/conf/wrap/TINYBSD (new)
1.1 +2 -0 src/tools/tools/tinybsd/conf/wrap/etc/fstab (new)
1.1 +12 -0 src/tools/tools/tinybsd/conf/wrap/etc/rc.conf (new)
1.1 +308 -0 src/tools/tools/tinybsd/conf/wrap/etc/ttys (new)
1.1 +238 -0
src/tools/tools/tinybsd/conf/wrap/tinybsd.basefiles (new)
1.1 +220 -0 src/tools/tools/tinybsd/tinybsd (new)
_______________________________________________
cvs-src at freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-src
To unsubscribe, send any mail to "cvs-src-unsubscribe at freebsd.org"
--
Atenciosamente
Jean Milanez Melo
FreeBSD Brasil LTDA.
Fone: (31) 3281-9633
http://www.freebsdbrasil.com.br
Mais detalhes sobre a lista de discussão freebsd