]> andersk Git - openssh.git/commitdiff
[ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
authortim <tim>
Sun, 14 Jul 2002 21:43:57 +0000 (21:43 +0000)
committertim <tim>
Sun, 14 Jul 2002 21:43:57 +0000 (21:43 +0000)
 report by chris@by-design.net

ChangeLog
ssh_prng_cmds.in

index b1d95dcca4e47d04832ad14acd1f81e4e5839ec7..f037807d9da36f4106f1cd56e34289e76387ee4e 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,6 +4,8 @@
    openbsd-compat/Makefile.in] support compression on platforms that
    have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c
    Based on patch from nalin@redhat.com of code extracted from Owl's package
+ - (tim) [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.
+   report by chris@by-design.net
 
 20020712
  - (tim) [Makefile.in] quiet down install-files: and check-user:
index 003e0e0954cd853062a26e3bcbd600c7b11db295..6c8d793f8d7fc0f49d7c6a6c5af3222215a1b495 100644 (file)
@@ -37,7 +37,7 @@
 "netstat -s"                           @PROG_NETSTAT@  0.02
 "netstat -is"                          @PROG_NETSTAT@  0.07
 
-"arp -a -n"                            @PROG_ARP@      0.02
+"arp -n -a"                            @PROG_ARP@      0.02
 
 "ifconfig -a"                          @PROG_IFCONFIG@ 0.02
 
This page took 1.418522 seconds and 5 git commands to generate.