packaging: Remove Solaris directory and contents
[sfrench/samba-autobuild/.git] / packaging / Solaris / request
diff --git a/packaging/Solaris/request b/packaging/Solaris/request
deleted file mode 100644 (file)
index f9cfb59..0000000
+++ /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
-