s3:tests: Fix directory creation and deletion of test_nosymlinks()
[Samba.git] / packaging / Solaris / request
blobf9cfb597729121853c4fd1411fe7fd6c07e9f920
1 trap 'exit 3' 15
3 VALSTR=/usr/sadm/bin/valstr
5 resp=`ckyorn -d y -p "Do you wish to have Samba start whenever the system boots up? (default:y) " -Q`
6 $VALSTR -r "^[yY]" $resp
7 [ $? -eq 0 ] && CLASSES="$CLASSES initscript"
9 cat >$1 <<!
10 CLASSES=$CLASSES
12 exit 0