summaryrefslogtreecommitdiff
path: root/sysutils/p5-Unix-Syslog/DESCR
diff options
context:
space:
mode:
authormartti <martti@pkgsrc.org>2002-01-26 07:09:52 +0000
committermartti <martti@pkgsrc.org>2002-01-26 07:09:52 +0000
commit6547a079cacd7e4b417424be25151172d1e1f6ff (patch)
tree2d8a9e58dfa2e65a1583f013c0451460a675a5c5 /sysutils/p5-Unix-Syslog/DESCR
parent6c6713709899d48ccd05aa54dcb434eaf28de7e0 (diff)
downloadpkgsrc-6547a079cacd7e4b417424be25151172d1e1f6ff.tar.gz
Updated p5-Unix-Unix-Syslog to 0.98 (provede by Shell Hung in pkg/15351)
- distname now is Unix-Syslog - When calling libc-syslog() internally, pass message as string argument, not as format string - Instead of quoting percent-signs in syslog()-wrapper, simply pass the string to libc-syslog() as string argument via %s - Copy ident-argument using some Perl-API functions. Just using a reference counter had unwanted side-effects
Diffstat (limited to 'sysutils/p5-Unix-Syslog/DESCR')
-rw-r--r--sysutils/p5-Unix-Syslog/DESCR5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/p5-Unix-Syslog/DESCR b/sysutils/p5-Unix-Syslog/DESCR
index 385278eb095..c2bbbb58b0b 100644
--- a/sysutils/p5-Unix-Syslog/DESCR
+++ b/sysutils/p5-Unix-Syslog/DESCR
@@ -1,4 +1,5 @@
The Unix::Syslog module provides an interface to the system logger
syslogd(8) via Perl's XSUBs. The implementation attempts to resemble
-the native libc-functions of your system, so that anyone being familiar
-with syslog.h should be able to use this module right away.
+the native libc-functions of your system, so that anyone being
+familiar with syslog.h should be able to use this module right
+away.