Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 14 Mar 2001 14:27:57 -0800 (PST)
From:      "Bruce R. Montague" <brucem@mail.cruzio.com>
To:        freebsd-small@freebsd.org
Subject:   bad /usr/ports/picobsd in bridge crunch.conf
Message-ID:  <200103142227.f2EMRvL10304@mail.cruzio.com>

next in thread | raw e-mail | index | archive | help


The uncustomized vanilla 4.3 BETA (4.3-BETA #0: Mon
Mar 12) picobsd bridge configuration crunchgen 
"crunch.conf" file contains references to a non-existant
"/usr/ports/picobsd" dir.

==> "picobsd -v bridge" results in crunchgen error:
----
cd: can't cd to /usr/ports/picobsd/more                                
crunchgen: Can't execute: cd /usr/ports/picobsd/more && echo -n `/bin/pwd`
-----

==> There is no "/usr/ports/picobsd" in the ports
tree cvsupped at the same time as the rest of
RELENG_4.

==> Also, "http://www.FreeBSD.org/cgi/cvsweb.cgi/ports" 
shows no "picobsd" subtree.

==> Find shows:
----
./bridge/crunch.conf:special more srcdir /usr/ports/picobsd/more
./bridge/crunch.conf:special sshd srcdir /usr/ports/picobsd/ssh-picobs
./bridge/crunch.conf:special sshd objdir /usr/ports/picobsd/ssh-picobs
----


Hum... In the cvs web the bridge "crunch.conf" has 
been moved to the attic (?) after earlier being crunch1(?):
"http://www.FreeBSD.org/cgi/cvsweb.cgi/src/release/picobsd/bridge/Attic/crunch.conf"




==> Temp work-around FIX (?):

 I didn't need more or ssh, so I commented them out in 
"/usr/src/release/picobsd/bridge/crunch.conf":
=============


--- crunch.conf.original        Wed Mar 14 13:30:19 2001
+++ crunch.conf Wed Mar 14 13:32:05 2001
@@ -86,8 +86,8 @@
 progs reboot # 0KB.
 #progs less # 36KB
 #ln less more
-progs more # 12KB
-special more srcdir /usr/ports/picobsd/more
+#progs more # 12KB
+#special more srcdir /usr/ports/picobsd/more
 
 progs sysctl
 progs swapon # 0KB.
@@ -158,9 +158,9 @@
 # Check the ssh license! If you want to use this,
 # go to /usr/ports/security/ssh-picobsd, do a make extract configure
 #progs sshd    # includes ssh and scp
-special sshd objvar SSHD_OBJS
-special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
-special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
+#special sshd objvar SSHD_OBJS
+#special sshd srcdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
+#special sshd objdir /usr/ports/picobsd/ssh-picobsd/work/ssh-1.2.27
 
 ### ee uses ncurses instead of curses
 libs -ledit -lutil -lmd -lcrypt -lmp -lgmp -lm -lkvm


================

The crunch.conf header says the file will almost
surely need to be customized.
 

- bruce


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




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