summaryrefslogtreecommitdiff
path: root/packaging/Solaris/request
blob: f9cfb597729121853c4fd1411fe7fd6c07e9f920 (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 Samba start whenever the system boots up? (default:y) " -Q`
$VALSTR -r "^[yY]" $resp
[ $? -eq 0 ] && CLASSES="$CLASSES initscript"

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