summaryrefslogtreecommitdiff
path: root/openssh
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
committerChris Larson <clarson@kergoth.com>2004-03-24 15:18:35 +0000
commit19ff97c49f5e4b11eb395ce5e7b6a9a51171cdec (patch)
tree3797eff5681f7b7188f4e315c2b05fcd936f57e8 /openssh
parent85b9c66123293478a0618e3ba230adc266c85eea (diff)
Another pass of cleanups...
..cheated and made the parser temporarily more picky to spot the packages that need cleaning. BKrev: 4061a6cbKWfvpS3a5Dml4UNIp_LkNQ
Diffstat (limited to 'openssh')
-rw-r--r--openssh/openssh_3.7.1p1.oe2
-rw-r--r--openssh/openssh_3.7.1p2.oe2
-rw-r--r--openssh/openssh_3.8p1.oe2
3 files changed, 3 insertions, 3 deletions
diff --git a/openssh/openssh_3.7.1p1.oe b/openssh/openssh_3.7.1p1.oe
index b932c282f4..9e2acc22d7 100644
--- a/openssh/openssh_3.7.1p1.oe
+++ b/openssh/openssh_3.7.1p1.oe
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
inherit autotools
-sysconfdir_append = /ssh
+sysconfdir_append = "/ssh"
export ASKPASS_PROGRAM = "${bindir}/ssh-askpass"
export LD = "${CC}"
CFLAGS_prepend = "-I${S} "
diff --git a/openssh/openssh_3.7.1p2.oe b/openssh/openssh_3.7.1p2.oe
index b932c282f4..9e2acc22d7 100644
--- a/openssh/openssh_3.7.1p2.oe
+++ b/openssh/openssh_3.7.1p2.oe
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
inherit autotools
-sysconfdir_append = /ssh
+sysconfdir_append = "/ssh"
export ASKPASS_PROGRAM = "${bindir}/ssh-askpass"
export LD = "${CC}"
CFLAGS_prepend = "-I${S} "
diff --git a/openssh/openssh_3.8p1.oe b/openssh/openssh_3.8p1.oe
index 6b017c3e33..ee089b7050 100644
--- a/openssh/openssh_3.8p1.oe
+++ b/openssh/openssh_3.8p1.oe
@@ -15,7 +15,7 @@ SRC_URI = "ftp://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/openssh-${PV}.tar.
inherit autotools
-sysconfdir_append = /ssh
+sysconfdir_append = "/ssh"
export ASKPASS_PROGRAM = "${bindir}/ssh-askpass"
export LD = "${CC}"
CFLAGS_prepend = "-I${S} "