Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Dec 2010 16:06:17 -0500
From:      jordan force <j19force93@gmail.com>
To:        freebsd-ppc@freebsd.org
Subject:   Re: can't partition disk using sys-install
Message-ID:  <AANLkTinjod7nWjHvT=uejWNyTOKNwxLGGfGTjNXzwbxx@mail.gmail.com>
In-Reply-To: <AANLkTi=Z5tp0pjjVxz_cuE9_wV08fp_M7fRfHLkz%2Bp%2BN@mail.gmail.com>
References:  <AANLkTikWCiXh-TU_obqwRNDP8ys2wB3BhHi4YcvQXgn8@mail.gmail.com> <4D1B42A8.6040005@tds.net> <20101229182942.0000058b@unknown> <AANLkTi=Z5tp0pjjVxz_cuE9_wV08fp_M7fRfHLkz%2Bp%2BN@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
In the script update_jb_ports, There seems to be a bug in the program!:
I thought you should change this:
"
#!/bin/csh set echo_style = both set list_file = ~root/.jb_ports.lst #
Remove old trees first ./remove_jb_ports
"
instead of having this:

"
#!/bin/csh

set echo_style = both
set list_file = ~root/.jb_ports.lst

# Remove old trees first
remove_jb_ports
"

otherwise it says that it can't find remove_jb_ports.



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