From a192e900f6d2b0e1a822e3252c0dfd795ed49d76 Mon Sep 17 00:00:00 2001 From: amaguire Date: Thu, 2 Nov 2006 15:30:18 -0800 Subject: PSARC 2006/552 Quagga SMF Modifications 6312914 routeadm needs to support smf-based routing services 6440342 remove redundancies in smf-related makefiles by moving manifest rules to usr/src/cmd/Makefile.targ --HG-- rename : usr/src/cmd/cmd-inet/usr.sbin/in.rdisc.c => usr/src/cmd/cmd-inet/usr.sbin/in.rdisc/in.rdisc.c rename : usr/src/cmd/cmd-inet/usr.sbin/routeadm.c => usr/src/cmd/cmd-inet/usr.sbin/routeadm/routeadm.c rename : deleted_files/usr/src/cmd/volmgt/etc/Makefile => usr/src/cmd/volmgt/etc/Makefile --- usr/src/lib/libsecdb/help/auths/Makefile | 2 ++ .../lib/libsecdb/help/auths/SmfRoutingStates.html | 40 ++++++++++++++++++++++ .../lib/libsecdb/help/auths/SmfValueRouting.html | 40 ++++++++++++++++++++++ 3 files changed, 82 insertions(+) create mode 100644 usr/src/lib/libsecdb/help/auths/SmfRoutingStates.html create mode 100644 usr/src/lib/libsecdb/help/auths/SmfValueRouting.html (limited to 'usr/src/lib/libsecdb/help/auths') diff --git a/usr/src/lib/libsecdb/help/auths/Makefile b/usr/src/lib/libsecdb/help/auths/Makefile index 13136a8691..70e85c8426 100644 --- a/usr/src/lib/libsecdb/help/auths/Makefile +++ b/usr/src/lib/libsecdb/help/auths/Makefile @@ -76,10 +76,12 @@ HTMLENTS = \ SmfModifyMethod.html \ SmfNscdStates.html \ SmfPowerStates.html \ + SmfRoutingStates.html \ SmfSendmailStates.html \ SmfSshStates.html \ SmfSyslogStates.html \ SmfValueHeader.html \ + SmfValueRouting.html \ NetworkHeader.html \ WifiConfig.html \ WifiWep.html diff --git a/usr/src/lib/libsecdb/help/auths/SmfRoutingStates.html b/usr/src/lib/libsecdb/help/auths/SmfRoutingStates.html new file mode 100644 index 0000000000..7c4d590dac --- /dev/null +++ b/usr/src/lib/libsecdb/help/auths/SmfRoutingStates.html @@ -0,0 +1,40 @@ + + + + + +When Manage Routing Service States is in the Authorizations Include +column, it grants the authorization to enable, disable, or restart routing +services. +

+If Manage Routing Service States is grayed, then you are not entitled +to Add or Remove this authorization. +
  + + diff --git a/usr/src/lib/libsecdb/help/auths/SmfValueRouting.html b/usr/src/lib/libsecdb/help/auths/SmfValueRouting.html new file mode 100644 index 0000000000..efb1e6d55f --- /dev/null +++ b/usr/src/lib/libsecdb/help/auths/SmfValueRouting.html @@ -0,0 +1,40 @@ + + + + + +When Value Routing Properties is in the Authorizations Include +column, it grants the the authorization to change routing service property +values. +

+If Value Routing Properties is grayed, then you are not entitled to +Add or Remove this authorization. +
  + + -- cgit v1.2.3