On 28-Sep-08, at 4:17 PM, Ryan Schmidt wrote:
> On Sep 28, 2008, at 07:33, Rainer Müller wrote:
>
>> Charles Darwin wrote:
>>
>>> Is it possible to install ports on a zfs formatted volume?
>>
>> Can't think of a reason why it should not be possible.
>>
>>> and if so,
>>> what is the proper way of
On Sep 28, 2008, at 07:33, Rainer Müller wrote:
> Charles Darwin wrote:
>
>> Is it possible to install ports on a zfs formatted volume?
>
> Can't think of a reason why it should not be possible.
>
>> and if so,
>> what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/
>> usr/sbin ./
Charles Darwin wrote:
> As of now it is not possible to boot from zfs so I thought if I have
> something like grep (OK, bad example) installed through ports that
> might cause problem during the start up since it's part of Darwin.
> Then I guess my question is; is any part of Darwin (except of
On 28-Sep-08, at 8:33 AM, Rainer Müller wrote:
> Charles Darwin wrote:
>> Hi all,
>>
>> Is it possible to install ports on a zfs formatted volume?
>
> Can't think of a reason why it should not be possible.
>
As of now it is not possible to boot from zfs so I thought if I have
something like gr
Charles Darwin wrote:
> Hi all,
>
> Is it possible to install ports on a zfs formatted volume?
Can't think of a reason why it should not be possible.
> and if so,
> what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/
> usr/sbin ./configure --enable-readline --prefix=path/to/
Hi all,
Is it possible to install ports on a zfs formatted volume? and if so,
what is the proper way of doing it? Would ´PATH=/bin:/sbin:/usr/bin:/
usr/sbin ./configure --enable-readline --prefix=path/to/zfs/some/dir/
opt´ do it?
Charles
___
macport
Martin Krischik wrote:
>> He said it was 13MB. So my guess is that some script did a
>>
>> cp foo /usr/local
>>
>> expected that /usr/local already existed as a directory.
>>
> This is why the "--target-directory" was invented (at least for gnu's
> cp). Very helpful for scripts. Also very helpfu