Date: Wed, 27 Sep 2000 02:32:48 +0200 (IST) From: Roman Shterenzon <roman@xpert.com> To: freebsd-small@freebsd.org Subject: [patch] PicoBSD shall rise again Message-ID: <Pine.BSF.4.21.0009270227340.1938-200000@alchemy.oven.org>
index | next in thread | raw e-mail
[-- Attachment #1 --] Hi, I only patched the "net" flavor, since it's the only one I needed, but other flavors could be patched the same way. I'm not exactly sure if there's enough space for ppp since I disabled it in my build, but I think there's enough space left for it. Someone, please fix the PicoBSD .. --Roman Shterenzon, UNIX System Administrator and Consultant [ Xpert UNIX Systems Ltd., Herzlia, Israel. Tel: +972-9-9522361 ] [-- Attachment #2 --] diff -ur /usr/src/release/picobsd/build/Makefile.crunch release/picobsd/build/Makefile.crunch --- /usr/src/release/picobsd/build/Makefile.crunch Tue Feb 8 10:27:55 2000 +++ release/picobsd/build/Makefile.crunch Sat Sep 23 16:44:52 2000 @@ -2,7 +2,7 @@ # $FreeBSD: src/release/picobsd/build/Makefile.crunch,v 1.1 2000/02/08 08:27:55 luigi Exp $ # SRC?=/usr/src -CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT +CRUNCHFLAGS+= -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNOIPSEC all: crunch diff -ur /usr/src/release/picobsd/build/crunch.inc release/picobsd/build/crunch.inc --- /usr/src/release/picobsd/build/crunch.inc Tue Feb 8 10:29:18 2000 +++ release/picobsd/build/crunch.inc Sat Sep 23 15:37:45 2000 @@ -4,3 +4,4 @@ NOPAM=yes NOSECURE=yes NONETGRAPH=yes +NOIPSEC=yes diff -ur /usr/src/release/picobsd/net/crunch1/crunch.conf release/picobsd/net/crunch1/crunch.conf --- /usr/src/release/picobsd/net/crunch1/crunch.conf Tue Feb 8 17:14:27 2000 +++ release/picobsd/net/crunch1/crunch.conf Sat Sep 23 15:39:29 2000 @@ -23,7 +23,7 @@ progs mount mount_msdos umount progs kill mount_std natd -progs pwd ppp telnet more +progs pwd ppp telnet less progs passwd date progs mount_cd9660 mount_nfs ping traceroute routed ipfw @@ -40,8 +40,8 @@ ln msg dmesg ln ns netstat ln chown chgrp +ln less more libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias -lwrap libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm libs -lgnuregex -ltelnethome | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.21.0009270227340.1938-200000>
