From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <583603dcbf27fd4d4ac703fdee25383a@snellwilcox.com> From: steve.simon@snellwilcox.com To: 9fans@cse.psu.edu MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] silly bind quetsion Date: Fri, 28 Mar 2003 17:15:55 +0000 Topicbox-Message-UUID: 85f156a4-eacb-11e9-9e20-41e7f4b1d025 Hi, I want to overload some of the commands in /bin, and some of the commands in /bin/ip. I have /usr/local/386/bin /usr/local/386/bin/ip If run bind -b /usr/local/386/bin /386/bin bind -b /usr/local/386/bin/ip /386/bin/ip Then the ip/ping always fails as my local ip directory is found before the standard one. Is there an elegant solution to this? Or do I have to do somthing like: /usr/local/386/bin /usr/local/386/bin-ip If run bind -b /usr/local/386/bin /386/bin bind -b /usr/local/386/bin-ip /386/bin/ip -Steve