diff options
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile.in b/Makefile.in index fe510028f..e1f86dbef 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -1,4 +1,4 @@ | |||
1 | # $Id: Makefile.in,v 1.279 2006/07/24 05:30:19 djm Exp $ | 1 | # $Id: Makefile.in,v 1.280 2006/08/22 12:24:11 dtucker Exp $ |
2 | 2 | ||
3 | # uncomment if you run a non bourne compatable shell. Ie. csh | 3 | # uncomment if you run a non bourne compatable shell. Ie. csh |
4 | #SHELL = @SH@ | 4 | #SHELL = @SH@ |
@@ -108,7 +108,7 @@ PATHSUBS = \ | |||
108 | -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ | 108 | -e 's|/etc/ssh/ssh_host_rsa_key|$(sysconfdir)/ssh_host_rsa_key|g' \ |
109 | -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ | 109 | -e 's|/var/run/sshd.pid|$(piddir)/sshd.pid|g' \ |
110 | -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \ | 110 | -e 's|/etc/ssh/moduli|$(sysconfdir)/moduli|g' \ |
111 | -e 's|/etc/sshrc|$(sysconfdir)/sshrc|g' \ | 111 | -e 's|/etc/ssh/sshrc|$(sysconfdir)/sshrc|g' \ |
112 | -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \ | 112 | -e 's|/usr/X11R6/bin/xauth|$(XAUTH_PATH)|g' \ |
113 | -e 's|/var/empty|$(PRIVSEP_PATH)|g' \ | 113 | -e 's|/var/empty|$(PRIVSEP_PATH)|g' \ |
114 | -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g' | 114 | -e 's|/usr/bin:/bin:/usr/sbin:/sbin|@user_path@|g' |