Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 26 Feb 2003 17:59:36 -500
From:      "rew" <freebsd@doneasy.com>
To:        "freebsd-questions@FreeBSD.ORG " <freebsd-questions@FreeBSD.ORG>
Subject:   upgrade issue RESOLUTION
Message-ID:  <20030226181331.2703443F3F@mx1.FreeBSD.org>

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

Hi all,

for prog in [ awk cat chflags chmod chown date echo egrep find grep \
            ln make makewhatis mtree mv perl pwd_mkdb rm sed sh sysctl \   
            test true uname wc zic; do \
                cp `which $$prog` ${INSTALLTMP}; \
        done

in Makefile.inc1

was failing because /bin/[ was nonexistent
and Now I know it is a hard link to /bin/test

Thanks for help.

--------------------------------------------------------------------------------------
 Get your FREE email, calendar, file storage, bookmarks, and other great services at
 http://www.doneasy.com ! doneasy.com "Where timesaving is priceless!"
--------------------------------------------------------------------------------------




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




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