To Do list...
Pekka Savola
pekkas at netcore.fi
Sun Nov 19 12:37:44 EST 2000
On Sun, 19 Nov 2000, Damien Miller wrote:
> On Sat, 18 Nov 2000, Pekka Savola wrote:
>
> > No, I meant that configure should replace all instances of e.g.
> > /etc/sshd_config with $sysconfdir/sshd_config etc.
>
> It does already! Can you give specific examples of where it fails?
Nice! I had missed that feature addition :-)
Anyway, it looks rather complete. Going through man pages:
1) added /etc/sshrc to the list
2) /usr/X11R6/bin/xauth might be a good candidate, but it isn't exported
in Makefile..
3) /etc/rc is mentioned a lot on the pages, but as there is no uniform
alternative, so it's probably best to leave that alone.
--
Pekka Savola "Tell me of difficulties surmounted,
Pekka.Savola at netcore.fi not those you stumble over and fall"
-------------- next part --------------
--- Makefile.in.orig Mon Nov 13 14:17:53 2000
+++ Makefile.in Sun Nov 19 03:17:24 2000
@@ -49,7 +49,7 @@
CONFIGFILES=sshd_config ssh_config primes
-PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/usr/libexec=$(libexecdir) -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/etc/ssh_host_dsa_key=$(sysconfdir)/ssh_host_dsa_key -D/etc/ssh_host_rsa_key=$(sysconfdir)/ssh_host_rsa_key -D/var/run/sshd.pid=$(piddir)/sshd.pid -D/etc/primes=$(sysconfdir)/primes
+PATHSUBS = -D/etc/ssh_config=$(sysconfdir)/ssh_config -D/etc/ssh_known_hosts=$(sysconfdir)/ssh_known_hosts -D/etc/sshd_config=$(sysconfdir)/sshd_config -D/usr/libexec=$(libexecdir) -D/etc/shosts.equiv=$(sysconfdir)/shosts.equiv -D/etc/ssh_host_key=$(sysconfdir)/ssh_host_key -D/etc/ssh_host_dsa_key=$(sysconfdir)/ssh_host_dsa_key -D/etc/ssh_host_rsa_key=$(sysconfdir)/ssh_host_rsa_key -D/var/run/sshd.pid=$(piddir)/sshd.pid -D/etc/primes=$(sysconfdir)/primes -D/etc/sshrc=$(sysconfdir)/sshrc
FIXPATHSCMD = $(PERL) $(srcdir)/fixpaths $(PATHSUBS)
More information about the openssh-unix-dev
mailing list