This website requires JavaScript.
Explore
Help
Register
Sign In
emo
/
sysklogd
Watch
1
Star
0
Fork
0
You've already forked sysklogd
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
sysklogd
/
src
/
.gitignore
9 lines
71 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Reshuffle .gitignore content a bit Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-13 14:49:32 +02:00
*.o
Build libsyslog.la and install it with syslog.h and libsyslog.pc Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-31 08:39:09 +01:00
*.lo
.libs/*
Add logger tool from Finit project to complement sysklogd This patch introduces a relicensed logit from the Finit[1] project. It has been rebranded as logger to complement the features implemented in the sysklogd project. Note, logger conflicts with the tool of the same name from util-linux. [1]: https://github.com/troglobit/finit Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-13 14:44:51 +02:00
logger
Reshuffle .gitignore content a bit Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-13 14:49:32 +02:00
syslogd
Mark strlcat() and strlcpy() as weak functions, for libsyslog The strlcat() and strlcpy() functions are only intended to be used by syslog.c internally (and syslogd), when building libsyslog. A user linking with libsyslog may have another library that provides strlcat() or strlcpy() replacements. We must therefore mark ours as weak functions so they can be overridden. This patch also add a convenience library for libsyslog, to control the build deps. for libsyslog. This is where external dependencies should be addded (explicitly) when syslog.c is updated from NetBSD. If you add new deps you likely want to mark them too as weak refs. Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-11-04 10:59:45 +01:00
libcompat.la
Build libsyslog.la and install it with syslog.h and libsyslog.pc Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
2019-10-31 08:39:09 +01:00
libsyslog.la
libsyslog.pc
Reference in New Issue
Copy Permalink