SOURCES: sysklogd-bind.patch, sysklogd-install.patch, sysklogd-opt...

qboosh qboosh at pld-linux.org
Tue Sep 4 00:35:54 CEST 2007


Author: qboosh                       Date: Mon Sep  3 22:35:54 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- updated for 1.5

---- Files affected:
SOURCES:
   sysklogd-bind.patch (1.1 -> 1.2) , sysklogd-install.patch (1.4 -> 1.5) , sysklogd-opt.patch (1.3 -> 1.4) , sysklogd-security.patch (1.4 -> 1.5) 

---- Diffs:

================================================================
Index: SOURCES/sysklogd-bind.patch
diff -u SOURCES/sysklogd-bind.patch:1.1 SOURCES/sysklogd-bind.patch:1.2
--- SOURCES/sysklogd-bind.patch:1.1	Thu Mar 30 01:32:23 2006
+++ SOURCES/sysklogd-bind.patch	Tue Sep  4 00:35:49 2007
@@ -1,15 +1,5 @@
-diff -ur sysklogd-1.4.1.orig/sysklogd.8 sysklogd-1.4.1/sysklogd.8
---- sysklogd-1.4.1.orig/sysklogd.8	Sun Mar 11 22:35:51 2001
-+++ sysklogd-1.4.1/sysklogd.8	Mon Oct  8 07:20:31 2001
-@@ -2,7 +2,7 @@
- .\" May be distributed under the GNU General Public License
- .\" Sun Aug 30 11:35:55 MET: Martin Schulze: Updates
- .\"
--.TH SYSKLOGD 8 "12 October 1998" "Version 1.3" "Linux System Administration"
-+.TH SYSKLOGD 8 "8 October, 2001" "Version 1.4.1+CAEN/OW" "Linux System Administration"
- .SH NAME
- sysklogd \- Linux system logging utilities.
- .SH SYNOPSIS
+--- sysklogd-1.5/sysklogd.8.orig	2007-05-27 14:16:17.000000000 +0200
++++ sysklogd-1.5/sysklogd.8	2007-09-03 23:39:50.712669654 +0200
 @@ -15,6 +15,9 @@
  .I config file
  ]
@@ -21,19 +11,19 @@
  .I hostlist
  ]
 @@ -103,6 +106,13 @@
- Specifying this switch on the command line will cause the log daemon to
- forward any remote messages it receives to forwarding hosts which have been
- defined.
-+.TP
+ This can cause syslog loops that fill up hard disks quite fast and
+ thus needs to be used with caution.
+ .TP
 +.BI "\-i " "IP address"
 +If
 +.B syslogd
 +is configured to accept log input from a UDP port, specify an IP address
 +to bind to, rather than the default of INADDR_ANY.  The address must be in
 +dotted quad notation, DNS host names are not allowed.
- .TP
++.TP
  .BI "\-l " "hostlist"
  Specify a hostname that should be logged only with its simple hostname
+ and not the fqdn.  Multiple hosts may be specified using the colon
 diff -ur sysklogd-1.4.1.orig/syslogd.c sysklogd-1.4.1/syslogd.c
 --- sysklogd-1.4.1.orig/syslogd.c	Sun Mar 11 22:40:10 2001
 +++ sysklogd-1.4.1/syslogd.c	Mon Oct  8 07:24:41 2001

================================================================
Index: SOURCES/sysklogd-install.patch
diff -u SOURCES/sysklogd-install.patch:1.4 SOURCES/sysklogd-install.patch:1.5
--- SOURCES/sysklogd-install.patch:1.4	Thu Mar 30 01:32:51 2006
+++ SOURCES/sysklogd-install.patch	Tue Sep  4 00:35:49 2007
@@ -1,6 +1,6 @@
---- sysklogd-1.4.1/Makefile~	2006-03-28 00:50:17.000000000 +0300
-+++ sysklogd-1.4.1/Makefile	2006-03-28 00:51:59.000000000 +0300
-@@ -11,8 +11,8 @@
+--- sysklogd-1.5/Makefile.orig	2007-09-03 23:47:45.207709586 +0200
++++ sysklogd-1.5/Makefile	2007-09-03 23:49:39.926247023 +0200
+@@ -30,8 +30,8 @@
  INSTALL = /usr/bin/install
  
  # Destination paths, set prefix=/opt if required
@@ -11,7 +11,7 @@
  
  # There is one report that under an all ELF system there may be a need to
  # explicilty link with libresolv.a.  If linking syslogd fails you may wish
-@@ -116,11 +116,11 @@
+@@ -127,14 +127,14 @@
  	rm -f syslogd klogd ksym syslog_tst oops_test TAGS tsyslogd tklogd
  
  install_exec: syslogd klogd
@@ -25,7 +25,10 @@
 -	${INSTALL} -o ${MAN_USER} -g ${MAN_GROUP} -m ${MAN_PERMS} syslogd.8 ${MANDIR}/man8/syslogd.8
 -	${INSTALL} -o ${MAN_USER} -g ${MAN_GROUP} -m ${MAN_PERMS} syslog.conf.5 ${MANDIR}/man5/syslog.conf.5
 -	${INSTALL} -o ${MAN_USER} -g ${MAN_GROUP} -m ${MAN_PERMS} klogd.8 ${MANDIR}/man8/klogd.8
