Note: "permalinks" may not be as permanent as we would like,
direct links of old sources may well be a few messages off.
/ 2004-04-28 15:22:36 +0400 \ Eugene Crosser: > On Wed, 2004-04-28 at 13:54, Lars Ellenberg wrote: > > > > >>Why not use 'which' to check if 'ip' is installed, and then if > > > >>'ifconfig' is installed... as a side benefit this approach also caters > > > >>for non-standard installation locations. Eg. > > > > > > > > > > > >everyone happy with this? > > > > > > > > > > please use `type -p' not `which'. `type' is a builtin while `which' > > > on my system is a shell script. > > > > $ type -a which > > which is aliased to `type -p' > > which is /usr/bin/which > > > > :) > > 'type' and 'which' are apparently "cross-hacks" of csh/posix sh/BSD. > > BTW as long as the project is Linux only, you might look at this: it is, and will remain for a long time I guess. > /usr/include/ifaddrs.h: thanks. but I'm just too lazy to do that. I had a look at the code of that "/sbin/ip" from the ip-route package, and no, I don't think I'll copy those lines into drbdadm just to do a sanity check, if I can call a bash "one liner" instead. patches accepted, though ... Lars Ellenberg