comparison toys/pending/syslogd.c @ 997:8b1814e4c987

Ashwini Sharma said that Kyungwan Han should be in the contact info for the commands he sent recently.
author Rob Landley <rob@landley.net>
date Sun, 11 Aug 2013 21:56:08 -0500
parents 893c86bbe452
children f9271a80fedc
comparison
equal deleted inserted replaced
996:bd8be96cd43d 997:8b1814e4c987
1 /* syslogd.c - a system logging utility. 1 /* syslogd.c - a system logging utility.
2 * 2 *
3 * Copyright 2013 Madhur Verma <mad.flexi@gmail.com> 3 * Copyright 2013 Madhur Verma <mad.flexi@gmail.com>
4 * Copyright 2013 Kyungwan Han <asura321@gmail.com>
4 * 5 *
5 * No Standard 6 * No Standard
6 7
7 USE_SYSLOGD(NEWTOY(syslogd,">0l#<1>8=8R:b#<0>99=1s#<0=200m#<0>71582787=20O:p:f:a:nSKLD", TOYFLAG_SBIN|TOYFLAG_STAYROOT)) 8 USE_SYSLOGD(NEWTOY(syslogd,">0l#<1>8=8R:b#<0>99=1s#<0=200m#<0>71582787=20O:p:f:a:nSKLD", TOYFLAG_SBIN|TOYFLAG_STAYROOT))
8 9