]> Zhao Yanbai Git Server - minix.git/commit
Import NetBSD syslogd(8) 37/3037/2
authorDavid van Moolenbroek <david@minix3.org>
Fri, 24 Jul 2015 22:09:13 +0000 (22:09 +0000)
committerDavid van Moolenbroek <david@minix3.org>
Sun, 26 Jul 2015 11:57:04 +0000 (11:57 +0000)
commit3e07920fe2355e64a2f9017c962f62d77d988a44
tree87e82dc49d481d64cd793d68e2045a2581762571
parent818c405ae139c2477c949f24c5ba13747095f5bb
Import NetBSD syslogd(8)

The primary reason for the import is a likely GPL taint of the
original MINIX3 syslogd.  As a result, this import may still
have some rough edges.

Change-Id: I5c8d26eca10fc2dd50ecc9eab44a1d483cf068a9
27 files changed:
distrib/sets/lists/minix/mi
etc/syslog.conf
minix/commands/Makefile
minix/commands/syslogd/CHANGELOG [deleted file]
minix/commands/syslogd/Makefile [deleted file]
minix/commands/syslogd/README [deleted file]
minix/commands/syslogd/README.minix [deleted file]
minix/commands/syslogd/syslogd.c [deleted file]
minix/man/man5/Makefile
minix/man/man5/syslog.conf.5 [deleted file]
minix/man/man8/Makefile
minix/man/man8/syslogd.8 [deleted file]
usr.sbin/Makefile
usr.sbin/syslogd/Makefile [new file with mode: 0644]
usr.sbin/syslogd/extern.h [new file with mode: 0644]
usr.sbin/syslogd/howto.html [new file with mode: 0644]
usr.sbin/syslogd/index.html [new file with mode: 0644]
usr.sbin/syslogd/pathnames.h [new file with mode: 0644]
usr.sbin/syslogd/sign.c [new file with mode: 0644]
usr.sbin/syslogd/sign.h [new file with mode: 0644]
usr.sbin/syslogd/sign.html [new file with mode: 0644]
usr.sbin/syslogd/syslog.conf.5 [new file with mode: 0644]
usr.sbin/syslogd/syslogd.8 [new file with mode: 0644]
usr.sbin/syslogd/syslogd.c [new file with mode: 0644]
usr.sbin/syslogd/syslogd.h [new file with mode: 0644]
usr.sbin/syslogd/tls.c [new file with mode: 0644]
usr.sbin/syslogd/tls.h [new file with mode: 0644]