search for: tchecksum

Displaying 3 results from an estimated 3 matches for "tchecksum".

Did you mean: checksum
2002 Mar 09
0
OpenSSH-3.1p1 AIX buildbff.sh patch
...sh-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 *************** *** 52,58 **** } elsif ( -f $_ ) { # Entry is File print "\ttype=FILE\n"; ! print "\tsize=VOLATILE\n"; print "\tchecksum=VOLATILE\n"; } elsif ( -d $_ ) { # Entry is Directory --- 52,58 ---- } elsif ( -f $_ ) { # Entry is File print "\ttype=FILE\n"; ! print "\tsize=$sz\n"; print "\tchecksum=VOLATILE\n"; } elsif ( -d $_ ) { # Entry is Directory
2002 Mar 17
1
[patch] AIX package build fixes, please commit
...sh-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 *************** *** 52,58 **** } elsif ( -f $_ ) { # Entry is File print "\ttype=FILE\n"; ! print "\tsize=VOLATILE\n"; print "\tchecksum=VOLATILE\n"; } elsif ( -d $_ ) { # Entry is Directory --- 52,58 ---- } elsif ( -f $_ ) { # Entry is File print "\ttype=FILE\n"; ! print "\tsize=$sz\n"; print "\tchecksum=VOLATILE\n"; } elsif ( -d $_ ) { # Entry is Directory
2002 Mar 02
2
Support for AIX native (.bff) packages: patch available
Hello All, I've written basic support for creating AIX native packages (ie installp/SMIT installable .bff's) that lives in contrib/aix. It is based on Ben Lindstrom's Solaris buildpkg.sh. It requires no special tools and all code was either written by me or derived from the openssh distribution itself. It is made available under the same terms as buildpkg.sh (ie public domain).