]> git.pld-linux.org Git - packages/fwlogwatch.git/commitdiff
- updated for 0.5.2.
authorkloczek <kloczek@pld-linux.org>
Tue, 19 Feb 2002 07:10:50 +0000 (07:10 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fwlogwatch-DESTDIR.patch -> 1.2

fwlogwatch-DESTDIR.patch

index cd238402af8d3bc78d64dffad3a4bbb2e5062ac5..6f6a7a5c5fcec56a9be05dcf27581e2404b20d59 100644 (file)
@@ -37,10 +37,9 @@ diff -urN fwlogwatch-0.4.org/Makefile fwlogwatch-0.4/Makefile
  
  uninstall:
        @rm -f /usr/local/sbin/fwlogwatch \
-diff -urN fwlogwatch-0.4.org/main.h fwlogwatch-0.4/main.h
---- fwlogwatch-0.4.org/main.h  Thu Aug 30 14:00:03 2001
-+++ fwlogwatch-0.4/main.h      Thu Aug 30 14:45:05 2001
-@@ -32,7 +32,7 @@
+--- fwlogwatch-0.5.2/main.h.orig       Sun Jan 27 19:17:42 2002
++++ fwlogwatch-0.5.2/main.h    Tue Feb 19 08:04:49 2002
+@@ -41,7 +41,7 @@
  /* Files */
  
  #define INFILE "/var/log/messages"
@@ -49,7 +48,7 @@ diff -urN fwlogwatch-0.4.org/main.h fwlogwatch-0.4/main.h
  
  /* Modes */
  
-@@ -187,7 +187,7 @@
+@@ -194,11 +194,11 @@
  /* Interactive report mode */
  
  #define CERT "[Insert address of abuse contact or CERT here]"
@@ -58,7 +57,12 @@ diff -urN fwlogwatch-0.4.org/main.h fwlogwatch-0.4/main.h
  #define FILENAME "fwlogwatchXXXXXX"
  #define INSERTREPORT "# insert report here"
  #define P_CAT "/bin/cat"
-@@ -203,8 +203,8 @@
+-#define P_SENDMAIL "/usr/sbin/sendmail"
++#define P_SENDMAIL "/usr/lib/sendmail"
+ enum {
+   OPT_NONE,
+@@ -210,8 +210,8 @@
  
  #define ALERT 5
  #define FORGET 86400
@@ -66,6 +70,6 @@ diff -urN fwlogwatch-0.4.org/main.h fwlogwatch-0.4/main.h
 -#define FWLW_RESPOND "/usr/local/sbin/fwlw_respond"
 +#define FWLW_NOTIFY SYSCONFDIR "/fwlw_notify"
 +#define FWLW_RESPOND SYSCONFDIR "/fwlw_respond"
+ #define STATUS_TITLE _("fwlogwatch status")
  #define LISTENIF "127.0.0.1"
  #define LISTENPORT 888
- #define DEFAULT_USER "admin"
This page took 0.085061 seconds and 4 git commands to generate.