Home
last modified time | relevance | path

Searched refs:INITROOT (Results 1 – 2 of 2) sorted by relevance

/titanic_52/usr/src/contrib/ast/src/cmd/INIT/
H A Dpackage.sh2642 INITROOT=$PACKAGEROOT/src/cmd/INIT
2729 INITROOT=$PACKAGEROOT/src/cmd/INIT
2798 # no $INITROOT means INIT already installed elsewhere
2800 if test -d $INITROOT
2806 case `ls -t $INITROOT/$i.sh $PACKAGEROOT/bin/$i 2>/dev/null` in
2807 "$INITROOT/$i.sh"*)
2811 '') $exec cp $INITROOT/$i.sh $PACKAGEROOT/bin/$i || exit
2816 cat $INITROOT/$i.sh
2821 cat $INITROOT/$i.sh
2839 ?*) if test -f $INITROOT/hell
[all...]
H A DRELEASE430 03-06-21 package.sh: fix INITROOT initialization bug