Add _pflogd to the uid check. Pointed out by Luke Mewburn.
This commit is contained in:
parent
f7707899c1
commit
ee8532311f
|
@ -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
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue