*BSD News Article 39569


Return to BSD News archive

Path: sserve!newshost.anu.edu.au!harbinger.cc.monash.edu.au!yarrina.connect.com.au!news.mira.net.au!otis.apana.org.au!serval.net.wsu.edu!netnews.nwnet.net!oracle.pnl.gov!osi-east2.es.net!cronkite.nersc.gov!dancer.ca.sandia.gov!overload.lbl.gov!lll-winken.llnl.gov!uwm.edu!math.ohio-state.edu!howland.reston.ans.net!xlink.net!subnet.sub.net!snert!not-4-mail
From: hwr@pilhuhn.de (Heiko W.Rupp)
Newsgroups: comp.os.386bsd.questions
Subject: Re: [2.0R] smail binary - no bind?
Date: 15 Dec 1994 22:44:01 +0100
Organization: The Home Of The Pilhuhn
Lines: 24
Message-ID: <3cqdb1$9nd@pilhuhn.pilhuhn.de>
References: <ccdw.787502832@kudu.ru.ac.za>
NNTP-Posting-Host: pilhuhn.de

ccdw@kudu.ru.ac.za (Dave Wilson) writes:
>however, it doesn't appear to include the BIND router.  Attempting to
>compile the source release (3.1.29) gives the following error at various
>places in the make depend :

>=yes: not found

It seems to come from errors in this #@$! ash. Here is a little patch
to conf/lib/mkdefs.sh which helps in this case:

479c479
< (IFS="$sep"; for i in $OSNAMES; do echo $i=yes; done)
---
> ((IFS="$sep"; for i in $OSNAMES; do echo $i=yes; done) | egrep -v '^=y')
617c617
< (IFS="$sep"; for i in $OSNAMES; do echo "#define $i"; done)
---
> ( (IFS="$sep"; for i in $OSNAMES; do echo "#define $i"; done) |egrep -v '^#define *$')

-- 
Heiko W.Rupp        Gerwigstr.5        D-76131  Karlsruhe    +49 721 9661521
"> [...] That could be best left for a Nutshell book on Sendmail.
       In England we have the Obscene Publications Act, which would
       probably prevent its import."			- Ian G Batten