summaryrefslogtreecommitdiff
path: root/gnu/usr.sbin
diff options
context:
space:
mode:
authorBill Paul <wpaul@FreeBSD.org>1995-04-01 19:31:12 +0000
committerBill Paul <wpaul@FreeBSD.org>1995-04-01 19:31:12 +0000
commitef230bdf2433b36d93dd4399e0e1fdbe25d112db (patch)
tree03fcb33b3088d8a04b17ac31c132de71576a23ed /gnu/usr.sbin
parent8e36f47bd5ccae41cccb6d7249748b1c9afd277d (diff)
Notes
Diffstat (limited to 'gnu/usr.sbin')
-rw-r--r--gnu/usr.sbin/ypserv/server.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.sbin/ypserv/server.c b/gnu/usr.sbin/ypserv/server.c
index 8539ae763318..9eb03cdc8e77 100644
--- a/gnu/usr.sbin/ypserv/server.c
+++ b/gnu/usr.sbin/ypserv/server.c
@@ -24,7 +24,7 @@
** Ported to FreeBSD and hacked all to pieces
** by Bill Paul <wpaul@ctr.columbia.edu>
**
-** $Id: server.c,v 1.2 1995/02/04 21:32:02 wpaul Exp $
+** $Id: server.c,v 1.3 1995/02/07 05:04:53 wpaul Exp $
**
*/
@@ -96,7 +96,7 @@ void verr(fmt, ap)
if (debug_flag)
vfprintf(stderr, fmt, ap);
else
- vsyslog(LOG_AUTH, fmt, ap);
+ vsyslog(LOG_NOTICE, fmt, ap);
}
void