Add _pflogd to the uid check. Pointed out by Luke Mewburn.

This commit is contained in:
peter 2005-04-05 07:03:33 +00:00
parent f7707899c1
commit ee8532311f
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.95 2005/03/22 04:43:53 lukem Exp $
# $NetBSD: postinstall,v 1.96 2005/04/05 07:03:33 peter Exp $
#
# Copyright (c) 2002-2005 The NetBSD Foundation, Inc.
# All rights reserved.
@ -546,7 +546,7 @@ do_uid()
[ -n "$1" ] || err 2 "USAGE: do_uid fix|check"
check_ids $1 users "${DEST_DIR}/etc/master.passwd" \
named ntpd sshd smmsp
named ntpd sshd smmsp _pflogd
}