summaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2010-04-18 13:35:00 +1000
committerDarren Tucker <dtucker@zip.com.au>2010-04-18 13:35:00 +1000
commite25a9bd740031a212a14f0ee82bfe0f4c5ac504c (patch)
tree2d31b12bb763cd68fb27a94a3e188ed49e9ba049 /contrib
parent53f4bb65999cef5634fba2bb4fbef3a70650ce4c (diff)
- (dtucker) [contrib/aix/buildbff.sh] Fix creation of ssh_prng_cmds.default
file.
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/aix/buildbff.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/aix/buildbff.sh b/contrib/aix/buildbff.sh
index 6648e8e6..ca4bf021 100755
--- a/contrib/aix/buildbff.sh
+++ b/contrib/aix/buildbff.sh
@@ -1,7 +1,7 @@
#!/bin/sh
#
# 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)
# 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
if [ -f $FAKE_ROOT/$sysconfdir/ssh_prng_cmds ]
then
- mv FAKE_ROOT/$sysconfdir/ssh_prng_cmds \
+ mv $FAKE_ROOT/$sysconfdir/ssh_prng_cmds \
$FAKE_ROOT/$sysconfdir/ssh_prng_cmds.default
fi