Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Jan 2000 17:40:56 -0800
From:      "David O'Brien" <obrien@NUXI.com>
To:        GReg meno <kbagel@yahoo.com>
Cc:        freebsd-alpha@freebsd.org
Subject:   Re: question regarding X and 4.0
Message-ID:  <20000125174056.M21678@relay.nuxi.com>
In-Reply-To: <20000126013330.6470.qmail@web2001.mail.yahoo.com>
References:  <20000126013330.6470.qmail@web2001.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
> so i can do something like this?
> pkg_add
> ftp://relay.nuxi.com/pub/FreeBSD/Alpha/XF86366/Servers/XSVGA.tgz
> or must i do these up another way ?

Nope.  You'll need to fetch the tarballs you want, ``mkdir -p
/usr/X11R6'',  and then for each tarball:

    mkdir -p /usr/X11R6
    tar -xvpzf <tarball>.tgz -C /usr/X11R6


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




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