Working With Package Input Files The /afs/alm/wsadmin directory contains three subdirectories. etc - Real, production files. Ones /.package file points here, e.g. /afs/almaden.ibm.com/wsadmin/etc/min-net-afsr. lib - Source files (even though there is a src directory, too). This is where you make changes to the individual files. src - This is where the package input files are built when one does a make. They are then moved to etc when they're ready to be used. The Makefile is also here, which only rarely needs to be modified when the source files in lib are changed or new levels of AIX are added or removed. ------------------------------------------------------------------------------- To make changes to a package input file, cd /afs/.almaden.ibm.com/wsadmin/lib Change the appropriate files. cd /afs/.almaden.ibm.com/wsadmin/src make - to create the new package input files in the src directory (e.g. /afs/alm/wsadmin/src/minimal.rs_aix41). make install - to move the new files from the src directory into etc. ------------------------------------------------------------------------------- To run package without taking any action, try /etc/package -v -o -c `cat /.package` -noaction