summaryrefslogtreecommitdiff
path: root/packaging/Caldera/OpenServer/pkg/MakeSSO
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2003-08-19 04:28:16 +0000
committerGerald Carter <jerry@samba.org>2003-08-19 04:28:16 +0000
commit6283057f37d1aef24f5f41613587901c4eb94739 (patch)
tree725c068ad7578875614ed003a45b8d177e3ba570 /packaging/Caldera/OpenServer/pkg/MakeSSO
parent49e66508f271c5d548a045a1297652ed5b03494c (diff)
downloadsamba-6283057f37d1aef24f5f41613587901c4eb94739.tar.gz
samba-6283057f37d1aef24f5f41613587901c4eb94739.tar.bz2
samba-6283057f37d1aef24f5f41613587901c4eb94739.zip
no maintainer. Will be in the Attic if ever needed. No point
in claiming support for these packagaing files if we don't even know if they build. (This used to be commit b87357c11bf7cbaeb1b90aaf67c9b2ba64f65783)
Diffstat (limited to 'packaging/Caldera/OpenServer/pkg/MakeSSO')
-rwxr-xr-xpackaging/Caldera/OpenServer/pkg/MakeSSO25
1 files changed, 0 insertions, 25 deletions
diff --git a/packaging/Caldera/OpenServer/pkg/MakeSSO b/packaging/Caldera/OpenServer/pkg/MakeSSO
deleted file mode 100755
index 538aaf58f7..0000000000
--- a/packaging/Caldera/OpenServer/pkg/MakeSSO
+++ /dev/null
@@ -1,25 +0,0 @@
-:
-# MakeSSO
-#
-
-rm -rf archives sso
-
- CDMT_DIR=`pwd`; export CDMT_DIR
- Samba_DIR=`pwd`; export Samba_DIR
- cdmtParse
- if test $? != 0
- then
- exit 1
- fi
-
- cdmtCompress
- if test $? != 0
- then
- exit 1
- fi
-
- cdmtArchive
- if test $? != 0
- then
- exit 1
- fi