]> andersk Git - openssh.git/commitdiff
20001117
authormouring <mouring>
Fri, 17 Nov 2000 00:22:17 +0000 (00:22 +0000)
committermouring <mouring>
Fri, 17 Nov 2000 00:22:17 +0000 (00:22 +0000)
 - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
   has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>

ChangeLog
Makefile.in

index 64e36d0e830c295c6d6a1dbfc4cdfc5b580b08e8..a6f5f04ef14970b095869c5a5108b686738450fb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+20001117
+ - (bal) Changed from 'primes' to 'primes.out' for consistancy sake.  It
+   has no affect the output.  Patch by Corinna Vinschen <vinschen@redhat.com>
+
 20001116
  - (bal) Added in MAXSYMLINK test in bsd-realpath.c.  Required for some SCO
    releases.
index c01859ac085995768c7ef65fffc84fc5848c4ce4..733f34e674e5621e6777301338d187c2316147ae 100644 (file)
@@ -169,7 +169,7 @@ install-files:
                fi ; \
        fi
        if [ ! -f $(DESTDIR)$(sysconfdir)/primes ]; then \
-               $(INSTALL) -m 644 primes $(DESTDIR)$(sysconfdir)/primes; \
+               $(INSTALL) -m 644 primes.out $(DESTDIR)$(sysconfdir)/primes; \
        else \
                echo "$(DESTDIR)$(sysconfdir)/primes already exists, install will not overwrite"; \
        fi
This page took 0.066347 seconds and 5 git commands to generate.