Add _rtadvd to uid check as well.

This commit is contained in:
htodd 2013-07-14 15:27:12 +00:00
parent 173d865eac
commit aebf69ca0d
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.155 2013/07/14 15:17:22 htodd Exp $
# $NetBSD: postinstall,v 1.156 2013/07/14 15:27:12 htodd Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -1585,7 +1585,7 @@ do_uid()
check_ids "$1" users "${DEST_DIR}/etc/master.passwd" 12 \
postfix SKIP named ntpd sshd SKIP _pflogd _rwhod SKIP _proxy \
_timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss
_timedc _sdpd _httpd _mdnsd _tests _tcpdump _tss _rtadvd
}