]> git.pld-linux.org Git - packages/arpwatch.git/commitdiff
c3f82f51f0c0bfcaf72b5fb216ab6a7b arpwatch-2.1a10.tar.gz arpwatch-2_1a10-1
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 7 Jan 2001 12:48:10 +0000 (12:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    arpwatch-arp2ethers.patch -> 1.2
    arpwatch-opt.patch -> 1.2

arpwatch-arp2ethers.patch
arpwatch-opt.patch

index e35b24e67f15e97edc9d9c791686514a7e469bfa..c0d59b01e9b91599e5030d1e4e49088ab96be3f8 100644 (file)
@@ -1,9 +1,9 @@
-diff -Nru arpwatch-2.1a4/arp2ethers arpwatch-2.1a4.new/arp2ethers
---- arpwatch-2.1a4/arp2ethers  Tue Mar 29 12:44:52 1994
-+++ arpwatch-2.1a4.new/arp2ethers      Thu Jul 15 18:53:53 1999
+diff -urN arpwatch-2.1a10.org/arp2ethers arpwatch-2.1a10/arp2ethers
+--- arpwatch-2.1a10.org/arp2ethers     Sun Jan  7 13:45:01 2001
++++ arpwatch-2.1a10/arp2ethers Sun Jan  7 13:45:17 2001
 @@ -1,4 +1,4 @@
 -#!/bin/csh -f
 +#!/bin/sh
- # @(#) $Header$ (LBL)
+ # @(#) $Id$ (LBL)
  #
  # Convert arp.dat to ethers format
index 5bff84ca5b90f4774e23fef4924b0655af59440f..33596eb559d197d66d50a8c514cd908c9b63fa3e 100644 (file)
@@ -1,29 +1,11 @@
---- arpwatch-2.1a4/aclocal.m4.orig     Fri Jun 12 12:45:15 1998
-+++ arpwatch-2.1a4/aclocal.m4  Thu Dec 21 00:08:15 2000
-@@ -48,7 +48,7 @@
+diff -urN arpwatch-2.1a10.org/aclocal.m4 arpwatch-2.1a10/aclocal.m4
+--- arpwatch-2.1a10.org/aclocal.m4     Sun Jan  7 13:45:01 2001
++++ arpwatch-2.1a10/aclocal.m4 Sun Jan  7 13:46:39 2001
+@@ -47,7 +47,6 @@
      AC_BEFORE([$0], [AC_LBL_FIXINCLUDES])
      AC_BEFORE([$0], [AC_LBL_DEVEL])
      AC_ARG_WITH(gcc, [  --without-gcc           don't use gcc])
 -    $1="-O"
-+    $1=""
      $2=""
      if test "${srcdir}" != "." ; then
            $2="-I\$\(srcdir\)"
-@@ -76,7 +76,6 @@
-     if test "$GCC" = yes ; then
-           if test "$SHLICC2" = yes ; then
-                   ac_cv_lbl_gcc_vers=2
--                  $1="-O2"
-           else
-                   AC_MSG_CHECKING(gcc version)
-                   AC_CACHE_VAL(ac_cv_lbl_gcc_vers,
-@@ -86,9 +85,6 @@
-                               -e 's/ .*//' -e 's/^[[[^0-9]]]*//' \
-                               -e 's/\..*//'`)
-                   AC_MSG_RESULT($ac_cv_lbl_gcc_vers)
--                  if test $ac_cv_lbl_gcc_vers -gt 1 ; then
--                          $1="-O2"
--                  fi
-           fi
-     else
-           AC_MSG_CHECKING(that $CC handles ansi prototypes)
This page took 0.044736 seconds and 4 git commands to generate.