Installing on 10.9 (was Re: [OpenAFS-port-darwin] Compiling 1.6.5.1 on 10.9?)

Matt Haught matt_haught@ncsu.edu
Fri, 25 Oct 2013 11:15:42 -0400


On Fri, Oct 25, 2013 at 11:03 AM, Steve Lidie <sol0@lehigh.edu> wrote:
> AFS was working fine on 10.9, until I did a clean Mavericks install. Now the package will not install because it checks the OS version and sees I am no longer running Mountain Lion .... is there a trick to bypass this check?
>
> Thanks,
>

Do a show package contents on the OpenAFS.pkg and then edit
Contents/Resources/InstallationCheck

change

if [ $majorvers -ne 12 ]; then

to

if [ $majorvers -ne 13 ]; then

Be warned, I am getting kernel panics when doing heavy writes, and I
am trying to get the debug info now on a clean machine.

--Matt