9fans - fans of the OS Plan 9 from Bell Labs
 help / color / mirror / Atom feed
From: steve.simon@snellwilcox.com
To: 9fans@cse.psu.edu
Subject: [9fans] silly bind quetsion
Date: Fri, 28 Mar 2003 17:15:55 +0000	[thread overview]
Message-ID: <583603dcbf27fd4d4ac703fdee25383a@snellwilcox.com> (raw)

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


             reply	other threads:[~2003-03-28 17:15 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-03-28 17:15 steve.simon [this message]
2003-03-28 17:25 ` Fco.J.Ballesteros
2003-05-03 22:13   ` [9fans] Tcl Now Available for Plan 9 will551
2003-03-28 17:26 ` [9fans] silly bind quetsion Russ Cox
2003-03-28 17:42   ` Russ Cox

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=583603dcbf27fd4d4ac703fdee25383a@snellwilcox.com \
    --to=steve.simon@snellwilcox.com \
    --cc=9fans@cse.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).