summaryrefslogtreecommitdiff
path: root/packaging/Solaris/request
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/request')
-rw-r--r--packaging/Solaris/request4
1 files changed, 0 insertions, 4 deletions
diff --git a/packaging/Solaris/request b/packaging/Solaris/request
index 59cdd0ab22a..f9cfb597729 100644
--- a/packaging/Solaris/request
+++ b/packaging/Solaris/request
@@ -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
!