#!/bin/sh
if ! [ -d /afs ]; then
        sudo /Library/StartupItems/OpenAFS/OpenAFS start
fi
kinit `head -n 1 ~/.k5login`
aklog

