add _tss to uid and gid checks

This commit is contained in:
jnemeth 2012-06-01 21:59:06 +00:00
parent d0df7c443e
commit 220a7d2bb0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
#
# $NetBSD: postinstall,v 1.136 2012/02/29 02:40:28 jmmv Exp $
# $NetBSD: postinstall,v 1.137 2012/06/01 21:59:06 jnemeth Exp $
#
# Copyright (c) 2002-2008 The NetBSD Foundation, Inc.
# All rights reserved.
@ -880,7 +880,7 @@ do_gid()
check_ids "$1" groups "${DEST_DIR}/etc/group" \
named ntpd sshd authpf _pflogd _rwhod _proxy _timedc \
_sdpd _httpd _mdnsd _tests _tcpdump
_sdpd _httpd _mdnsd _tests _tcpdump _tss
}
#
@ -1556,7 +1556,7 @@ do_uid()
check_ids "$1" users "${DEST_DIR}/etc/master.passwd" \
named ntpd postfix sshd _pflogd _rwhod _proxy _timedc \
_sdpd _httpd _mdnsd _tests _tcpdump
_sdpd _httpd _mdnsd _tests _tcpdump _tss
}