Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 May 2000 00:38:15 +0900
From:      Mitsuru IWASAKI <iwasaki@jp.FreeBSD.org>
To:        alexkwan@pacific.net.hk
Cc:        freebsd-mobile@FreeBSD.ORG
Subject:   Re: Is pccard_ether a shell script
Message-ID:  <20000531003815T.iwasaki@jp.FreeBSD.org>
In-Reply-To: <000f01bfca4c$9d8493e0$9d1d40ca@alexkwan>
References:  <000f01bfca4c$9d8493e0$9d1d40ca@alexkwan>

next in thread | previous in thread | raw e-mail | index | archive | help
> Is pccard_ether a bash shell script?
> If not, what is it?

Yes.
% file src/etc/pccard_ether 
pccard_ether: Bourne shell script text
% head src/etc/pccard_ether
#!/bin/sh -
#
# $FreeBSD: src/etc/pccard_ether,v 1.16 2000/04/27 08:43:47 sheldonh Exp $
#
# pccard_ether interfacename [ifconfig option]
#
# example: pccard_ether ep0 -link0
#

# Suck in the configuration variables


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




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