X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/blobdiff_plain/89e3c3309df35c6658222315e8f44fe4375ed66a..564dee328e7789515768448325c8268f2e00093f:/libexec/rbootd/rbootd.c diff --git a/libexec/rbootd/rbootd.c b/libexec/rbootd/rbootd.c index 60705a0d18..a4484c1a3b 100644 --- a/libexec/rbootd/rbootd.c +++ b/libexec/rbootd/rbootd.c @@ -46,7 +46,7 @@ * @(#) Copyright (c) 1992, 1993 The Regents of the University of California. All rights reserved. * @(#)rbootd.c 8.1 (Berkeley) 6/4/93 * $FreeBSD: src/libexec/rbootd/rbootd.c,v 1.11.2.1 2001/02/18 02:54:11 kris Exp $ - * $DragonFly: src/libexec/rbootd/rbootd.c,v 1.3 2003/11/14 03:54:30 dillon Exp $ + * $DragonFly: src/libexec/rbootd/rbootd.c,v 1.4 2006/03/18 19:43:18 swildner Exp $ */ #include @@ -144,7 +144,7 @@ main(argc, argv) char *errmsg; if ((IntfName = BpfGetIntfName(&errmsg)) == NULL) { - syslog(LOG_NOTICE, "restarted (??)"); + syslog(LOG_NOTICE, "restarted (?\?)"); /* BpfGetIntfName() returns safe names, using %m */ syslog(LOG_ERR, "%s", errmsg); Exit(0);