Displaying 2 results from an estimated 2 matches for "lpp_name".
Did you mean:
app_name
2002 Mar 09
0
OpenSSH-3.1p1 AIX buildbff.sh patch
...refix and sysconfdir
# the eval also expands variables like sysconfdir=${prefix}/etc
***************
*** 175,180 ****
--- 191,197 ----
# file list on the fly and feed it to backup using -i
#
echo Creating $PKGNAME-$VERSION.bff with backup...
+ rm -f $PKGNAME-$VERSION.bff
(
echo "./lpp_name"
find . ! -name lpp_name -a ! -name . -print
diff -c -r openssh-3.1p1/contrib/aix/inventory.sh openssh-3.1p1-aix/contrib/aix/inventory.sh
*** openssh-3.1p1/contrib/aix/inventory.sh Tue Mar 5 13:38:37 2002
--- openssh-3.1p1-aix/contrib/aix/inventory.sh Sat Mar 9 11:04:45 2002
************...
2002 Mar 17
1
[patch] AIX package build fixes, please commit
...refix and sysconfdir
# the eval also expands variables like sysconfdir=${prefix}/etc
***************
*** 175,180 ****
--- 191,197 ----
# file list on the fly and feed it to backup using -i
#
echo Creating $PKGNAME-$VERSION.bff with backup...
+ rm -f $PKGNAME-$VERSION.bff
(
echo "./lpp_name"
find . ! -name lpp_name -a ! -name . -print
diff -c -r openssh-3.1p1/contrib/aix/inventory.sh openssh-3.1p1-aix/contrib/aix/inventory.sh
*** openssh-3.1p1/contrib/aix/inventory.sh Tue Mar 5 13:38:37 2002
--- openssh-3.1p1-aix/contrib/aix/inventory.sh Sat Mar 9 11:04:45 2002
************...