diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-20 09:54:30 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2004-03-20 09:54:30 +0000 |
commit | 939e3a743656fb0db74a2f9ed0e5cf8e285e1383 (patch) | |
tree | e3e4a35ee2352007d70980ae0f80205f1cd4dd0a /shells/scponly/files | |
parent | bed8b3b0a282f0fc527ce410f07b4385e7b23e53 (diff) |
Notes
Diffstat (limited to 'shells/scponly/files')
-rw-r--r-- | shells/scponly/files/extra-patch-aa | 21 | ||||
-rw-r--r-- | shells/scponly/files/extra-patch-ab | 10 |
2 files changed, 10 insertions, 21 deletions
diff --git a/shells/scponly/files/extra-patch-aa b/shells/scponly/files/extra-patch-aa deleted file mode 100644 index 4ecd72223afc..000000000000 --- a/shells/scponly/files/extra-patch-aa +++ /dev/null @@ -1,21 +0,0 @@ ---- ./setup_chroot.sh.in.orig Fri Nov 21 00:14:36 2003 -+++ ./setup_chroot.sh.in Fri Nov 21 00:15:13 2003 -@@ -106,6 +106,7 @@ - @INSTALL@ -d $targetdir/usr/local/lib - @INSTALL@ -d $targetdir/usr/local/bin - @INSTALL@ -d $targetdir/lib -+@INSTALL@ -d $targetdir/libexec - @INSTALL@ -d $targetdir/usr/lib - @INSTALL@ -d $targetdir/usr/libexec - @INSTALL@ -d $targetdir/usr/libexec/openssh -@@ -125,6 +126,10 @@ - fi - if [ -f /lib/ld-linux.so.2 ]; then - LIB_LIST="$LIB_LIST /lib/ld-linux.so.2" -+ LDSOFOUND=1 -+fi -+if [ -f /libexec/ld-elf.so.1 ]; then -+ LIB_LIST="$LIB_LIST /libexec/ld-elf.so.1" - LDSOFOUND=1 - fi - if [ -f /usr/libexec/ld-elf.so.1 ]; then diff --git a/shells/scponly/files/extra-patch-ab b/shells/scponly/files/extra-patch-ab new file mode 100644 index 000000000000..01909db639e3 --- /dev/null +++ b/shells/scponly/files/extra-patch-ab @@ -0,0 +1,10 @@ +--- configure.in.orig Wed Mar 17 02:11:09 2004 ++++ configure.in Wed Mar 17 02:11:24 2004 +@@ -51,6 +51,7 @@ + AC_PATH_PROG(PROG_ID, id) + AC_PATH_PROG(PROG_PW, pw) + AC_PATH_PROG(PROG_PWD_MKDB, pwd_mkdb) ++AC_PATH_PROG(PROG_RM, rm) + + dnl Features wanted for this installation: + dnl Command-line args to ./configure |