2010-01-19 10:40:12 +00:00
committed by Git OBS Bridge
parent f516f10fcd
commit f5e770e3da
25 changed files with 106 additions and 181 deletions

View File

@@ -1,7 +1,5 @@
Index: CHANGES
===================================================================
--- CHANGES.orig 2001-03-11 20:35:51.000000000 +0100
+++ CHANGES 2009-11-24 18:12:53.132378000 +0100
--- CHANGES
+++ CHANGES 2002-08-02 11:28:10.000000000 +0000
@@ -1,3 +1,7 @@
+Version 1.4.1-usagi (2001/03/21)
+ - syslogd IPv6 support
@@ -10,10 +8,8 @@ Index: CHANGES
Version 1.4.1
. klogd will set the console log level only if `-c' is given on the
Index: Makefile
===================================================================
--- Makefile.orig 1998-10-12 22:25:15.000000000 +0200
+++ Makefile 2009-11-24 18:12:53.137377000 +0100
--- Makefile
+++ Makefile 2002-08-02 11:58:42.000000000 +0000
@@ -3,7 +3,7 @@
CC= gcc
#CFLAGS= -g -DSYSV -Wall
@@ -23,10 +19,8 @@ Index: Makefile
LDFLAGS= -s
# Look where your install program is.
Index: syslogd.c
===================================================================
--- syslogd.c.orig 2009-11-24 18:12:52.661468000 +0100
+++ syslogd.c 2009-11-24 18:12:53.143385000 +0100
--- syslogd.c
+++ syslogd.c 2002-08-02 12:00:16.000000000 +0000
@@ -599,6 +599,7 @@ int funix[MAXFUNIX] = { -1, };
* This table contains plain text for h_errno errors used by the
* net subsystem.