• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..12-Apr-2017-

bos.adt.insttools/usr/H12-Apr-2017-2,6512,108

READMEH A D12-Apr-20171.4 KiB4235

README

1this rootsh directory was made for creating a installp package
2using the lppbuild tool.  Get it from
3ftp://aixpdslib.seas.ucla.edu/pub/lppbuild/RISC/4.3/src/lppbuild.2.1.tar.Z
4
51. Set your PATH to <wherever you unpack it>/lppbuild-2.1/bin
6
72. Change into the rootsh directory
8   copy  your rootsh binary to
9   ./rootsh/rootsh/root/usr/bin/COPY_YUR_ROOTSH_BINARY_HERE
10
11   chown bin:bin rootsh/root/usr
12   chmod 755     rootsh/root/usr
13   chown bin:bin rootsh/root/usr/bin
14   chmod 755     rootsh/root/usr/bin
15   chown bin:bin rootsh/root/usr/bin/rootsh
16   chmod 500     rootsh/root/usr/bin/rootsh
17
183. Call lppbuild
19   hopefully you will see this
20   # lppbuild
21   LPPBUILD - Processing for rootsh started
22   found "rootsh" at level 0.2.0.0.
23   Processing files for rootsh...
24   Backing up to /home/qx28305/rootsh-0.2/contrib/aix/rootsh/rootsh.bff.
25   Cluster 51200 bytes (100 blocks).
26   Volume 1 on /home/qx28305/rootsh-0.2/contrib/aix/rootsh/rootsh.bff
27   a          102 ./lpp_name
28   a            0 ./usr
29   a            0 ./usr/bin
30   a        64585 ./usr/bin/rootsh
31   a            0 ./usr/lpp
32   a            0 ./usr/lpp/rootsh
33   a         3460 ./usr/lpp/rootsh/liblpp.a
34   The total size is 68147 bytes.
35   Backup finished on Thu Jul 15 15:42:42 MSZ 2004; there are 200 blocks on 1 volumes.
36   LPPBUILD - processing complete
37   #
38
394. lppbuild created a package rootsh.bff which you can install with
40   installp -a -d .../rootsh.bff all
41
42