1180740SdesOverview:
2180740Sdes
3180740SdesThis directory contains files to build an AIX native (installp or SMIT
4180740Sdesinstallable) openssh package.
5180740Sdes
6180740Sdes
7180740SdesDirections:
8180740Sdes
9180740Sdes(optional) create config.local in your build dir
10180740Sdes./configure [options]
11180740Sdescontrib/aix/buildbff.sh
12180740Sdes
13180740SdesThe file config.local or the environment is read to set the following options
14180740Sdes(default first):
15180740SdesPERMIT_ROOT_LOGIN=[no|yes]
16180740SdesX11_FORWARDING=[no|yes]
17180740SdesAIX_SRC=[no|yes]
18180740Sdes
19180740SdesAcknowledgements:
20180740Sdes
21180740SdesThe contents of this directory are based on Ben Lindstrom's Solaris
22180740Sdesbuildpkg.sh. Ben also supplied inventory.sh.
23180740Sdes
24180740SdesJim Abbey's (GPL'ed) lppbuild-2.1 was used to learn how to build .bff's
25180740Sdesand for comparison with the output from this script, however no code
26180740Sdesfrom lppbuild is included and it is not required for operation.
27180740Sdes
28180740SdesSRC support based on examples provided by Sandor Sklar and Maarten Kreuger.
29180740SdesPrivSep account handling fixes contributed by W. Earl Allen.
30180740Sdes
31180740Sdes
32180740SdesOther notes:
33180740Sdes
34180740SdesThe script treats all packages as USR packages (not ROOT+USR when
35180740Sdesappropriate).  It seems to work, though......
36180740Sdes
37180740SdesIf there are any patches to this that have not yet been integrated they
38180740Sdesmay be found at http://www.zip.com.au/~dtucker/openssh/.
39180740Sdes
40180740Sdes
41180740SdesDisclaimer:
42180740Sdes
43180740SdesIt is hoped that it is useful but there is no warranty. If it breaks
44180740Sdesyou get to keep both pieces.
45180740Sdes
46180740Sdes
47180740Sdes	- Darren Tucker (dtucker at zip dot com dot au)
48180740Sdes	  2002/03/01
49180740Sdes
50180740Sdes$Id: README,v 1.4 2003/08/25 05:01:04 dtucker Exp $
51