blob: 2a299350abb002454c46808c4af69e0e155966b6 [file] [log] [blame]
Ben Lindstrom01e7fa12002-03-05 03:38:35 +00001Overview:
2
3This directory contains files to build an AIX native (installp or SMIT
4installable) openssh package.
5
6
7Directions:
8
Damien Millerc9c1d372003-03-10 12:10:45 +11009(optional) create config.local in your build dir
Ben Lindstrom01e7fa12002-03-05 03:38:35 +000010./configure [options]
Damien Millerc9c1d372003-03-10 12:10:45 +110011contrib/aix/buildbff.sh
Ben Lindstrom01e7fa12002-03-05 03:38:35 +000012
Damien Millerc9c1d372003-03-10 12:10:45 +110013The file config.local or the environment is read to set the following options
14(default first):
15PERMIT_ROOT_LOGIN=[no|yes]
16X11_FORWARDING=[no|yes]
17AIX_SRC=[no|yes]
Ben Lindstrom01e7fa12002-03-05 03:38:35 +000018
19Acknowledgements:
20
21The contents of this directory are based on Ben Lindstrom's Solaris
22buildpkg.sh. Ben also supplied inventory.sh.
23
24Jim Abbey's (GPL'ed) lppbuild-2.1 was used to learn how to build .bff's
25and for comparison with the output from this script, however no code
26from lppbuild is included and it is not required for operation.
27
Damien Millerc9c1d372003-03-10 12:10:45 +110028SRC support based on examples provided by Sandor Sklar and Maarten Kreuger.
Darren Tucker36ca53a2003-08-25 15:01:04 +100029PrivSep account handling fixes contributed by W. Earl Allen.
Damien Millerc9c1d372003-03-10 12:10:45 +110030
Ben Lindstrom01e7fa12002-03-05 03:38:35 +000031
32Other notes:
33
34The script treats all packages as USR packages (not ROOT+USR when
35appropriate). It seems to work, though......
36
Ben Lindstrom52237272002-06-25 23:38:47 +000037If there are any patches to this that have not yet been integrated they
Damien Millerc9c1d372003-03-10 12:10:45 +110038may be found at http://www.zip.com.au/~dtucker/openssh/.
Ben Lindstrom52237272002-06-25 23:38:47 +000039
Ben Lindstrom01e7fa12002-03-05 03:38:35 +000040
41Disclaimer:
42
43It is hoped that it is useful but there is no warranty. If it breaks
44you get to keep both pieces.
45
46
47 - Darren Tucker (dtucker at zip dot com dot au)
48 2002/03/01
Darren Tucker36ca53a2003-08-25 15:01:04 +100049
50$Id: README,v 1.4 2003/08/25 05:01:04 dtucker Exp $