diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-12 11:15:54 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1998-04-12 11:15:54 +0000 |
| commit | 20ef8838865293ce2502d66cbb49a3f02e2fef5c (patch) | |
| tree | 8c6471b87b59fe9c63e776e5b4ddade9d978a75e /libexec | |
| parent | dfed2de6cc95b6dc8f3d2c59bab2635757048cca (diff) | |
Notes
Diffstat (limited to 'libexec')
| -rw-r--r-- | libexec/tftpd/tftpd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libexec/tftpd/tftpd.c b/libexec/tftpd/tftpd.c index 657d3056727f..63496a738f82 100644 --- a/libexec/tftpd/tftpd.c +++ b/libexec/tftpd/tftpd.c @@ -42,7 +42,7 @@ static const char copyright[] = static char sccsid[] = "@(#)tftpd.c 8.1 (Berkeley) 6/4/93"; #endif static const char rcsid[] = - "$Id$"; + "$Id: tftpd.c,v 1.10 1997/12/03 07:19:58 charnier Exp $"; #endif /* not lint */ /* @@ -122,7 +122,7 @@ main(argc, argv) char *chroot_dir = NULL; struct passwd *nobody; - openlog("tftpd", LOG_PID, LOG_FTP); + openlog("tftpd", LOG_PID | LOG_NDELAY, LOG_FTP); while ((ch = getopt(argc, argv, "lns:")) != -1) { switch (ch) { case 'l': |
