Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 1 | Overview: |
| 2 | |
| 3 | This directory contains files to build an AIX native (installp or SMIT |
| 4 | installable) openssh package. |
| 5 | |
| 6 | |
| 7 | Directions: |
| 8 | |
Damien Miller | c9c1d37 | 2003-03-10 12:10:45 +1100 | [diff] [blame] | 9 | (optional) create config.local in your build dir |
Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 10 | ./configure [options] |
Damien Miller | c9c1d37 | 2003-03-10 12:10:45 +1100 | [diff] [blame] | 11 | contrib/aix/buildbff.sh |
Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 12 | |
Damien Miller | c9c1d37 | 2003-03-10 12:10:45 +1100 | [diff] [blame] | 13 | The file config.local or the environment is read to set the following options |
| 14 | (default first): |
| 15 | PERMIT_ROOT_LOGIN=[no|yes] |
| 16 | X11_FORWARDING=[no|yes] |
| 17 | AIX_SRC=[no|yes] |
Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 18 | |
| 19 | Acknowledgements: |
| 20 | |
| 21 | The contents of this directory are based on Ben Lindstrom's Solaris |
| 22 | buildpkg.sh. Ben also supplied inventory.sh. |
| 23 | |
| 24 | Jim Abbey's (GPL'ed) lppbuild-2.1 was used to learn how to build .bff's |
| 25 | and for comparison with the output from this script, however no code |
| 26 | from lppbuild is included and it is not required for operation. |
| 27 | |
Damien Miller | c9c1d37 | 2003-03-10 12:10:45 +1100 | [diff] [blame] | 28 | SRC support based on examples provided by Sandor Sklar and Maarten Kreuger. |
Darren Tucker | 36ca53a | 2003-08-25 15:01:04 +1000 | [diff] [blame] | 29 | PrivSep account handling fixes contributed by W. Earl Allen. |
Damien Miller | c9c1d37 | 2003-03-10 12:10:45 +1100 | [diff] [blame] | 30 | |
Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 31 | |
| 32 | Other notes: |
| 33 | |
| 34 | The script treats all packages as USR packages (not ROOT+USR when |
| 35 | appropriate). It seems to work, though...... |
| 36 | |
Ben Lindstrom | 5223727 | 2002-06-25 23:38:47 +0000 | [diff] [blame] | 37 | If there are any patches to this that have not yet been integrated they |
Darren Tucker | 197dc97 | 2017-06-29 15:40:25 +1000 | [diff] [blame] | 38 | may be found at http://www.dtucker.net/openssh/. |
Ben Lindstrom | 5223727 | 2002-06-25 23:38:47 +0000 | [diff] [blame] | 39 | |
Ben Lindstrom | 01e7fa1 | 2002-03-05 03:38:35 +0000 | [diff] [blame] | 40 | |
| 41 | Disclaimer: |
| 42 | |
| 43 | It is hoped that it is useful but there is no warranty. If it breaks |
| 44 | you get to keep both pieces. |
| 45 | |
| 46 | |
| 47 | - Darren Tucker (dtucker at zip dot com dot au) |
| 48 | 2002/03/01 |
Darren Tucker | 36ca53a | 2003-08-25 15:01:04 +1000 | [diff] [blame] | 49 | |