summaryrefslogtreecommitdiff
path: root/Makefile.in
diff options
context:
space:
mode:
authordtucker <dtucker>2006-08-22 12:24:10 +0000
committerdtucker <dtucker>2006-08-22 12:24:10 +0000
commita440aef8af9be2e68d43ac999bd0ea28cb42b2eb (patch)
tree68c28c6a48b3e2067ae8009178e4ea3d7a22a8b9 /Makefile.in
parentcb0ad6c8972d63d8db4cd531cdd19c54cc08487f (diff)
downloadopenssh-a440aef8af9be2e68d43ac999bd0ea28cb42b2eb.tar.gz
- (dtucker) [Makefile.in] Bug #1177: fix incorrect path for sshrc in
Makefile. Patch from santhi.amirta at gmail, ok djm.
Diffstat (limited to 'Makefile.in')
-rw-r--r--Makefile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in
index fe510028..e1f86dbe 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -1,4 +1,4 @@
-# $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm Exp $
+# $Id: Makefile.in,v 1.280 2006/08/22 12:24:11 dtucker Exp $
# uncomment if you run a non bourne compatable shell. Ie. csh
#SHELL = @SH@
@@ -108,7 +108,7 @@ PATHSUBS = \
-e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \
-e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \
-e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \
- -e 's|/etc/sshrc|$(sysconfdir)/sshrc|g' \
+ -e 's|/etc/ssh/sshrc|$(sysconfdir)/sshrc|g' \
-e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \
-e 's|/var/empty|$(PRIVSEP_PATH)|g' \
-e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g'