From owner-freebsd-small@FreeBSD.ORG Mon May 12 21:28:20 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F27D937B401 for ; Mon, 12 May 2003 21:28:19 -0700 (PDT) Received: from gol-mro1.austar.net.au (gol-mro1.austar.net.au [203.22.8.213]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7E1CB43F85 for ; Mon, 12 May 2003 21:28:16 -0700 (PDT) (envelope-from benminton@austarnet.com.au) Received: from gol-msw2.austar.net.au (gol-msw2-i.austar.net.au [172.18.91.219]) by gol-mro1.austar.net.au (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id BEM68092; Tue, 13 May 2003 14:28:14 +1000 (EST) Received: from nuut.austarnet.com.au (dialup-87.234.220.203.acc01-mcmi-dwn.comindico.com.au [203.220.234.87]) by gol-msw2.austar.net.au (Mirapoint Messaging Server MOS 3.2.2-GA) with ESMTP id ALX40645 (AUTH benminton); Tue, 13 May 2003 14:28:13 +1000 (EST) Message-Id: <5.2.0.9.0.20030513134947.009f2be0@mail.austarnet.com.au> X-Sender: benminton@mail.austarnet.com.au X-Mailer: QUALCOMM Windows Eudora Version 5.2.0.9 Date: Tue, 13 May 2003 13:58:31 +0930 To: freebsd-small@freebsd.org From: Ben Minton Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed Subject: Current Release X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 04:28:20 -0000 Hi all Just found this list today. Does anyone know how know how pico compares in function and stability against Coyote Linux? Would like to use freebsd port but many say CL is currently the 'best' diskless router configuration. Any comments or examples of using pico would be appreciated. Cheers, Ben From owner-freebsd-small@FreeBSD.ORG Tue May 13 09:11:36 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 862E337B401 for ; Tue, 13 May 2003 09:11:36 -0700 (PDT) Received: from Sol.QuerySoft.es (213-98-115-37.uc.nombres.ttd.es [213.98.115.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0BC7943FBF for ; Tue, 13 May 2003 09:11:35 -0700 (PDT) (envelope-from guillermo@QuerySoft.es) Received: from QuerySoft.es (Orion.QuerySoft.es [10.0.1.4]) by Sol.QuerySoft.es (8.12.5/8.12.5) with ESMTP id h4DGFQrC035073 for ; Tue, 13 May 2003 18:15:26 +0200 (CEST) (envelope-from guillermo@QuerySoft.es) Sender: Oldno7@Sol.QuerySoft.es Message-ID: <3EC11938.5CDFB036@QuerySoft.es> Date: Tue, 13 May 2003 18:11:36 +0200 From: "Oldno7 (Guillermo Hernandez)" X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: es, en MIME-Version: 1.0 To: freebsd-small@FreeBSD.org Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: crunching ftpd problem X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 13 May 2003 16:11:36 -0000 Hi all. I've been having trouble trying to crunch ftpd into picobsd. Despite I solved before modifying the ftpd sources deleting all the references to the skey stuff I think it's not the way (and I have to patch everytime I cvsup the system sources). I suspect that is a library missing problem, but after dealing with it I cannot find which library is. Below I posted the error message and the crunch.conf involved. Note that I put the "-DMD5" and the "libs skey" options in order to get around the problem (I'm sure that the "libs.." option is correct because before it the problem was undefined references to skey functions). Thank you very much in advance. ******snip `date.o' is up to date. `netdate.o' is up to date. `vary.o' is up to date. `ipfw.o' is up to date. `minigzip.o' is up to date. /usr/lib/libskey.a(skeysubr.o): In function `_sk_keycrunch': skeysubr.o(.text+0x6f): undefined reference to `MD4Init' skeysubr.o(.text+0x7d): undefined reference to `MD4Update' skeysubr.o(.text+0x8a): undefined reference to `MD4Final' /usr/lib/libskey.a(skeysubr.o): In function `_sk_f': skeysubr.o(.text+0xdb): undefined reference to `MD4Init' skeysubr.o(.text+0xe7): undefined reference to `MD4Update' skeysubr.o(.text+0xf7): undefined reference to `MD4Final' *** Error code 1 Stop in /usr/src/release/picobsd/build/build_dir-net.rdsi.plasticos.1/crunch. ---> fail: Error <1> error code in <> *******snip my crunch.conf file is: ****************** beginof crunch.conf # Default build options. buildopts -DNOPAM -DRELEASE_CRUNCH -DNOSECURE -DNOCRYPT -DNONETGRAPH -DNOIPSEC buildopts -DNOINET6 -DMD5 srcdirs @__CWD__@/src # other sources srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 srcdirs /usr/src/sbin srcdirs /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin srcdirs /usr/src/usr.sbin srcdirs /usr/src/libexec # sources for ns & vm srcdirs /usr/src/release/picobsd/tinyware # sources para el i4b srcdirs /usr/src/usr.sbin/i4b srcdirs /usr/src/sys/i4b # source para el skey srcdirs /usr/src/lib/libskey # aportacion de la casa .. el kbdcontrol, ftpd y el isdnd ###progs kbdcontrol ftpd isdnd telnetd mount_msdos progs kbdcontrol isdnd mount_msdos progs ftpd ############# progs sh test echo hostname ln login getty stty progs inetd w msg kget reboot progs init ifconfig df sps ns vm cat progs cp rm mknod chmod chown mkdir ls syslogd progs sysctl route pwd_mkdb dev_mkdb progs mount umount progs kill mount_std natd progs pwd telnet less ln less more progs date progs ipfw progs minigzip ln minigzip gzip ln test [ ln sh -sh ln mount_std procfs ln mount_std mount_procfs ln sps ps ln msg dmesg ln ns netstat ln chown chgrp libs -lncurses -lmytinfo -lipx -lz -lpcap -lalias -lwrap libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm libs -lgnuregex -ltelnet ####### para el ftpd libs -lskey ************************ end of crunch.conf From owner-freebsd-small@FreeBSD.ORG Tue May 13 23:19:32 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9AF9937B401 for ; Tue, 13 May 2003 23:19:32 -0700 (PDT) Received: from ugp.viaduk.net (ugp.viaduk.net [212.68.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 457B343F93 for ; Tue, 13 May 2003 23:19:30 -0700 (PDT) (envelope-from db.nipi@naftogaz.net) Received: from lotus (MailNIPI.ugp.viaduk.net [10.100.1.252]) by ugp.viaduk.net (8.11.6/8.11.6) with ESMTP id h4E6JL227276 for ; Wed, 14 May 2003 09:19:22 +0300 Received: from discovery ([10.101.10.6]) by lotus (Lotus Domino Release 5.0.9) with SMTP id 2003051409163231:13 ; Wed, 14 May 2003 09:16:32 +0300 Message-ID: <001301c319df$f86a18d0$060a650a@discovery> From: "Dimitri Babak" To: References: <20030513190123.3A3EA37B442@hub.freebsd.org> Date: Wed, 14 May 2003 09:13:37 +0300 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-MIMETrack: Itemize by SMTP Server on Lotus/Nipi(Release 5.0.9 |November 16, 2001) at 14.05.2003 09:16:32,at 14.05.2003 09:21:32, Serialize complete at 14.05.2003 09:21:32 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" Subject: Re: freebsd-small Digest, Vol 6, Issue 1 X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 06:19:32 -0000 > Message: 2 > Date: Tue, 13 May 2003 18:11:36 +0200 > From: "Oldno7 (Guillermo Hernandez)" > Subject: crunching ftpd problem > To: freebsd-small@FreeBSD.org > Message-ID: <3EC11938.5CDFB036@QuerySoft.es> > Content-Type: text/plain; charset=us-ascii > > Hi all. I've been having trouble trying to crunch ftpd into picobsd. > Despite I solved before modifying the ftpd > > > ******snip > `date.o' is up to date. > `netdate.o' is up to date. > `vary.o' is up to date. > `ipfw.o' is up to date. > `minigzip.o' is up to date. > /usr/lib/libskey.a(skeysubr.o): In function `_sk_keycrunch': > skeysubr.o(.text+0x6f): undefined reference to `MD4Init' > skeysubr.o(.text+0x7d): undefined reference to `MD4Update' > skeysubr.o(.text+0x8a): undefined reference to `MD4Final' > /usr/lib/libskey.a(skeysubr.o): In function `_sk_f': > skeysubr.o(.text+0xdb): undefined reference to `MD4Init' > skeysubr.o(.text+0xe7): undefined reference to `MD4Update' > skeysubr.o(.text+0xf7): undefined reference to `MD4Final' > *** Error code 1 > Stop in > /usr/src/release/picobsd/build/build_dir-net.rdsi.plasticos.1/crunch. > ---> fail: Error <1> error code in <> > *******snip Hi Guillermo here you can see my crunch.conf with ftpd i've met the problem you describe and solved it just resorting order of libs. I think crunchgen wants the right order of libs because of dependencies between them. Uncomment all related to ftpd Now it's commented because of limited disk space my version of PicoBSD compiles in 4.4(with some limitations? not in crunch), 4.6, 4.7 Best wishes, Dimitri Babak = begin crunch.conf =============================================================== # $FreeBSD: src/release/legobsd/05.14/crunch.conf,v 1.1.2.3 2002/04/19 12:42:51 ru Exp $ # # NOTE: the string "/usr/src" will be automatically replaced with the # correct value set in 'build' script - you should change it there # Default build options buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNOINET6 srcdirs /usr/src/bin srcdirs /usr/src/sbin/i386 srcdirs /usr/src/sbin srcdirs /usr/src/usr.bin srcdirs /usr/src/gnu/usr.bin srcdirs /usr/src/usr.sbin srcdirs /usr/src/libexec srcdirs /usr/src/release/picobsd/tinyware libs -ledit # sh,ftp libs -lutil # netstat,ftpd,telnetd,pppd,cron,inetd,passwd,init,login,getty,reboot libs -lcrypt # ftpd,pppd,passwd,init libs -lm # ftpd,ls,df,ps,ping libs -lkvm # netstat,ps,w libs -lipx # ifconfig libs -lz # grep libs -lpcap # sh,pppd libs -lwrap # inetd libs -lncurses # telnet,telnetd,ee,ls,libedit libs -lalias # natd libs -lipsec # telnet,ping #libs -lskey # ftpd libs -lmd # ftpd,pppd,routed,libskey libs -lgnuregex # grep libs -lnetgraph # netstat #progs pw # 20k #progs fsck # 28k #progs ftpd # 36k #progs ftp # 32k progs simple_httpd progs telnet # 16k progs telnetd # 28k libs /usr/src/lib/libtelnet/libtelnet.a # telnetd progs netstat # 36 progs chat # 4k #progs natd # 21k progs pppd # 40k #progs vidcontrol # 4k progs kbdcontrol # 8k progs comcontrol # 0k progs tail progs tr progs cron special cron srcdir /usr/src/usr.sbin/cron/cron special cron objpaths $(cron_OBJDIR)/cron.o $(cron_OBJDIR)/database.o $(cron_OBJDIR)/do_command.o $(cron_OBJDIR)/job.o $(cron_OBJDIR)/user.o $(cron_OBJDIR)/popen.o /usr/src/usr.sbin/cron/lib/libcron.a progs syslogd progs newsyslog #progs routed # 32k progs route progs ping progs traceroute progs ipfw progs arp progs inetd progs ee # 48k progs passwd progs init # 4k progs ifconfig # 12k progs sh ln sh -sh progs echo progs pwd progs mkdir rmdir progs chmod chown progs umount progs mount progs mount_null # 0k progs mv ln progs gzip progs cp progs rm progs ls progs kill progs df progs ps progs vm progs cat progs test ln test [ progs hostname progs login progs getty progs stty progs w ln w uptime progs msg ln msg dmesg progs kget progs reboot progs sysctl progs swapon progs pwd_mkdb progs dev_mkdb progs grep = end crunch.conf =============================================================== From owner-freebsd-small@FreeBSD.ORG Wed May 14 00:34:51 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A8DB37B401 for ; Wed, 14 May 2003 00:34:51 -0700 (PDT) Received: from ugp.viaduk.net (ugp.viaduk.net [212.68.162.134]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0875743F85 for ; Wed, 14 May 2003 00:34:49 -0700 (PDT) (envelope-from db.nipi@naftogaz.net) Received: from lotus (MailNIPI.ugp.viaduk.net [10.100.1.252]) by ugp.viaduk.net (8.11.6/8.11.6) with ESMTP id h4E7YZD29848 for ; Wed, 14 May 2003 10:34:38 +0300 Received: from discovery ([10.101.10.6]) by lotus (Lotus Domino Release 5.0.9) with SMTP id 2003051409471891:17 ; Wed, 14 May 2003 09:47:18 +0300 Message-ID: <003201c319e4$45046660$060a650a@discovery> From: "Dimitri Babak" To: References: <20030513190123.3A3EA37B442@hub.freebsd.org> Date: Wed, 14 May 2003 09:44:25 +0300 MIME-Version: 1.0 X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4910.0300 X-MIMETrack: Itemize by SMTP Server on Lotus/Nipi(Release 5.0.9 |November 16, 2001) at 14.05.2003 09:47:18,at 14.05.2003 10:36:53, Serialize complete at 14.05.2003 10:36:53 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="iso-8859-1" Subject: Re: freebsd-small Digest, Vol 6, Issue 1 X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 07:34:51 -0000 > Message: 1 > Date: Tue, 13 May 2003 13:58:31 +0930 > From: Ben Minton > Subject: Current Release > To: freebsd-small@freebsd.org > Message-ID: <5.2.0.9.0.20030513134947.009f2be0@mail.austarnet.com.au> > Content-Type: text/plain; charset="us-ascii"; format=flowed > > Hi all > > Just found this list today. Does anyone know how know how pico compares in > function and stability against Coyote Linux? > > Would like to use freebsd port but many say CL is currently the 'best' > diskless router configuration. > > Any comments or examples of using pico would be appreciated. > > Cheers, Ben Hi Ben i use my own version of PicoBSD with new startup scripts and config files, non standart crunch, some tools to rule pppd, web-server to view logs and state of Pico, tool to save gzipped config on floppy, syslog and newsyslog, firewall and nessesary network tools (netstat, arp etc). Now some of my builds working in our corporate network and use pppd on leased line and dial-in with pap/chap auth. I've built them on my FreeBSD 4.7 and sent to local admins not very familiar with unix. They've inserted disks and turn power on . A little phonetalks, a little telnet and leased channel works! Someday I'm going to create new PicoBSD build script with new build algorythm. I will be very interesting to listen about uses of Pico and changes made to it. Best wishes, Dimitri Babak From owner-freebsd-small@FreeBSD.ORG Wed May 14 01:40:30 2003 Return-Path: Delivered-To: freebsd-small@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DABD637B401 for ; Wed, 14 May 2003 01:40:29 -0700 (PDT) Received: from Sol.QuerySoft.es (213-98-115-37.uc.nombres.ttd.es [213.98.115.37]) by mx1.FreeBSD.org (Postfix) with ESMTP id 515AD43F3F for ; Wed, 14 May 2003 01:40:28 -0700 (PDT) (envelope-from guillermo@QuerySoft.es) Received: from QuerySoft.es (Orion.QuerySoft.es [10.0.1.4]) by Sol.QuerySoft.es (8.12.5/8.12.5) with ESMTP id h4E8iIrC042798 for ; Wed, 14 May 2003 10:44:19 +0200 (CEST) (envelope-from guillermo@QuerySoft.es) Sender: Oldno7@Sol.QuerySoft.es Message-ID: <3EC200F9.536C738F@QuerySoft.es> Date: Wed, 14 May 2003 10:40:25 +0200 From: "Oldno7 (Guillermo Hernandez)" X-Mailer: Mozilla 4.77 [en] (X11; U; Linux 2.4.2 i386) X-Accept-Language: es, en MIME-Version: 1.0 To: freebsd-small@FreeBSD.org References: <20030513190123.3A3EA37B442@hub.freebsd.org> <001301c319df$f86a18d0$060a650a@discovery> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: crunching ftpd problem (SOLVED) X-BeenThere: freebsd-small@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Dedicated and Embedded Systems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 14 May 2003 08:40:30 -0000 Thank you very much indeed Dimitri. It works great. And it send me clear clues about similar troubles I've found crunching other progs. I thought (wrongly as it shows) that there was no diference about the order the libs where in the crunch file. Thanks, thanks, thanks.... Dimitri Babak wrote: > > Message: 2 > > Date: Tue, 13 May 2003 18:11:36 +0200 > > From: "Oldno7 (Guillermo Hernandez)" > > Subject: crunching ftpd problem > > To: freebsd-small@FreeBSD.org > > Message-ID: <3EC11938.5CDFB036@QuerySoft.es> > > Content-Type: text/plain; charset=us-ascii > > > > Hi all. I've been having trouble trying to crunch ftpd into picobsd. > > Despite I solved before modifying the ftpd > > > > > > > ******snip > > `date.o' is up to date. > > `netdate.o' is up to date. > > `vary.o' is up to date. > > `ipfw.o' is up to date. > > `minigzip.o' is up to date. > > /usr/lib/libskey.a(skeysubr.o): In function `_sk_keycrunch': > > skeysubr.o(.text+0x6f): undefined reference to `MD4Init' > > skeysubr.o(.text+0x7d): undefined reference to `MD4Update' > > skeysubr.o(.text+0x8a): undefined reference to `MD4Final' > > /usr/lib/libskey.a(skeysubr.o): In function `_sk_f': > > skeysubr.o(.text+0xdb): undefined reference to `MD4Init' > > skeysubr.o(.text+0xe7): undefined reference to `MD4Update' > > skeysubr.o(.text+0xf7): undefined reference to `MD4Final' > > *** Error code 1 > > Stop in > > /usr/src/release/picobsd/build/build_dir-net.rdsi.plasticos.1/crunch. > > ---> fail: Error <1> error code in <> > > *******snip > > Hi Guillermo > > here you can see my crunch.conf with ftpd > i've met the problem you describe and solved it > just resorting order of libs. > I think crunchgen wants the right order of libs because > of dependencies between them. > > Uncomment all related to ftpd > Now it's commented because of limited disk space > > my version of PicoBSD compiles in 4.4(with some limitations? not in crunch), > 4.6, 4.7 > > Best wishes, > Dimitri Babak > > = begin crunch.conf > =============================================================== > # $FreeBSD: src/release/legobsd/05.14/crunch.conf,v 1.1.2.3 2002/04/19 > 12:42:51 ru Exp $ > # > # NOTE: the string "/usr/src" will be automatically replaced with the > # correct value set in 'build' script - you should change it there > > # Default build options > buildopts -DNOPAM -DRELEASE_CRUNCH -DNONETGRAPH -DNOIPSEC -DNOINET6 > > srcdirs /usr/src/bin > srcdirs /usr/src/sbin/i386 > srcdirs /usr/src/sbin > srcdirs /usr/src/usr.bin > srcdirs /usr/src/gnu/usr.bin > srcdirs /usr/src/usr.sbin > srcdirs /usr/src/libexec > srcdirs /usr/src/release/picobsd/tinyware > > libs -ledit # sh,ftp > libs -lutil # > netstat,ftpd,telnetd,pppd,cron,inetd,passwd,init,login,getty,reboot > libs -lcrypt # ftpd,pppd,passwd,init > libs -lm # ftpd,ls,df,ps,ping > libs -lkvm # netstat,ps,w > libs -lipx # ifconfig > libs -lz # grep > libs -lpcap # sh,pppd > libs -lwrap # inetd > libs -lncurses # telnet,telnetd,ee,ls,libedit > libs -lalias # natd > libs -lipsec # telnet,ping > #libs -lskey # ftpd > libs -lmd # ftpd,pppd,routed,libskey > libs -lgnuregex # grep > libs -lnetgraph # netstat > > #progs pw # 20k > #progs fsck # 28k > > #progs ftpd # 36k > #progs ftp # 32k > > progs simple_httpd > progs telnet # 16k > progs telnetd # 28k > libs /usr/src/lib/libtelnet/libtelnet.a # telnetd > > progs netstat # 36 > progs chat # 4k > #progs natd # 21k > progs pppd # 40k > > #progs vidcontrol # 4k > progs kbdcontrol # 8k > progs comcontrol # 0k > > progs tail > progs tr > progs cron > special cron srcdir /usr/src/usr.sbin/cron/cron > special cron objpaths $(cron_OBJDIR)/cron.o $(cron_OBJDIR)/database.o > $(cron_OBJDIR)/do_command.o $(cron_OBJDIR)/job.o $(cron_OBJDIR)/user.o > $(cron_OBJDIR)/popen.o /usr/src/usr.sbin/cron/lib/libcron.a > > progs syslogd > progs newsyslog > > #progs routed # 32k > > progs route > progs ping > progs traceroute > progs ipfw > progs arp > > progs inetd > progs ee # 48k > progs passwd > progs init # 4k > progs ifconfig # 12k > progs sh > ln sh -sh > progs echo > progs pwd > progs mkdir rmdir > progs chmod chown > progs umount > progs mount > progs mount_null # 0k > progs mv ln > progs gzip > progs cp > progs rm > progs ls > progs kill > progs df > progs ps > progs vm > progs cat > progs test > ln test [ > progs hostname > progs login > progs getty > progs stty > progs w > ln w uptime > progs msg > ln msg dmesg > progs kget > progs reboot > progs sysctl > progs swapon > progs pwd_mkdb > progs dev_mkdb > progs grep > > = end crunch.conf > =============================================================== > > _______________________________________________ > freebsd-small@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-small > To unsubscribe, send any mail to "freebsd-small-unsubscribe@freebsd.org"