usr/src/cmd/ntpd/install-sfw
changeset 9 502b128296a2
parent 0 b34509ac961f
child 14 ebdd963f7d5e
--- a/usr/src/cmd/ntpd/install-sfw	Tue Feb 23 00:53:20 2010 +0200
+++ b/usr/src/cmd/ntpd/install-sfw	Fri Mar 05 22:27:24 2010 +0200
@@ -21,17 +21,18 @@
 #
 
 #
-# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
+# Copyright 2010 Sun Microsystems, Inc.  All rights reserved.
 # Use is subject to license terms.
 #
 # install objects in the proto area, since it would
 # really like to install locally, but that doesn't scale.
 #
-#ident	"@(#)install-sfw	1.1	09/05/17 SMI"
+#ident	"@(#)install-sfw	1.2	10/02/19 SMI"
 
 set -o errexit
 PKGVERS=$1
 ETCDIR=${ROOT}/etc
+SECDIR=${ETCDIR}/security
 SYSCONFDIR=${ETCDIR}/inet
 BINDIR=${ROOT}/usr/sbin
 LIBDIR=${ROOT}/usr/lib/inet
@@ -284,5 +285,8 @@
 _install N Solaris/SmfNTPStates.html ${AUTHHDIR}/SmfNTPStates.html 0444
 _install N Solaris/RtNTPMngmnt.html ${AUTHHDIR}/RtNTPMngmnt.html 0444
 
+_install N Solaris/auth_attr ${SECDIR}/auth_attr.d/ntp 0444
+_install N Solaris/prof_attr ${SECDIR}/prof_attr.d/ntp 0444
+
 
 exit 0