packaging: Remove SWAT references from Solaris
[samba.git] / packaging / Solaris / request
index 59cdd0ab22a8eb0a69985bb70824da2d3c366eee..f9cfb597729121853c4fd1411fe7fd6c07e9f920 100644 (file)
@@ -6,10 +6,6 @@ resp=`ckyorn -d y -p "Do you wish to have Samba start whenever the system boots
 $VALSTR -r "^[yY]" $resp
 [ $? -eq 0 ] && CLASSES="$CLASSES initscript"
 
-resp=`ckyorn -d y -p "Do you wish to set up the Samba Web Admin Tool (SWAT)? (default:y) " -Q`
-$VALSTR -r "^[yY]" $resp
-[ $? -eq 0 ] && CLASSES="$CLASSES swat"
-
 cat >$1 <<!
 CLASSES=$CLASSES
 !