diff options
author | Gerald Carter <jerry@samba.org> | 2003-09-09 03:25:53 +0000 |
---|---|---|
committer | Gerald Carter <jerry@samba.org> | 2003-09-09 03:25:53 +0000 |
commit | dbfcec04a1691659743f8f6ab065b8212fd9a5dd (patch) | |
tree | 6d5f2df124fa4c22a4816d6ac4f7cac117ac23f3 /packaging/Caldera/UnixWare/README | |
parent | 3cf6eaebd6c57974d33934bf9647b0ab9f50f88e (diff) | |
download | samba-dbfcec04a1691659743f8f6ab065b8212fd9a5dd.tar.gz samba-dbfcec04a1691659743f8f6ab065b8212fd9a5dd.tar.bz2 samba-dbfcec04a1691659743f8f6ab065b8212fd9a5dd.zip |
syncing packaging files from 3.0
(This used to be commit 9374755ad3b844a86642a7ea1795ec2b8ab736b2)
Diffstat (limited to 'packaging/Caldera/UnixWare/README')
-rw-r--r-- | packaging/Caldera/UnixWare/README | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/packaging/Caldera/UnixWare/README b/packaging/Caldera/UnixWare/README deleted file mode 100644 index 74f8dc53d5..0000000000 --- a/packaging/Caldera/UnixWare/README +++ /dev/null @@ -1,54 +0,0 @@ -Preparation Date: December 28, 2000 -Preparer: Ronald Joe Record <rr@sco.com> - -Instructions: Preparing Samba Packages for UnixWare -=============================================================== - -We provide support only for current versions of UnixWare. - -The file samba-2.2-uw7.patch is a patch file suitable for use -with the patch command as follows: - - # cd ../../../source - # patch -p 0 -i ../packaging/Caldera/UnixWare/samba-2.2-uw7.patch - -The files modified by this patch are: - smbwrapper/smbw.c - tdb/tdb.c - utils/torture.c - utils/locktest.c - utils/locktest2.c - utils/masktest.c - utils/smbcacls.c - ltconfig - configure.in - -This patch should only be necessary until these changes are accepted -back into the 2.2 source tree. Until then, this patch must be applied -prior to building Samba 2.2 on UnixWare 7. After applying the patch it -is then necessary to run autoconf again and regenerate the configure file: - - # cd ../../../source - # autoconf - -To produce the pkgadd installable datastream simply type (in this directory): - # ./Makepkg - -The resultant samba.pkg should reside in the ./dist subdirectory. -To install from this pkgadd datastream, issue the command (as root): - - # cd dist - # pkgadd -d `pwd`/samba.pkg all - -Alternately, each of the steps in building the datastream may be performed -individually by invoking each of the following: - - # ./Configure - # ./Compile - # ./Install - # ./Package - -If files are added or deleted from the UnixWare Samba distribution then -the prototype file in the pkg directory should be appropriately modified. -The files in the pkg subdirectory were initially created using the mkpkg -package from SCO Skunkware (see http://www.sco.com/skunkware). |