1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-05 09:18:06 +03:00
samba-mirror/packaging/Caldera/UnixWare
Gerald Carter 0e40dbf86b sync with SAMBA_2_2
(This used to be commit 720ec55c17)
2001-06-01 12:24:11 +00:00
..
pkg sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Clean sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Compile sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Configure sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
findsmb sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Install sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Makepkg sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
Package sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
README sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
samba-2.2-uw7-prototype.patch sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
samba-2.2-uw7.patch sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
smb.conf sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
smb.init sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
smbadduser sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
smbprint sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00
smbusers sync with SAMBA_2_2 2001-06-01 12:24:11 +00:00

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).