- (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.default

file.
This commit is contained in:
Darren Tucker 2010-04-18 13:35:00 +10:00
parent 53f4bb6599
commit e25a9bd740
2 changed files with 4 additions and 2 deletions

View File

@ -13,6 +13,8 @@
[regress/cert-hostkey.sh regress/cert-userkey.sh] [regress/cert-hostkey.sh regress/cert-userkey.sh]
regression tests for v01 certificate format regression tests for v01 certificate format
includes interop tests for v00 certs includes interop tests for v00 certs
- (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.default
file.
20100416 20100416
- (djm) Release openssh-5.5p1 - (djm) Release openssh-5.5p1

View File

@ -1,7 +1,7 @@
#!/bin/sh #!/bin/sh
# #
# buildbff.sh: Create AIX SMIT-installable OpenSSH packages # buildbff.sh: Create AIX SMIT-installable OpenSSH packages
# $Id: buildbff.sh,v 1.11 2009/03/06 23:22:10 dtucker Exp $ # $Id: buildbff.sh,v 1.12 2010/04/18 03:35:00 dtucker Exp $
# #
# Author: Darren Tucker (dtucker at zip dot com dot au) # Author: Darren Tucker (dtucker at zip dot com dot au)
# This file is placed in the public domain and comes with absolutely # This file is placed in the public domain and comes with absolutely
@ -159,7 +159,7 @@ done
# AIX 5.3 and newer have /dev/random and don't create ssh_prng_cmds # AIX 5.3 and newer have /dev/random and don't create ssh_prng_cmds
if [ -f $FAKE_ROOT/$sysconfdir/ssh_prng_cmds ] if [ -f $FAKE_ROOT/$sysconfdir/ssh_prng_cmds ]
then then
mv FAKE_ROOT/$sysconfdir/ssh_prng_cmds \ mv $FAKE_ROOT/$sysconfdir/ssh_prng_cmds \
$FAKE_ROOT/$sysconfdir/ssh_prng_cmds.default $FAKE_ROOT/$sysconfdir/ssh_prng_cmds.default
fi fi