diff options
author | Gerald Carter <jerry@samba.org> | 2003-08-19 04:28:16 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-08-19 04:28:16 +0000 |
commit | 6283057f37d1aef24f5f41613587901c4eb94739 (patch) | |
tree | 725c068ad7578875614ed003a45b8d177e3ba570 /packaging/Caldera/OpenServer/Package | |
parent | 49e66508f271c5d548a045a1297652ed5b03494c (diff) | |
download | samba-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/Package')
-rwxr-xr-x | packaging/Caldera/OpenServer/Package | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/packaging/Caldera/OpenServer/Package b/packaging/Caldera/OpenServer/Package deleted file mode 100755 index c954e55e1e..0000000000 --- a/packaging/Caldera/OpenServer/Package +++ /dev/null @@ -1,13 +0,0 @@ -#!/bin/ksh -# -# Now create the actual custom installable media images -# -# invoke with -n as the first argument to get this script to tell -# you what it would do without doing anything -# - -V= -[ "$1" = "-n" ] && V=echo - -$V cd dist -$V ./MakeSSO |