Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add the smmsp uid and gid.
details: https://anonhg.NetBSD.org/src/rev/789cbc5f3fb3
branches: trunk
changeset: 533008:789cbc5f3fb3
user: thorpej <thorpej%NetBSD.org@localhost>
date: Tue Jun 18 22:58:30 2002 +0000
description:
Add the smmsp uid and gid.
diffstat:
etc/postinstall | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (29 lines):
diff -r 35c25b6b70b2 -r 789cbc5f3fb3 etc/postinstall
--- a/etc/postinstall Tue Jun 18 22:43:53 2002 +0000
+++ b/etc/postinstall Tue Jun 18 22:58:30 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# $NetBSD: postinstall,v 1.18 2002/06/11 03:15:41 lukem Exp $
+# $NetBSD: postinstall,v 1.19 2002/06/18 22:58:30 thorpej Exp $
#
# Copyright (c) 2002 The NetBSD Foundation, Inc.
# All rights reserved.
@@ -289,7 +289,7 @@
[ -n "$1" ] || err 2 "USAGE: do_gid fix|check"
check_ids $1 groups "${DEST_DIR}/etc/group" \
- named ntpd sshd
+ named ntpd sshd smmsp
return $?
}
@@ -302,7 +302,7 @@
[ -n "$1" ] || err 2 "USAGE: do_uid fix|check"
check_ids $1 users "${DEST_DIR}/etc/master.passwd" \
- named ntpd sshd
+ named ntpd sshd smmsp
return $?
}
Home |
Main Index |
Thread Index |
Old Index