]> andersk Git - gssapi-openssh.git/commitdiff
o Completely remove the installation of any files into sysconfdir.
authorcphillip <cphillip>
Wed, 12 Jun 2002 17:49:39 +0000 (17:49 +0000)
committercphillip <cphillip>
Wed, 12 Jun 2002 17:49:39 +0000 (17:49 +0000)
openssh/Makefile.in

index 885fc783364cf5eef4205db5da7d74dca5eef1e4..ba37d19b9a117e69af263485af4e3677d2c4806c 100644 (file)
@@ -302,17 +302,6 @@ gpt-install-files:
        ln -s ssh$(EXEEXT) $(DESTDIR)$(bindir)/slogin
        -rm -f $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
        ln -s ssh.1 $(DESTDIR)$(mandir)/$(mansubdir)1/slogin.1
-       if [ ! -d $(DESTDIR)$(sysconfdir) ]; then \
-               $(srcdir)/mkinstalldirs $(DESTDIR)$(sysconfdir); \
-       fi
-       if [ -f ssh_prng_cmds -a ! -z "$(INSTALL_SSH_PRNG_CMDS)" ]; then \
-               $(PERL) $(srcdir)/fixprogs ssh_prng_cmds $(ENT); \
-               if [ ! -f $(DESTDIR)$(sysconfdir)/ssh_prng_cmds ] ; then \
-                       $(INSTALL) -m 644 ssh_prng_cmds.out $(DESTDIR)$(sysconfdir)/ssh_prng_cmds; \
-               else \
-                       echo "$(DESTDIR)$(sysconfdir)/ssh_prng_cmds already exists, install will not overwrite"; \
-               fi ; \
-       fi
 
 host-key: ssh-keygen$(EXEEXT)
        if [ -z "$(DESTDIR)" ] ; then \
This page took 0.045335 seconds and 5 git commands to generate.