Hello developers,
I wanted to have some alignment on my loghost and I have made a small
patch to syslogd which will put a tab character after the hostname
instead of a space character. A patch to version 1.5 of syslogd is
attachted to this email.
--
---> Dirk Jagdmann ^ doj / cubic
----> http://cubic.org/~doj
-----> http://llg.cubic.org
Index: syslogd/syslogd.c
===================================================================
--- syslogd.orig/syslogd.c 2006-12-15 21:17:43.000000000 +0100
+++ syslogd/syslogd.c 2006-12-15 21:18:15.000000000 +0100
@@ -1199,7 +1199,7 @@
v->iov_base = f->f_prevhost;
v->iov_len = strlen (v->iov_base);
v++;
- v->iov_base = (char *)" ";
+ v->iov_base = (char *)"\t";
v->iov_len = 1;
v++;
_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils