summaryrefslogtreecommitdiffstats
path: root/extras/Solaris/request
blob: b1db3a7a9ed53904bfe31b287bf3729c31744cd7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
trap 'exit 3' 15

VALSTR=/usr/sadm/bin/valstr

resp=`ckyorn -d y -p "Do you wish to have GlusterFS start whenever the system boots up? (default:y) " -Q`
$VALSTR -r "^[yY]" $resp
[ $? -eq 0 ] && CLASSES="$CLASSES initscript"

cat >$1 <<!
CLASSES=$CLASSES
!
exit 0