2 majorvers
=`uname -r | sed 's/\..*//'`
3 if [ $majorvers -ne 12 ]; then
7 # check for temporary versions of ThisCell and CellAlias
9 tmpthiscell
=/private
/tmp
/org.OpenAFS.Install.ThisCell.
$USER
10 tmpcellalias
=/private
/tmp
/org.OpenAFS.Install.CellAlias.
$USER
11 date=`date +%Y%m%d%H%M`
12 if [ -e $tmpthiscell ]; then
13 mv -f $tmpthiscell $tmpthiscell.
$date
15 if [ -e $tmpcellalias ]; then
16 mv -f $tmpcellalias $tmpcellalias.
$date