-+	${INSTALL} -m 644 sysklogd.8 ${MANDIR}/man8/sysklogd.8
-+	${INSTALL} -m 644 syslogd.8 ${MANDIR}/man8/syslogd.8
-+	${INSTALL} -m 644 syslog.conf.5 ${MANDIR}/man5/syslog.conf.5
-+	${INSTALL} -m 644 klogd.8 ${MANDIR}/man8/klogd.8
++	${INSTALL} -m ${MAN_PERMS} sysklogd.8 ${MANDIR}/man8/sysklogd.8
++	${INSTALL} -m ${MAN_PERMS} syslogd.8 ${MANDIR}/man8/syslogd.8
++	${INSTALL} -m ${MAN_PERMS} syslog.conf.5 ${MANDIR}/man5/syslog.conf.5
++	${INSTALL} -m ${MAN_PERMS} klogd.8 ${MANDIR}/man8/klogd.8
+ 
+ obj-m += oops.o
+ 

================================================================
Index: SOURCES/sysklogd-opt.patch
diff -u SOURCES/sysklogd-opt.patch:1.3 SOURCES/sysklogd-opt.patch:1.4
--- SOURCES/sysklogd-opt.patch:1.3	Wed Sep 13 08:04:25 2006
+++ SOURCES/sysklogd-opt.patch	Tue Sep  4 00:35:49 2007
@@ -1,14 +1,11 @@
---- sysklogd-1.4.1/Makefile~	2006-03-30 02:22:54.000000000 +0300
-+++ sysklogd-1.4.1/Makefile	2006-09-13 09:01:19.304731894 +0300
-@@ -3,9 +3,9 @@
+--- sysklogd-1.5/Makefile.orig	2007-05-30 17:28:48.000000000 +0200
++++ sysklogd-1.5/Makefile	2007-09-03 23:46:08.526200021 +0200
+@@ -20,7 +20,7 @@
  CC= gcc
- #CFLAGS= -g -DSYSV -Wall
+ #SKFLAGS= -g -DSYSV -Wall
  #LDFLAGS= -g
--CFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce
-+CFLAGS= $(OPTIMIZE) -DSYSV -Wall -fomit-frame-pointer -fno-strength-reduce $(shell getconf LFS_CFLAGS)
+-SKFLAGS= $(RPM_OPT_FLAGS) -O3 -DSYSV -fomit-frame-pointer -Wall -fno-strength-reduce
++SKFLAGS= $(OPTIMIZE) -DSYSV -Wall $(shell getconf LFS_CFLAGS)
  # -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
--# -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
-+# -D_FILE_OFFSET_BITS=64
- # $(shell getconf LFS_CFLAGS)
- LDFLAGS= -s
- 
+ # -D_FILE_OFFSET_BITS=64 -D_LARGEFILE64_SOURCE
+ # $(shell getconf LFS_SKFLAGS)

================================================================
Index: SOURCES/sysklogd-security.patch
diff -u SOURCES/sysklogd-security.patch:1.4 SOURCES/sysklogd-security.patch:1.5
--- SOURCES/sysklogd-security.patch:1.4	Thu Mar 30 01:32:51 2006
+++ SOURCES/sysklogd-security.patch	Tue Sep  4 00:35:49 2007
@@ -7,15 +7,7 @@
 diff -Nur sysklogd-1.4.1.orig/klogd.8 sysklogd-1.4.1/klogd.8
 --- sysklogd-1.4.1.orig/klogd.8	Sun Mar 11 20:35:51 2001
 +++ sysklogd-1.4.1/klogd.8	Fri Mar 16 14:11:38 2001
-@@ -3,6 +3,7 @@
- .\" Sun Jul 30 01:35:55 MET: Martin Schulze: Updates
- .\" Sun Nov 19 23:22:21 MET: Martin Schulze: Updates
- .\" Mon Aug 19 09:42:08 CDT 1996: Dr. G.W. Wettstein: Updates
-+.\" Thu Feb 17 2000: Chris Wing: Unprivileged klogd feature
- .\" Fri Mar 11 17:11:46 CET 2005: Martin Schulze: sysctl updates
- .\"
- .TH KLOGD 8 "11 March 2005" "Version 1.4" "Linux System Administration"
-@@ -17,7 +18,11 @@
+@@ -17,7 +17,11 @@
  .RB [ " \-f "
  .I fname
  ]
@@ -27,7 +19,7 @@
  .RB [ " \-n " ]
  .RB [ " \-o " ]
  .RB [ " \-p " ]
-@@ -46,11 +51,24 @@
+@@ -46,11 +50,24 @@
  .BI "\-f " file
  Log messages to the specified filename rather than to the syslog facility.
  .TP
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sysklogd-bind.patch?r1=1.1&r2=1.2&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sysklogd-install.patch?r1=1.4&r2=1.5&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sysklogd-opt.patch?r1=1.3&r2=1.4&f=u
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/sysklogd-security.patch?r1=1.4&r2=1.5&f=u



More information about the pld-cvs-commit mailing list