summaryrefslogtreecommitdiffstats
path: root/packaging/Caldera/OpenServer/README
blob: 678e45a90cf82be19148a0d247d123f78dee2d44 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Preparation Date: January 24, 2002
Preparer:	  Evan Hunt <evanh@caldera.com>

Instructions:	Preparing Samba Packages for SCO OpenServer
===============================================================

We provide support only for current versions of SCO OpenServer

To produce the custom installable media images simply type (in this directory):
	# ./Makevol

The resultant samba media images should reside in the ./dist subdirectory.
To install from the media images, issue the command (as root):

        # cd dist
        # ./Install

Alternately, each of the steps in building the media images may be performed
individually by invoking each of the following:

        # ./Configure
        # ./Compile
        # ./Install
        # ./Package

If files are added or deleted from the SCO OpenServer 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).