Initialize the file descriptor in the files_struct before trying to close it. Otherwi...
[Samba/gebeck_regimport.git] / packaging / Solaris / request
blob59cdd0ab22a8eb0a69985bb70824da2d3c366eee
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 resp=`ckyorn -d y -p "Do you wish to set up the Samba Web Admin Tool (SWAT)? (default:y) " -Q`
10 $VALSTR -r "^[yY]" $resp
11 [ $? -eq 0 ] && CLASSES="$CLASSES swat"
13 cat >$1 <<!
14 CLASSES=$CLASSES
16 exit 0