summaryrefslogtreecommitdiff
path: root/packaging/Solaris/request
diff options
context:
space:
mode:
Diffstat (limited to 'packaging/Solaris/request')
-rw-r--r--packaging/Solaris/request13
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/Solaris/request b/packaging/Solaris/request
deleted file mode 100644
index f9cfb597729..00000000000
--- a/packaging/Solaris/request
+++ /dev/null
@@ -1,13 +0,0 @@
-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
-