[BACK]Return to patch-aa CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / security / logcheck / patches

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/security/logcheck/patches/patch-aa between version 1.1 and 1.2

version 1.1, 2001/07/17 15:00:48 version 1.2, 2003/05/01 20:43:41
Line 1 
Line 1 
 $NetBSD$  $NetBSD$
   
 --- Makefile.orig       Sun Oct 31 16:07:29 1999  --- Makefile.orig       1999-10-31 16:07:29.000000000 +0100
 +++ Makefile    Thu Jun 21 09:19:45 2001  +++ Makefile
 @@ -5,13 +5,15 @@  @@ -5,13 +5,15 @@
  # Thanks to rbulling@obscure.org for cleaning this Makefile up..   # Thanks to rbulling@obscure.org for cleaning this Makefile up..
  #   #
Line 20  $NetBSD$
Line 20  $NetBSD$
  # Braindead HPUX compiler flags   # Braindead HPUX compiler flags
  #CFLAGS = -O -Aa   #CFLAGS = -O -Aa
   
 @@ -30,24 +32,12 @@  @@ -19,35 +21,22 @@ CFLAGS = -O
  INSTALLDIR_SH = /usr/local/etc   # the new paths!!
   
    # This is where keyword files go.
   -INSTALLDIR = /usr/local/etc
   +INSTALLDIR = /usr/local/share/examples/logcheck
   
    # This is where logtail will go
    INSTALLDIR_BIN = /usr/local/bin
   
    # Some people want the logcheck.sh in /usr/local/bin. Uncomment this
    # if you want this. /usr/local/etc was kept for compatibility reasons.
   -#INSTALLDIR_SH = /usr/local/bin
   -INSTALLDIR_SH = /usr/local/etc
   +INSTALLDIR_SH = /usr/local/bin
   
  # The scratch directory for logcheck files.   # The scratch directory for logcheck files.
 -TMPDIR = /usr/local/etc/tmp  -TMPDIR = /usr/local/etc/tmp
Line 47  $NetBSD$
Line 60  $NetBSD$
   
  clean:   clean:
                 /bin/rm ./src/logtail ./src/logtail.o                  /bin/rm ./src/logtail ./src/logtail.o
 @@ -60,27 +50,29 @@  @@ -60,19 +49,21 @@ uninstall:
                 /bin/rm $(INSTALLDIR)/logcheck.violations.ignore                  /bin/rm $(INSTALLDIR)/logcheck.violations.ignore
                 /bin/rm $(INSTALLDIR_BIN)/logtail                  /bin/rm $(INSTALLDIR_BIN)/logtail
   
Line 68  $NetBSD$
Line 81  $NetBSD$
 -               cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR)  -               cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR)
 -               cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR)  -               cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR)
 -               cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH)  -               cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH)
 +               cp ./systems/$(SYSTYPE)/logcheck.hacking $(INSTALLDIR)/logcheck.hacking.sample  +               cp ./systems/$(SYSTYPE)/logcheck.hacking $(INSTALLDIR)/logcheck.hacking
 +               cp ./systems/$(SYSTYPE)/logcheck.violations $(INSTALLDIR)/logcheck.violations.sample  +               cp ./systems/$(SYSTYPE)/logcheck.violations $(INSTALLDIR)/logcheck.violations
 +               cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR)/logcheck.violations.ignore.sample  +               cp ./systems/$(SYSTYPE)/logcheck.violations.ignore $(INSTALLDIR)/logcheck.violations.ignore
 +               cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR)/logcheck.ignore.sample  +               cp ./systems/$(SYSTYPE)/logcheck.ignore $(INSTALLDIR)/logcheck.ignore
 +               cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH)/logcheck.sh  +               cp ./systems/$(SYSTYPE)/logcheck.sh $(INSTALLDIR_SH)/logcheck.sh
                 cp ./src/logtail $(INSTALLDIR_BIN)                  cp ./src/logtail $(INSTALLDIR_BIN)
                 @echo "Setting permissions"                  @echo "Setting permissions"
                 chmod 700 $(INSTALLDIR_SH)/logcheck.sh                  chmod 700 $(INSTALLDIR_SH)/logcheck.sh
                 chmod 700 $(INSTALLDIR_BIN)/logtail  
 -               chmod 600 $(INSTALLDIR)/logcheck.violations.ignore  
 -               chmod 600 $(INSTALLDIR)/logcheck.violations  
 -               chmod 600 $(INSTALLDIR)/logcheck.hacking  
 -               chmod 600 $(INSTALLDIR)/logcheck.ignore  
 +               chmod 600 $(INSTALLDIR)/logcheck.violations.ignore.sample  
 +               chmod 600 $(INSTALLDIR)/logcheck.violations.sample  
 +               chmod 600 $(INSTALLDIR)/logcheck.hacking.sample  
 +               chmod 600 $(INSTALLDIR)/logcheck.ignore.sample  
                 @echo "Done. Don't forget to set your crontab."  
   
  generic:  

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

CVSweb <webmaster@jp.NetBSD.org>