summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rwxr-xr-xcontrib/aix/buildbff.sh4
2 files changed, 7 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 0ebeee281..b746504c5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,6 @@
120060910
2 - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available.
3
120060909 420060909
2 - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h. 5 - (dtucker) [openbsd-compat/bsd-snprintf.c] Add stdarg.h.
3 - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user. 6 - (dtucker) [contrib/aix/buildbff.sh] Always create privsep user.
@@ -5420,4 +5423,4 @@
5420 - (djm) Trim deprecated options from INSTALL. Mention UsePAM 5423 - (djm) Trim deprecated options from INSTALL. Mention UsePAM
5421 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu 5424 - (djm) Fix quote handling in sftp; Patch from admorten AT umich.edu
5422 5425
5423$Id: ChangeLog,v 1.4540 2006/09/09 10:41:25 dtucker Exp $ 5426$Id: ChangeLog,v 1.4541 2006/09/10 03:24:18 dtucker Exp $
diff --git a/contrib/aix/buildbff.sh b/contrib/aix/buildbff.sh
index 03f0d6048..97a7cbbba 100755
--- a/contrib/aix/buildbff.sh
+++ b/contrib/aix/buildbff.sh
@@ -1,7 +1,7 @@
1#!/bin/sh 1#!/bin/sh
2# 2#
3# buildbff.sh: Create AIX SMIT-installable OpenSSH packages 3# buildbff.sh: Create AIX SMIT-installable OpenSSH packages
4# $Id: buildbff.sh,v 1.9 2006/09/09 10:34:15 dtucker Exp $ 4# $Id: buildbff.sh,v 1.10 2006/09/10 03:24:19 dtucker Exp $
5# 5#
6# Author: Darren Tucker (dtucker at zip dot com dot au) 6# Author: Darren Tucker (dtucker at zip dot com dot au)
7# This file is placed in the public domain and comes with absolutely 7# This file is placed in the public domain and comes with absolutely
@@ -23,6 +23,8 @@ umask 022
23 23
24startdir=`pwd` 24startdir=`pwd`
25 25
26perl -v >/dev/null || (echo perl required; exit 1)
27
26# Path to inventory.sh: same place as buildbff.sh 28# Path to inventory.sh: same place as buildbff.sh
27if echo $0 | egrep '^/' 29if echo $0 | egrep '^/'
28then 30then