diff options
Diffstat (limited to 'usr/src/cmd')
| -rw-r--r-- | usr/src/cmd/abi/appcert/etc/etc.scoped.in | 10 | ||||
| -rw-r--r-- | usr/src/cmd/abi/appcert/etc/etc.tweaks.in | 12 | ||||
| -rw-r--r-- | usr/src/cmd/agents/Makefile | 30 | ||||
| -rw-r--r-- | usr/src/cmd/agents/schemas/agents/enterprises.oid | 777 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/parser/backend.c | 15 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/snmprelayd/config.y | 12 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/snmprelayd/dispatcher.c | 10 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/snmprelayd/enterprises.oid | 11 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/snmprelayd/res.c | 10 | ||||
| -rw-r--r-- | usr/src/cmd/agents/snmp/trapsend/trapsend.c | 13 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/Makefile | 9 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/init.d/init.dmi | 73 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/rc0.d/mk.rc0.d.sh | 9 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/rc1.d/mk.rc1.d.sh | 9 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh | 9 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/rc3.d/mk.rc3.d.sh | 9 | ||||
| -rw-r--r-- | usr/src/cmd/initpkg/rcS.d/mk.rcS.d.sh | 9 |
17 files changed, 74 insertions, 953 deletions
diff --git a/usr/src/cmd/abi/appcert/etc/etc.scoped.in b/usr/src/cmd/abi/appcert/etc/etc.scoped.in index af4bc3d60e..b4b3456766 100644 --- a/usr/src/cmd/abi/appcert/etc/etc.scoped.in +++ b/usr/src/cmd/abi/appcert/etc/etc.scoped.in @@ -1,15 +1,14 @@ # # ident "%Z%%M% %I% %E% SMI" # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -1748,9 +1747,6 @@ SCOPED_SYMBOL|SunOS_5.8|libdevinfo.so.1|devfs_iscbdriver SCOPED_SYMBOL|SunOS_5.8|libdevinfo.so.1|devinfo_prop_get_int SCOPED_SYMBOL|SunOS_5.8|libdevinfo.so.1|local_addr SCOPED_SYMBOL|SunOS_5.10|libdevinfo.so.1|di_devlink_synchronize_db -SCOPED_SYMBOL|SunOS_5.8|libdmi.so.1|trace_on -SCOPED_SYMBOL|SunOS_5.8|libdmi.so.1|get_debug_flag -SCOPED_SYMBOL|SunOS_5.8|libdmi.so.1|set_debug_flag SCOPED_SYMBOL|SunOS_5.8|libprint.so.2|dynamic_function SCOPED_SYMBOL|SunOS_5.8|libprint.so.2|etc_get_list SCOPED_SYMBOL|SunOS_5.8|libprint.so.2|etc_get_name diff --git a/usr/src/cmd/abi/appcert/etc/etc.tweaks.in b/usr/src/cmd/abi/appcert/etc/etc.tweaks.in index e6c84705ab..e9fe2770d4 100644 --- a/usr/src/cmd/abi/appcert/etc/etc.tweaks.in +++ b/usr/src/cmd/abi/appcert/etc/etc.tweaks.in @@ -1,13 +1,12 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -90,11 +89,6 @@ MODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohl|public MODEL_TWEAK|/usr/lib/libc.so.1|i386,amd64|ntohs|public MODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_lower|public MODEL_TWEAK|/usr/lib/libc.so.1|*|__trans_upper|public -MODEL_TWEAK|/usr/lib/libdmi.so.1|*|dmi_error|public -MODEL_TWEAK|/usr/lib/libdmi.so.1|*|freeDmiString|public -MODEL_TWEAK|/usr/lib/libdmi.so.1|*|newDmiString|public -MODEL_TWEAK|/usr/lib/libdmi.so.1|*|printDmiDataUnion|public -MODEL_TWEAK|/usr/lib/libdmi.so.1|*|printDmiString|public MODEL_TWEAK|/usr/lib/libresolv.so.2|*|res_mkupdrec|public MODEL_TWEAK|/usr/lib/libresolv.so.2|*|__p_rr|private MODEL_TWEAK|/usr/dt/lib/libDtSvc.so.1|*|DtActionInvoke|public diff --git a/usr/src/cmd/agents/Makefile b/usr/src/cmd/agents/Makefile index b1ef20e22a..30b6408aa3 100644 --- a/usr/src/cmd/agents/Makefile +++ b/usr/src/cmd/agents/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,11 +18,12 @@ # # CDDL HEADER END # + # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # -#ident "%Z%%M% %I% %E% SMI" +# ident "%Z%%M% %I% %E% SMI" # cmd/agents/Makefile @@ -65,7 +65,6 @@ TARG_SYS:sh = \ ROOTDIR : sh=echo ${ROOTDIR:-"`pwd`"} PKGLOC : sh=echo ${PKGLOC:-'${ROOTDIR}/PACKAGES.`uname -p`'} -$(CLOSED_BUILD)DMI= $(CLOSED)/cmd/agents/dmi2.0 $(CLOSED_BUILD)AGENTS= $(CLOSED)/cmd/agents/agents all := TARGET = all @@ -74,7 +73,7 @@ install := TARGET = install lint := TARGET = lint realclobber := TARGET = realclobber -SUBDIRS = snmp $(DMI) $(AGENTS) +SUBDIRS = snmp $(AGENTS) # # all @@ -92,18 +91,10 @@ OWNER= root GROUP= sys ROOTVAR= $(ROOT)/var -ROOTDIRS= $(ROOTETC)/dmi \ - $(ROOTETC)/dmi/ciagent \ - $(ROOTETC)/dmi/conf \ - $(ROOTETC)/snmp \ +ROOTDIRS= $(ROOTETC)/snmp \ $(ROOTETC)/snmp/conf \ - $(ROOTLIB)/dmi \ $(ROOTLIB)/snmp \ $(ROOTBIN) \ - $(ROOTVAR)/dmi \ - $(ROOTVAR)/dmi/db \ - $(ROOTVAR)/dmi/map \ - $(ROOTVAR)/dmi/mif \ $(ROOTVAR)/snmp \ $(ROOTVAR)/snmp/mib @@ -130,11 +121,4 @@ lint: $(SUBDIRS) realclobber: $(SUBDIRS) -package: - cd ../../pkgdefs; pwd; $(MAKE) awk_pkginfo - cd ../../pkgdefs/SUNWmibii; pwd; $(MAKE) install - cd ../../pkgdefs/SUNWsacom; pwd; $(MAKE) install - cd ../../pkgdefs/SUNWsadmi; pwd; $(MAKE) install - cd ../../pkgdefs/SUNWsasnm; pwd; $(MAKE) install - include $(SRC)/cmd/Makefile.targ diff --git a/usr/src/cmd/agents/schemas/agents/enterprises.oid b/usr/src/cmd/agents/schemas/agents/enterprises.oid deleted file mode 100644 index 3b765fa9f2..0000000000 --- a/usr/src/cmd/agents/schemas/agents/enterprises.oid +++ /dev/null @@ -1,777 +0,0 @@ -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# Copyright 1988, 2000 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" - -# enterprises.oid - SMI Network Management Private Enterprise Codes -# - -# This file is used by the SunNet Manager build_oid(1) utility as -# input in building an Object Identifier (OID) database for use by -# SunNet Manager. - -# File format: -# -# The file is made up of many entries, each entry occupies one line -# and consists of two quoted strings separated by white space. The -# first string contains the name of an enterprise or organisation, -# the second the OID assigned to that enterprise in the Structure of -# Management Information (SMI). This version was generated from -# publically available information in September 1993. -# -# -# SunNet Manager users may update this file, however it is unnecessary -# for them to do so. - -"Reserved" "1.3.6.1.4.1.0" -"Proteon" "1.3.6.1.4.1.1" -"IBM" "1.3.6.1.4.1.2" -"CMU" "1.3.6.1.4.1.3" -"Unix" "1.3.6.1.4.1.4" -"ACC" "1.3.6.1.4.1.5" -"TWG" "1.3.6.1.4.1.6" -"CAYMAN" "1.3.6.1.4.1.7" -"PSI" "1.3.6.1.4.1.8" -"cisco" "1.3.6.1.4.1.9" -"NSC" "1.3.6.1.4.1.10" -"HP" "1.3.6.1.4.1.11" -"Epilogue" "1.3.6.1.4.1.12" -"U of Tennessee" "1.3.6.1.4.1.13" -"BBN" "1.3.6.1.4.1.14" -"Xylogics, Inc." "1.3.6.1.4.1.15" -"Timeplex" "1.3.6.1.4.1.16" -"Canstar" "1.3.6.1.4.1.17" -"Wellfleet" "1.3.6.1.4.1.18" -"TRW" "1.3.6.1.4.1.19" -"MIT" "1.3.6.1.4.1.20" -"EON" "1.3.6.1.4.1.21" -"Spartacus" "1.3.6.1.4.1.22" -"Novell" "1.3.6.1.4.1.23" -"Spider Systems" "1.3.6.1.4.1.24" -"NSFNET" "1.3.6.1.4.1.25" -"Hughes LAN Systems" "1.3.6.1.4.1.26" -"Intergraph" "1.3.6.1.4.1.27" -"Interlan" "1.3.6.1.4.1.28" -"Vitalink Communications" "1.3.6.1.4.1.29" -"Ulana" "1.3.6.1.4.1.30" -"NSWC" "1.3.6.1.4.1.31" -"Santa Cruz Operation" "1.3.6.1.4.1.32" -"Xyplex" "1.3.6.1.4.1.33" -"Cray" "1.3.6.1.4.1.34" -"Bell Northern Research" "1.3.6.1.4.1.35" -"DEC" "1.3.6.1.4.1.36" -"Touch" "1.3.6.1.4.1.37" -"Network Research Corp." "1.3.6.1.4.1.38" -"Baylor College of Medicine" "1.3.6.1.4.1.39" -"NMFECC-LLNL" "1.3.6.1.4.1.40" -"SRI" "1.3.6.1.4.1.41" -"Sun Microsystems" "1.3.6.1.4.1.42" -"3Com" "1.3.6.1.4.1.43" -"Rockwell/CMC" "1.3.6.1.4.1.44" -"SynOptics" "1.3.6.1.4.1.45" -"Cheyenne Software" "1.3.6.1.4.1.46" -"Prime Computer" "1.3.6.1.4.1.47" -"MCNC/North Carolina Data Network" "1.3.6.1.4.1.48" -"Chipcom" "1.3.6.1.4.1.49" -"Optical Data Systems" "1.3.6.1.4.1.50" -"gated" "1.3.6.1.4.1.51" -"Cabletron Systems" "1.3.6.1.4.1.52" -"Apollo Computers" "1.3.6.1.4.1.53" -"DeskTalk Systems, Inc." "1.3.6.1.4.1.54" -"SSDS" "1.3.6.1.4.1.55" -"Castle Rock Computing" "1.3.6.1.4.1.56" -"MIPS Computer Systems" "1.3.6.1.4.1.57" -"TGV, Inc." "1.3.6.1.4.1.58" -"Silicon Graphics, Inc." "1.3.6.1.4.1.59" -"University of British Columbia" "1.3.6.1.4.1.60" -"Merit Bill Norton" "1.3.6.1.4.1.61" -"FiberCom Eric Rubin" "1.3.6.1.4.1.62" -"Apple Computer Inc" "1.3.6.1.4.1.63" -"Gandalf" "1.3.6.1.4.1.64" -"Dartmouth" "1.3.6.1.4.1.65" -"David Systems" "1.3.6.1.4.1.66" -"Reuter" "1.3.6.1.4.1.67" -"Cornell" "1.3.6.1.4.1.68" -"LMS" "1.3.6.1.4.1.69" -"Locus Computing Corp." "1.3.6.1.4.1.70" -"NASA" "1.3.6.1.4.1.71" -"Retix" "1.3.6.1.4.1.72" -"Boeing" "1.3.6.1.4.1.73" -"AT&T" "1.3.6.1.4.1.74" -"Ungermann-Bass" "1.3.6.1.4.1.75" -"Digital Analysis Corp." "1.3.6.1.4.1.76" -"LAN Manager" "1.3.6.1.4.1.77" -"Netlabs" "1.3.6.1.4.1.78" -"ICL" "1.3.6.1.4.1.79" -"Auspex Systems" "1.3.6.1.4.1.80" -"Lannet Company" "1.3.6.1.4.1.81" -"Network Computing Devices" "1.3.6.1.4.1.82" -"Raycom Systems" "1.3.6.1.4.1.83" -"Pirelli Focom Ltd." "1.3.6.1.4.1.84" -"Datability Software Systems" "1.3.6.1.4.1.85" -"Network Application Technology" "1.3.6.1.4.1.86" -"LINK (Lokales Informatik-Netz Karlsruhe)" "1.3.6.1.4.1.87" -"NYU" "1.3.6.1.4.1.88" -"RND" "1.3.6.1.4.1.89" -"InterCon" "1.3.6.1.4.1.90" -"Coral Network Corporation" "1.3.6.1.4.1.91" -"Webster Computer Corp." "1.3.6.1.4.1.92" -"Frontier Technologies Corp." "1.3.6.1.4.1.93" -"Nokia Data Communications (Finland)" "1.3.6.1.4.1.94" -"Allen-Bradley Company, Inc." "1.3.6.1.4.1.95" -"CERN" "1.3.6.1.4.1.96" -"Sigma Network Systems, Inc." "1.3.6.1.4.1.97" -"Emerging Technologies, Inc." "1.3.6.1.4.1.98" -"SNMP Research" "1.3.6.1.4.1.99" -"Ohio State University" "1.3.6.1.4.1.100" -"Ultra Network Technologies" "1.3.6.1.4.1.101" -"Microcom" "1.3.6.1.4.1.102" -"Martin Marietta Astronautic Group" "1.3.6.1.4.1.103" -"Micro Technology" "1.3.6.1.4.1.104" -"Process Software Corporation" "1.3.6.1.4.1.105" -"Data General Corporation" "1.3.6.1.4.1.106" -"Bull Company" "1.3.6.1.4.1.107" -"Emulex Corporation" "1.3.6.1.4.1.108" -"Warwick University Computing Services" "1.3.6.1.4.1.109" -"Network General Corporation" "1.3.6.1.4.1.110" -"Oracle" "1.3.6.1.4.1.111" -"Control Data Corporation" "1.3.6.1.4.1.112" -"Hughes Aircraft Company" "1.3.6.1.4.1.113" -"Synernetics, Inc." "1.3.6.1.4.1.114" -"Mitre" "1.3.6.1.4.1.115" -"Hitachi, Ltd." "1.3.6.1.4.1.116" -"Telebit" "1.3.6.1.4.1.117" -"Salomon Technology Services" "1.3.6.1.4.1.118" -"NEC Corporation" "1.3.6.1.4.1.119" -"Fibermux" "1.3.6.1.4.1.120" -"FTP Software, Inc." "1.3.6.1.4.1.121" -"Sony" "1.3.6.1.4.1.122" -"Newbridge Networks Corporation" "1.3.6.1.4.1.123" -"Racal-Milgo Information Systems" "1.3.6.1.4.1.124" -"CR SYSTEMS" "1.3.6.1.4.1.125" -"DSET Corporation" "1.3.6.1.4.1.126" -"Computone" "1.3.6.1.4.1.127" -"Tektronix, Inc." "1.3.6.1.4.1.128" -"Interactive Systems Corporation" "1.3.6.1.4.1.129" -"Banyan Systems Inc." "1.3.6.1.4.1.130" -"Sintrom Datanet Limited" "1.3.6.1.4.1.131" -"Bell Canada" "1.3.6.1.4.1.132" -"Crosscomm Corporation" "1.3.6.1.4.1.133" -"Rice University" "1.3.6.1.4.1.134" -"T3Plus Networking, Inc." "1.3.6.1.4.1.135" -"Concurrent Computer Corp." "1.3.6.1.4.1.136" -"Basser" "1.3.6.1.4.1.137" -"Luxcom" "1.3.6.1.4.1.138" -"Artel" "1.3.6.1.4.1.139" -"Independence Technologies, Inc. (ITI)" "1.3.6.1.4.1.140" -"Frontier Software Development" "1.3.6.1.4.1.141" -"Digital Computer Limited" "1.3.6.1.4.1.142" -"Eyring, Inc." "1.3.6.1.4.1.143" -"Case Communications" "1.3.6.1.4.1.144" -"Penril DataComm, Inc." "1.3.6.1.4.1.145" -"American Airlines" "1.3.6.1.4.1.146" -"Sequent Computer Systems" "1.3.6.1.4.1.147" -"Bellcore Kaj Tesink" "1.3.6.1.4.1.148" -"ConCord Communications" "1.3.6.1.4.1.149" -"University of Washington" "1.3.6.1.4.1.150" -"Develcon" "1.3.6.1.4.1.151" -"Solarix Systems" "1.3.6.1.4.1.152" -"Unifi Communications Corp." "1.3.6.1.4.1.153" -"Roadnet" "1.3.6.1.4.1.154" -"Network Systems Corp." "1.3.6.1.4.1.155" -"ENE (European Network Engineering)" "1.3.6.1.4.1.156" -"Dansk Data Elektronik A/S" "1.3.6.1.4.1.157" -"Morning Star Technologies" "1.3.6.1.4.1.158" -"Dupont EOP" "1.3.6.1.4.1.159" -"Legato Systems, Inc." "1.3.6.1.4.1.160" -"Motorola SPS" "1.3.6.1.4.1.161" -"European Space Agency (ESA)" "1.3.6.1.4.1.162" -"BIM" "1.3.6.1.4.1.163" -"Rad Data Communications Ltd." "1.3.6.1.4.1.164" -"Intellicom" "1.3.6.1.4.1.165" -"Shiva Corporation" "1.3.6.1.4.1.166" -"Fujikura America" "1.3.6.1.4.1.167" -"Xlnt Designs INC (XDI)" "1.3.6.1.4.1.168" -"Tandem Computers" "1.3.6.1.4.1.169" -"BICC" "1.3.6.1.4.1.170" -"D-Link Systems, Inc." "1.3.6.1.4.1.171" -"AMP, Inc." "1.3.6.1.4.1.172" -"Netlink" "1.3.6.1.4.1.173" -"C. Itoh Electronics" "1.3.6.1.4.1.174" -"Sumitomo Electric Industries (SEI)" "1.3.6.1.4.1.175" -"DHL Systems, Inc." "1.3.6.1.4.1.176" -"Network Equipment Technologies" "1.3.6.1.4.1.177" -"APTEC Computer Systems" "1.3.6.1.4.1.178" -"Schneider & Koch & Co. Datensysteme GmbH" "1.3.6.1.4.1.179" -"Hill Air Force Base" "1.3.6.1.4.1.180" -"ADC Kentrox" "1.3.6.1.4.1.181" -"Japan Radio Co." "1.3.6.1.4.1.182" -"Versitron" "1.3.6.1.4.1.183" -"Telecommunication Systems" "1.3.6.1.4.1.184" -"Interphase" "1.3.6.1.4.1.185" -"Toshiba Corporation" "1.3.6.1.4.1.186" -"Clearpoint Research Corp." "1.3.6.1.4.1.187" -"Ascom Gfeller Ltd." "1.3.6.1.4.1.188" -"Fujitsu America" "1.3.6.1.4.1.189" -"NetCom Solutions, Inc." "1.3.6.1.4.1.190" -"NCR" "1.3.6.1.4.1.191" -"Dr. Materna GmbH" "1.3.6.1.4.1.192" -"LM Ericsson AB" "1.3.6.1.4.1.193" -"Metaphor Computer Systems" "1.3.6.1.4.1.194" -"Patriot Partners" "1.3.6.1.4.1.195" -"The Software Group Limited (TSG)" "1.3.6.1.4.1.196" -"Kalpana, Inc." "1.3.6.1.4.1.197" -"University of Waterloo" "1.3.6.1.4.1.198" -"CCL/ITRI" "1.3.6.1.4.1.199" -"Coeur Postel" "1.3.6.1.4.1.200" -"Mitsubishi Cable Industries, Ltd." "1.3.6.1.4.1.201" -"SMC" "1.3.6.1.4.1.202" -"Crescendo Communication, Inc." "1.3.6.1.4.1.203" -"Goodall Software Engineering" "1.3.6.1.4.1.204" -"Intecom" "1.3.6.1.4.1.205" -"Victoria University of Wellington" "1.3.6.1.4.1.206" -"Allied Telesis, Inc." "1.3.6.1.4.1.207" -"Dowty Network Systems A/S" "1.3.6.1.4.1.208" -"Protools" "1.3.6.1.4.1.209" -"Nippon Telegraph and Telephone Corp." "1.3.6.1.4.1.210" -"Fujitsu Limited" "1.3.6.1.4.1.211" -"Network Peripherals Inc." "1.3.6.1.4.1.212" -"Netronix, Inc." "1.3.6.1.4.1.213" -"University of Wisconsin - Madison" "1.3.6.1.4.1.214" -"NetWorth, Inc." "1.3.6.1.4.1.215" -"Tandberg Data A/S" "1.3.6.1.4.1.216" -"Technically Elite Concepts, Inc." "1.3.6.1.4.1.217" -"Labtam Australia Pty. Ltd." "1.3.6.1.4.1.218" -"Republic Telcom Systems, Inc." "1.3.6.1.4.1.219" -"ADI Systems, Inc." "1.3.6.1.4.1.220" -"Microwave Bypass Systems, Inc." "1.3.6.1.4.1.221" -"Pyramid Technology Corp." "1.3.6.1.4.1.222" -"Unisys_Corp" "1.3.6.1.4.1.223" -"LANOPTICS LTD. Israel" "1.3.6.1.4.1.224" -"NKK Corporation" "1.3.6.1.4.1.225" -"MTrade UK Ltd." "1.3.6.1.4.1.226" -"Acals" "1.3.6.1.4.1.227" -"ASTEC, Inc." "1.3.6.1.4.1.228" -"Delmarva Power" "1.3.6.1.4.1.229" -"Telematics International, Inc." "1.3.6.1.4.1.230" -"Siemens Nixdorf Informationssyteme AG" "1.3.6.1.4.1.231" -"Compaq" "1.3.6.1.4.1.232" -"NetManage, Inc." "1.3.6.1.4.1.233" -"NCSU Computing Center" "1.3.6.1.4.1.234" -"Empirical Tools and Technologies" "1.3.6.1.4.1.235" -"Samsung Group" "1.3.6.1.4.1.236" -"Takaoka Electric Mfg. Co., Ltd." "1.3.6.1.4.1.237" -"Netrix Systems Corporation" "1.3.6.1.4.1.238" -"WINDATA" "1.3.6.1.4.1.239" -"RC International A/S" "1.3.6.1.4.1.240" -"Netexp Research" "1.3.6.1.4.1.241" -"Internode Systems Pty Ltd" "1.3.6.1.4.1.242" -"netCS Informationstechnik GmbH" "1.3.6.1.4.1.243" -"Lantronix Rich Lyman" "1.3.6.1.4.1.244" -"Avatar Consultants" "1.3.6.1.4.1.245" -"Furukawa Electoric Co. Ltd." "1.3.6.1.4.1.246" -"AEG Electrocom" "1.3.6.1.4.1.247" -"Richard Hirschmann GmbH & Co." "1.3.6.1.4.1.248" -"G2R Inc." "1.3.6.1.4.1.249" -"University of Michigan" "1.3.6.1.4.1.250" -"Netcomm, Ltd." "1.3.6.1.4.1.251" -"Sable Technology Corporation" "1.3.6.1.4.1.252" -"Xerox" "1.3.6.1.4.1.253" -"Conware Computer Consulting GmbH" "1.3.6.1.4.1.254" -"Compatible Systems Corp." "1.3.6.1.4.1.255" -"Scitec Communications Systems Ltd." "1.3.6.1.4.1.256" -"Transarc Corporation" "1.3.6.1.4.1.257" -"Matsushita Electric Industrial Co., Ltd.""1.3.6.1.4.1.258" -"ACCTON Technology" "1.3.6.1.4.1.259" -"Star-Tek, Inc." "1.3.6.1.4.1.260" -"Codenoll Tech. Corp." "1.3.6.1.4.1.261" -"Formation, Inc." "1.3.6.1.4.1.262" -"Seiko Instruments, Inc. (SII)" "1.3.6.1.4.1.263" -"RCE (Reseaux de Communication d'Entreprise S.A.)" "1.3.6.1.4.1.264" -"Xenocom, Inc." "1.3.6.1.4.1.265" -"KABELRHEYDT" "1.3.6.1.4.1.266" -"Systech Computer Corporation" "1.3.6.1.4.1.267" -"Visual" "1.3.6.1.4.1.268" -"SDD (Scandinavian Airlines Data Denmark A/S)" "1.3.6.1.4.1.269" -"Zenith Electronics Corporation" "1.3.6.1.4.1.270" -"TELECOM FINLAND" "1.3.6.1.4.1.271" -"BinTec Computersystems" "1.3.6.1.4.1.272" -"EUnet Germany" "1.3.6.1.4.1.273" -"PictureTel Corporation" "1.3.6.1.4.1.274" -"Michigan State University" "1.3.6.1.4.1.275" -"GTE Telecom Incorporated" "1.3.6.1.4.1.276" -"Cascade Communications Corp." "1.3.6.1.4.1.277" -"Hitachi Cable, Ltd." "1.3.6.1.4.1.278" -"Olivetti Marco Framba" "1.3.6.1.4.1.279" -"Vitacom Corporation" "1.3.6.1.4.1.280" -"INMOS Graham Hudspith" "1.3.6.1.4.1.281" -"AIC Systems Laboratories Ltd." "1.3.6.1.4.1.282" -"Cameo Communications, Inc." "1.3.6.1.4.1.283" -"Diab Data AB" "1.3.6.1.4.1.284" -"Olicom A/S" "1.3.6.1.4.1.285" -"Digital-Kienzle Computersystems" "1.3.6.1.4.1.286" -"CSELT (Centro Studi E Laboratori Telecomunicazioni)" "1.3.6.1.4.1.287" -"Electronic Data Systems" "1.3.6.1.4.1.288" -"McData Corporation" "1.3.6.1.4.1.289" -"Harris Computer Systems Division (HCSD)" "1.3.6.1.4.1.290" -"Technology Dynamics, Inc." "1.3.6.1.4.1.291" -"DATAHOUSE Information Systems Ltd." "1.3.6.1.4.1.292" -"DSIR Network Group" "1.3.6.1.4.1.293" -"Texas Instruments" "1.3.6.1.4.1.294" -"PlainTree Systems Inc." "1.3.6.1.4.1.295" -"Hedemann Software Development" "1.3.6.1.4.1.296" -"Fuji Xerox Co., Ltd." "1.3.6.1.4.1.297" -"Asante Technology" "1.3.6.1.4.1.298" -"Stanford University" "1.3.6.1.4.1.299" -"Digital Link" "1.3.6.1.4.1.300" -"Raylan Corporation" "1.3.6.1.4.1.301" -"Datacraft" "1.3.6.1.4.1.302" -"Hughes" "1.3.6.1.4.1.303" -"Farallon Computing, Inc." "1.3.6.1.4.1.304" -"GE Information Services" "1.3.6.1.4.1.305" -"Gambit Computer Communications" "1.3.6.1.4.1.306" -"Livingston Enterprises, Inc." "1.3.6.1.4.1.307" -"Star Technologies" "1.3.6.1.4.1.308" -"Micronics Computers Inc." "1.3.6.1.4.1.309" -"Basis, Inc." "1.3.6.1.4.1.310" -"Microsoft" "1.3.6.1.4.1.311" -"US West Advance Technologies" "1.3.6.1.4.1.312" -"University College London" "1.3.6.1.4.1.313" -"Eastman Kodak Company" "1.3.6.1.4.1.314" -"Network Resources Corporation" "1.3.6.1.4.1.315" -"Atlas Telecom" "1.3.6.1.4.1.316" -"Bridgeway" "1.3.6.1.4.1.317" -"American Power Conversion Corp." "1.3.6.1.4.1.318" -"DOE Atmospheric Radiation Measurement Project" "1.3.6.1.4.1.319" -"VerSteeg CodeWorks" "1.3.6.1.4.1.320" -"Verilink Corp" "1.3.6.1.4.1.321" -"Sybus Corportation" "1.3.6.1.4.1.322" -"Tekelec" "1.3.6.1.4.1.323" -"NASA Ames Research Center" "1.3.6.1.4.1.324" -"Simon Fraser University" "1.3.6.1.4.1.325" -"Fore Systems, Inc." "1.3.6.1.4.1.326" -"Centrum Communications, Inc." "1.3.6.1.4.1.327" -"NeXT Computer, Inc." "1.3.6.1.4.1.328" -"Netcore, Inc." "1.3.6.1.4.1.329" -"Northwest Digital Systems" "1.3.6.1.4.1.330" -"Andrew Corporation" "1.3.6.1.4.1.331" -"DigiBoard Dror Kessler" "1.3.6.1.4.1.332" -"Computer Network Technology Corp." "1.3.6.1.4.1.333" -"Lotus Development Corp." "1.3.6.1.4.1.334" -"MICOM Communication Corporation" "1.3.6.1.4.1.335" -"ASCII Corporation" "1.3.6.1.4.1.336" -"PUREDATA Research/USA" "1.3.6.1.4.1.337" -"NTT DATA" "1.3.6.1.4.1.338" -"Empros Systems International" "1.3.6.1.4.1.339" -"Kendall Square Research (KSR)" "1.3.6.1.4.1.340" -"Martin Marietta Energy Systems" "1.3.6.1.4.1.341" -"Network Innovations" "1.3.6.1.4.1.342" -"Intel Corporation" "1.3.6.1.4.1.343" -"Proxar" "1.3.6.1.4.1.344" -"Epson Research Center" "1.3.6.1.4.1.345" -"Fibernet" "1.3.6.1.4.1.346" -"Box Hill Systems Corporation" "1.3.6.1.4.1.347" -"American Express Travel Related Services" "1.3.6.1.4.1.348" -"Compu-Shack" "1.3.6.1.4.1.349" -"Parallan Computer, Inc." "1.3.6.1.4.1.350" -"Stratacom" "1.3.6.1.4.1.351" -"Open Networks Engineering, Inc." "1.3.6.1.4.1.352" -"ATM Forum" "1.3.6.1.4.1.353" -"SSD Management, Inc." "1.3.6.1.4.1.354" -"Automated Network Management, Inc." "1.3.6.1.4.1.355" -"Magnalink Communications Corporation" "1.3.6.1.4.1.356" -"TIL Systems, Ltd." "1.3.6.1.4.1.357" -"Skyline Technology, Inc." "1.3.6.1.4.1.358" -"Nu-Mega Technologies, Inc." "1.3.6.1.4.1.359" -"Morgan Stanley & Co. Inc." "1.3.6.1.4.1.360" -"Integrated Business Network" "1.3.6.1.4.1.361" -"L & N Technologies, Ltd." "1.3.6.1.4.1.362" -"Cincinnati Bell Information Systems, Inc." "1.3.6.1.4.1.363" -"OSCOM International" "1.3.6.1.4.1.364" -"MICROGNOSIS" "1.3.6.1.4.1.365" -"Datapoint Corporation" "1.3.6.1.4.1.366" -"RICOH Co. Ltd." "1.3.6.1.4.1.367" -"Axis Communications AB" "1.3.6.1.4.1.368" -"Pacer Software" "1.3.6.1.4.1.369" -"Axon Networks Inc." "1.3.6.1.4.1.370" -"Brixton Systems, Inc." "1.3.6.1.4.1.371" -"GSI Etienne Demailly" "1.3.6.1.4.1.372" -"Tatung Co., Ltd." "1.3.6.1.4.1.373" -"DIS Research LTD" "1.3.6.1.4.1.374" -"Quotron Systems, Inc." "1.3.6.1.4.1.375" -"DASSAULT ELECTRONIQUE" "1.3.6.1.4.1.376" -"Corollary, Inc." "1.3.6.1.4.1.377" -"SEEL, Ltd." "1.3.6.1.4.1.378" -"Lexcel" "1.3.6.1.4.1.379" -"Sophisticated Technologies, Inc" "1.3.6.1.4.1.380" -"OST A. Pele" "1.3.6.1.4.1.381" -"Megadata Pty Ltd." "1.3.6.1.4.1.382" -"LLNL Livermore Computer Center" "1.3.6.1.4.1.383" -"Dynatech Communications" "1.3.6.1.4.1.384" -"Symplex Communications Corp." "1.3.6.1.4.1.385" -"Tribe Computer Works" "1.3.6.1.4.1.386" -"Taligent, Inc." "1.3.6.1.4.1.387" -"Symbol Technologies, Inc." "1.3.6.1.4.1.388" -"Lancert" "1.3.6.1.4.1.389" -"Alantec" "1.3.6.1.4.1.390" -"Ridgeback Solutions" "1.3.6.1.4.1.391" -"Metrix, Inc." "1.3.6.1.4.1.392" -"Excutive Systems/XTree Company" "1.3.6.1.4.1.393" -"Naval Research Laboratory Communication Systems Branch" "1.3.6.1.4.1.394" -"I.D.E. Corporation" "1.3.6.1.4.1.395" -"Matsushita Electric Works, Ltd." "1.3.6.1.4.1.396" -"MegaPAC" "1.3.6.1.4.1.397" -"Kinmel Park" "1.3.6.1.4.1.398" -"Hitachi Computer Products (America), Inc." "1.3.6.1.4.1.399" -"METEO FRANCE" "1.3.6.1.4.1.400" -"PRC Inc." "1.3.6.1.4.1.401" -"Wal*Mart Stores, Inc." "1.3.6.1.4.1.402" -"Nissin Electric Company, Ltd." "1.3.6.1.4.1.403" -"Distributed Support Information Standard" "1.3.6.1.4.1.404" -"SMDS Interest Group (SIG)" "1.3.6.1.4.1.405" -"SolCom Systems Ltd." "1.3.6.1.4.1.406" -"Bell Atlantic" "1.3.6.1.4.1.407" -"Advanced Multiuser Technologies Corporation" "1.3.6.1.4.1.408" -"Mitsubishi Electric Corporation" "1.3.6.1.4.1.409" -"C.O.L. Systems, Inc." "1.3.6.1.4.1.410" -"University of Auckland" "1.3.6.1.4.1.411" -"Desktop Management Task Force (DMTF)" "1.3.6.1.4.1.412" -"Klever Computers, Inc." "1.3.6.1.4.1.413" -"Amdahl Corporation" "1.3.6.1.4.1.414" -"JTEC Pty, Ltd." "1.3.6.1.4.1.415" -"Matra Communcation" "1.3.6.1.4.1.416" -"HAL Computer Systems" "1.3.6.1.4.1.417" -"Lawrence Berkeley Laboratory" "1.3.6.1.4.1.418" -"Dale Computer Corporation" "1.3.6.1.4.1.419" -"IPTC, Universitaet of Tuebingen" "1.3.6.1.4.1.420" -"Bytex Corporation" "1.3.6.1.4.1.421" -"Cogwheel, Inc." "1.3.6.1.4.1.422" -"Lanwan Technologies" "1.3.6.1.4.1.423" -"Thomas-Conrad Corporation" "1.3.6.1.4.1.424" -"TxPort" "1.3.6.1.4.1.425" -"Compex, Inc." "1.3.6.1.4.1.426" -"Evergreen Systems, Inc." "1.3.6.1.4.1.427" -"HNV, Inc." "1.3.6.1.4.1.428" -"U.S. Robotics, Inc." "1.3.6.1.4.1.429" -"Canada Post Corporation" "1.3.6.1.4.1.430" -"Open Systems Solutions, Inc." "1.3.6.1.4.1.431" -"Toronto Stock Exchange" "1.3.6.1.4.1.432" -"Mamakos\TransSys Consulting" "1.3.6.1.4.1.433" -"EICON" "1.3.6.1.4.1.434" -"Jupiter Systems" "1.3.6.1.4.1.435" -"SSTI" "1.3.6.1.4.1.436" -"Grand Junction Networks" "1.3.6.1.4.1.437" -"Anasazi, Inc." "1.3.6.1.4.1.438" -"Edward D. Jones and Company" "1.3.6.1.4.1.439" -"Amnet, Inc." "1.3.6.1.4.1.440" -"Kevin Gage" "1.3.6.1.4.1.441" -"PEER Networks" "1.3.6.1.4.1.442" -"Gateway Communications, Inc." "1.3.6.1.4.1.443" -"Peregrine Systems" "1.3.6.1.4.1.444" -"Daewoo Telecom" "1.3.6.1.4.1.445" -"Norwegian Telecom Research" "1.3.6.1.4.1.446" -"WilTel" "1.3.6.1.4.1.447" -"Ericsson-Camtec" "1.3.6.1.4.1.448" -"Codex" "1.3.6.1.4.1.449" -"Basis" "1.3.6.1.4.1.450" -"AGE Logic" "1.3.6.1.4.1.451" -"INDE Electronics" "1.3.6.1.4.1.452" -"ISODE Consortium" "1.3.6.1.4.1.453" -"J.I. Case" "1.3.6.1.4.1.454" -"Trillium" "1.3.6.1.4.1.455" -"Bacchus Inc." "1.3.6.1.4.1.456" -"MCC" "1.3.6.1.4.1.457" -"Stratus Computer" "1.3.6.1.4.1.458" -"Quotron" "1.3.6.1.4.1.459" -"Beame & Whiteside" "1.3.6.1.4.1.460" -"Cellular Technical Services" "1.3.6.1.4.1.461" -"Shore Microsystems, Inc." "1.3.6.1.4.1.462" -"Telecommunications Techniques Corp." "1.3.6.1.4.1.463" -"DNPAP (Technical University Delft)" "1.3.6.1.4.1.464" -"Plexcom, Inc." "1.3.6.1.4.1.465" -"Tylink" "1.3.6.1.4.1.466" -"Brookhaven National Laboratory" "1.3.6.1.4.1.467" -"Computer Communication Systems" "1.3.6.1.4.1.468" -"Norand Corporation" "1.3.6.1.4.1.469" -"MUX-LAB" "1.3.6.1.4.1.470" -"Premisys Communications, Inc." "1.3.6.1.4.1.471" -"Bell South Telecommunications" "1.3.6.1.4.1.472" -"J. Stainsbury PLC" "1.3.6.1.4.1.473" -"Ki Research Inc." "1.3.6.1.4.1.474" -"Wandel and Goltermann Technologies" "1.3.6.1.4.1.475" -"Emerson Computer Power" "1.3.6.1.4.1.476" -"Network Software Associates" "1.3.6.1.4.1.477" -"Procter and Gamble" "1.3.6.1.4.1.478" -"Meridian Technology Corporation" "1.3.6.1.4.1.479" -"QMS, Inc." "1.3.6.1.4.1.480" -"Network Express" "1.3.6.1.4.1.481" -"LANcity Corporation" "1.3.6.1.4.1.482" -"Dayna Communications, Inc." "1.3.6.1.4.1.483" -"kn-X Ltd." "1.3.6.1.4.1.484" -"Sync Research, Inc." "1.3.6.1.4.1.485" -"PremNet" "1.3.6.1.4.1.486" -"SIAC" "1.3.6.1.4.1.487" -"New York Stock Exchange" "1.3.6.1.4.1.488" -"American Stock Exchange" "1.3.6.1.4.1.489" -"FCR Software, Inc." "1.3.6.1.4.1.490" -"National Medical Care, Inc." "1.3.6.1.4.1.491" -"Dialogue Communication Systemes" "1.3.6.1.4.1.492" -"NorTele" "1.3.6.1.4.1.493" -"Madge Networks, Inc." "1.3.6.1.4.1.494" -"Teleglobe Communications" "1.3.6.1.4.1.495" -"CTON Nick Hennenfent" "1.3.6.1.4.1.496" -"Leap Technology, Inc." "1.3.6.1.4.1.497" -"General DataComm, Inc." "1.3.6.1.4.1.498" -"ACE Communications, Ltd." "1.3.6.1.4.1.499" -"Automatic Data Processing (ADP)" "1.3.6.1.4.1.500" -"Programa SPRITEL" "1.3.6.1.4.1.501" -"Adacom" "1.3.6.1.4.1.502" -"Metrodata Ltd" "1.3.6.1.4.1.503" -"Ellemtel Telecommunication Systems Laboratories" "1.3.6.1.4.1.504" -"Arizona Public Service" "1.3.6.1.4.1.505" -"NETWIZ, Ltd., Emanuel Wind" "1.3.6.1.4.1.506" -"Science and Engineering Research Council (SERC)" "1.3.6.1.4.1.507" -"The First Boston Corporation" "1.3.6.1.4.1.508" -"Hadax Electronics Inc." "1.3.6.1.4.1.509" -"VTKK" "1.3.6.1.4.1.510" -"North Hills Israel Ltd." "1.3.6.1.4.1.511" -"TECSIEL" "1.3.6.1.4.1.512" -"Bayerische Motoren Werke (BMW) AG" "1.3.6.1.4.1.513" -"CNET Technologies" "1.3.6.1.4.1.514" -"MCI" "1.3.6.1.4.1.515" -"Human Engineering AG (HEAG)" "1.3.6.1.4.1.516" -"FileNet Corporation" "1.3.6.1.4.1.517" -"NFT-Ericsson" "1.3.6.1.4.1.518" -"Dun & Bradstreet" "1.3.6.1.4.1.519" -"Intercomputer Communications" "1.3.6.1.4.1.520" -"Defense Intelligence Agency" "1.3.6.1.4.1.521" -"Telesystems SLW Inc" "1.3.6.1.4.1.522" -"APT Communications" "1.3.6.1.4.1.523" -"Delta Airlines" "1.3.6.1.4.1.524" -"California Microwave" "1.3.6.1.4.1.525" -"Avid Technology Inc" "1.3.6.1.4.1.526" -"Integro Advanced Computer Systems" "1.3.6.1.4.1.527" -"RPTI" "1.3.6.1.4.1.528" -"Ascend Communications Inc" "1.3.6.1.4.1.529" -"Eden Computer Systems Inc" "1.3.6.1.4.1.530" -"Kawasaki-Steel Corp Tomoo Watanabe" "1.3.6.1.4.1.531" -"Barclays Giles Todd" "1.3.6.1.4.1.532" -"B.U.G., Inc." "1.3.6.1.4.1.533" -"Exide Electronics" "1.3.6.1.4.1.534" -"Superconducting Supercollider Lab." "1.3.6.1.4.1.535" -"Triticom" "1.3.6.1.4.1.536" -"Universal Instruments Corp." "1.3.6.1.4.1.537" -"Information Resources, Inc." "1.3.6.1.4.1.538" -"Applied Innovation, Inc." "1.3.6.1.4.1.539" -"Crypto AG" "1.3.6.1.4.1.540" -"Infinite Networks, Ltd." "1.3.6.1.4.1.541" -"Rabbit Software" "1.3.6.1.4.1.542" -"Apertus Technologies" "1.3.6.1.4.1.543" -"Equinox Systems, Inc." "1.3.6.1.4.1.544" -"Hayes Microcomputer Products" "1.3.6.1.4.1.545" -"Empire Technologies Inc." "1.3.6.1.4.1.546" -"Glaxochem, Ltd." "1.3.6.1.4.1.547" -"KPY Network Partners, Corp." "1.3.6.1.4.1.548" -"Agent Technology, Inc." "1.3.6.1.4.1.549" -"Dornier GMBH" "1.3.6.1.4.1.550" -"Telxon Corporation" "1.3.6.1.4.1.551" -"Entergy Corporation" "1.3.6.1.4.1.552" -"Garrett Communications Inc." "1.3.6.1.4.1.553" -"Agile Networks, Inc." "1.3.6.1.4.1.554" -"Larscom" "1.3.6.1.4.1.555" -"Stock Equipment" "1.3.6.1.4.1.556" -"ITT Corporation" "1.3.6.1.4.1.557" -"Universal Data Systems, Inc." "1.3.6.1.4.1.558" -"Sonix Communications, Ltd." "1.3.6.1.4.1.559" -"Paul Freeman Associates, Inc." "1.3.6.1.4.1.560" -"John S. Barnes, Corp." "1.3.6.1.4.1.561" -"Northern Telecom" "1.3.6.1.4.1.562" -"CAP Debris" "1.3.6.1.4.1.563" -"Telco Systems NAC" "1.3.6.1.4.1.564" -"Tosco Refining Co" "1.3.6.1.4.1.565" -"Russell Info Sys" "1.3.6.1.4.1.566" -"University of Salford" "1.3.6.1.4.1.567" -"NetQuest Corp." "1.3.6.1.4.1.568" -"Armon Networking Ltd." "1.3.6.1.4.1.569" -"IA Corporation" "1.3.6.1.4.1.570" -"AU-System Communicaton AB" "1.3.6.1.4.1.571" -"GoldStar Information & Communications, Ltd." "1.3.6.1.4.1.572" -"SECTRA AB Tommy Pedersen" "1.3.6.1.4.1.573" -"ONEAC Corporation" "1.3.6.1.4.1.574" -"Tree Technologies" "1.3.6.1.4.1.575" -"GTE Government Systems" "1.3.6.1.4.1.576" -"Denmac Systems, Inc." "1.3.6.1.4.1.577" -"Interlink Computer Sciences, Inc." "1.3.6.1.4.1.578" -"Bridge Information Systems, Inc." "1.3.6.1.4.1.579" -"Leeds and Northrup Australia (LNA)" "1.3.6.1.4.1.580" -"BHA Computer" "1.3.6.1.4.1.581" -"Newport Systems Solutions, Inc." "1.3.6.1.4.1.582" -"Atrium Technologies" "1.3.6.1.4.1.583" -"ROBOTIKER" "1.3.6.1.4.1.584" -"PeerLogic Inc." "1.3.6.1.4.1.585" -"Digital Transmittion Systems" "1.3.6.1.4.1.586" -"Far Point Communications" "1.3.6.1.4.1.587" -"Xircom" "1.3.6.1.4.1.588" -"Mead Data Central" "1.3.6.1.4.1.589" -"Royal Bank of Canada" "1.3.6.1.4.1.590" -"Advantis, Inc." "1.3.6.1.4.1.591" -"Chemical Banking Corp." "1.3.6.1.4.1.592" -"Eagle Technology" "1.3.6.1.4.1.593" -"British Telecom" "1.3.6.1.4.1.594" -"Radix" "1.3.6.1.4.1.595" -"TAINET Communication System Corp." "1.3.6.1.4.1.596" -"Comtek Services Inc.," "1.3.6.1.4.1.597" -"Fair Issac" "1.3.6.1.4.1.598" -"AST Research Inc." "1.3.6.1.4.1.599" -"Soft*Star s.r.l. Ing." "1.3.6.1.4.1.600" -"Bancomm" "1.3.6.1.4.1.601" -"Trusted Information Systems, Inc." "1.3.6.1.4.1.602" -"Harris & Jeffries, Inc." "1.3.6.1.4.1.603" -"Axel Technology Corp." "1.3.6.1.4.1.604" -"GN Navtel, Inc." "1.3.6.1.4.1.605" -"CAP debis" "1.3.6.1.4.1.606" -"Lachman Technology, Inc." "1.3.6.1.4.1.607" -"Galcom Networking Ltd" "1.3.6.1.4.1.608" -"BAZIS" "1.3.6.1.4.1.609" -"SYNAPTEL" "1.3.6.1.4.1.610" -"Investment Management Services, Inc." "1.3.6.1.4.1.611" -"Taiwan Telecommunication Lab" "1.3.6.1.4.1.612" -"Anagram Corporation" "1.3.6.1.4.1.613" -"Univel" "1.3.6.1.4.1.614" -"University of California, San Diego" "1.3.6.1.4.1.615" -"CompuServe" "1.3.6.1.4.1.616" -"Telstra - OTC Australia" "1.3.6.1.4.1.617" -"Westinghouse Electric Corp." "1.3.6.1.4.1.618" -"DGA Ltd." "1.3.6.1.4.1.619" -"Elegant Communications Inc." "1.3.6.1.4.1.620" -"Experdata" "1.3.6.1.4.1.621" -"Unisource Business Networks Sweden AB" "1.3.6.1.4.1.622" -"Molex, Inc." "1.3.6.1.4.1.623" -"Quay Financial Software" "1.3.6.1.4.1.624" -"VMX Inc." "1.3.6.1.4.1.625" -"Hypercom, Inc." "1.3.6.1.4.1.626" -"University of Guelph" "1.3.6.1.4.1.627" -"DIaLOGIKa" "1.3.6.1.4.1.628" -"NBASE Switch Communication" "1.3.6.1.4.1.629" -"Anchor Datacomm B.V." "1.3.6.1.4.1.630" -"PACDATA" "1.3.6.1.4.1.631" -"University of Colorado" "1.3.6.1.4.1.632" -"Tricom Communications Limited" "1.3.6.1.4.1.633" -"santix software GmbH" "1.3.6.1.4.1.634" -"FastComm Communications Corp" "1.3.6.1.4.1.635" -"The Georgia Institute of Technology" "1.3.6.1.4.1.636" -"Alcatel Data Networks" "1.3.6.1.4.1.637" -"GTECH Corporation" "1.3.6.1.4.1.638" -"UNOCAL Corporation" "1.3.6.1.4.1.639" -"First Pacific Network" "1.3.6.1.4.1.640" -"Lexmark International" "1.3.6.1.4.1.641" -"Qnix Computer" "1.3.6.1.4.1.642" -"Jigsaw Software Concepts (Pty) Ltd." "1.3.6.1.4.1.643" -"VIR, Inc." "1.3.6.1.4.1.644" -"SFA Datacomm Inc." "1.3.6.1.4.1.645" -"SEIKO Telecommunication Systems, Inc." "1.3.6.1.4.1.646" -"Unified Management" "1.3.6.1.4.1.647" -"RADLINX Ltd." "1.3.6.1.4.1.648" -"Microplex Systems Ltd." "1.3.6.1.4.1.649" -"Objecta Elektronik & Data AB" "1.3.6.1.4.1.650" -"Phoenix Microsystems" "1.3.6.1.4.1.651" -"Distributed Systems International, Incorporated" "1.3.6.1.4.1.652" -"Evolving Systems, Inc." "1.3.6.1.4.1.653" -"SAT GmbH" "1.3.6.1.4.1.654" -"CeLAN Technology, Inc." "1.3.6.1.4.1.655" -"Landmark Systems Corp." "1.3.6.1.4.1.656" -"Netone Systems Co., Ltd.." "1.3.6.1.4.1.657" -"Loral Data Systems" "1.3.6.1.4.1.658" -"Cellware Broadband Technology" "1.3.6.1.4.1.659" -"ccmail, Inc." "1.3.6.1.4.1.660" -"IMC Networks Corp." "1.3.6.1.4.1.661" -"Octel Communications Corp." "1.3.6.1.4.1.662" -"RIT Technologies LTD." "1.3.6.1.4.1.663" -"Adtran" "1.3.6.1.4.1.664" -"PowerPlay Technologies, Inc." "1.3.6.1.4.1.665" -"Oki Electric Industry Co., Ltd." "1.3.6.1.4.1.666" -"Specialix International" "1.3.6.1.4.1.667" -"INESC (Instituto de Engenharia de Sistemas e Computadores)" "1.3.6.1.4.1.668" -"Globalnet Communications" "1.3.6.1.4.1.669" -"Product Line Engineer SVEC Computer Corp." "1.3.6.1.4.1.670" -"Printer Systems Corp." "1.3.6.1.4.1.671" -"Contec Micro Electronics USA" "1.3.6.1.4.1.672" -"Unix Integration Services" "1.3.6.1.4.1.673" -"Dell Computer Corporation" "1.3.6.1.4.1.674" -"Whittaker Electronic Systems" "1.3.6.1.4.1.675" -"QPSX Communications" "1.3.6.1.4.1.676" -"Loral WDl" "1.3.6.1.4.1.677" -"Federal Express Corp." "1.3.6.1.4.1.678" -"E-COMMS Inc." "1.3.6.1.4.1.679" -"Software Clearing House" "1.3.6.1.4.1.680" -"Antlow Computers LTD." "1.3.6.1.4.1.681" -"Emcom Corp." "1.3.6.1.4.1.682" -"Extended Systems, Inc." "1.3.6.1.4.1.683" -"Sola Electric" "1.3.6.1.4.1.684" -"Esix Systems, Inc." "1.3.6.1.4.1.685" -"3M/MMM" "1.3.6.1.4.1.686" -"Cylink Corp." "1.3.6.1.4.1.687" -"Znyx Advanced Systems Division, Inc." "1.3.6.1.4.1.688" -"Texaco, Inc." "1.3.6.1.4.1.689" -"McCaw Cellular Communication Corp." "1.3.6.1.4.1.690" -"ASP Computer Product Inc." "1.3.6.1.4.1.691" -"HiPerformance Systems" "1.3.6.1.4.1.692" -"Regionales Rechenzentrum" "1.3.6.1.4.1.693" -"SAP AG" "1.3.6.1.4.1.694" -"ElectroSpace System Inc." "1.3.6.1.4.1.695" -"Central Point Software" "1.3.6.1.4.1.696" -"MultiPort Software" "1.3.6.1.4.1.697" -"Combinet, Inc." "1.3.6.1.4.1.698" -"TSCC" "1.3.6.1.4.1.699" -"Teleos Communications Inc." "1.3.6.1.4.1.700" -"Alta Research" "1.3.6.1.4.1.701" -"Independence Blue Cross" "1.3.6.1.4.1.702" -"ADACOM Station Interconnectivity LTD." "1.3.6.1.4.1.703" -"MIROR Systems" "1.3.6.1.4.1.704" -"Merlin Gerin" "1.3.6.1.4.1.705" -"Owen-Corning Fiberglas" "1.3.6.1.4.1.706" -"Talking Networks Inc." "1.3.6.1.4.1.707" -"Cubix Corporation" "1.3.6.1.4.1.708" -"Formation Inc." "1.3.6.1.4.1.709" -"Lannair Ltd" "1.3.6.1.4.1.710" -"LightStream Corp" "1.3.6.1.4.1.711" -"LANart Corp" "1.3.6.1.4.1.712" -"University of Stellenbosch" "1.3.6.1.4.1.713" -"Wyse Technology" "1.3.6.1.4.1.714" -"DSC Communications Corp." "1.3.6.1.4.1.715" -"NetEc" "1.3.6.1.4.1.716" -"Breltenbach Software Engineering" "1.3.6.1.4.1.717" -"Victor Company Of Japan,Limited" "1.3.6.1.4.1.718" -"Direx America" "1.3.6.1.4.1.719" -"NECSY Network Control Systems S.p.A." "1.3.6.1.4.1.720" -"ISDN Systems Corp." "1.3.6.1.4.1.721" -"Zero-One Technologies, LTD" "1.3.6.1.4.1.722" -"Radix Technologies, Inc." "1.3.6.1.4.1.723" -" National Institute of Standards and Technology" "1.3.6.1.4.1.724" -"Digital Technology Inc." "1.3.6.1.4.1.725" -"Castelle Corp." "1.3.6.1.4.1.726" -"Presticom Inc." "1.3.6.1.4.1.727" -"Showa Electric Wire & Cable Co., Ltd." "1.3.6.1.4.1.728" -"SpectraGraphics" "1.3.6.1.4.1.729" -"ACSYS Inc." "1.3.6.1.4.1.730" diff --git a/usr/src/cmd/agents/snmp/parser/backend.c b/usr/src/cmd/agents/snmp/parser/backend.c index 44f6a93ecb..63410081b1 100644 --- a/usr/src/cmd/agents/snmp/parser/backend.c +++ b/usr/src/cmd/agents/snmp/parser/backend.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2002 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -224,9 +224,8 @@ void get_subid_of_node(struct tree *t, Subid *subids, int *len) /*************************************************************************/ -void main(argc, argv) - int argc; - char *argv[]; +int +main(int argc, char *argv[]) { struct node *nodes = NULL; int i; @@ -347,7 +346,7 @@ void main(argc, argv) output_appl_c(root); output_trap_c(root); - exit(0); + return (0); } diff --git a/usr/src/cmd/agents/snmp/snmprelayd/config.y b/usr/src/cmd/agents/snmp/snmprelayd/config.y index 3ca6582b0c..8780678c96 100644 --- a/usr/src/cmd/agents/snmp/snmprelayd/config.y +++ b/usr/src/cmd/agents/snmp/snmprelayd/config.y @@ -3,9 +3,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,10 @@ * information: Portions Copyright [yyyy] [name of copyright owner] * * CDDL HEADER END - * - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + */ + +/* + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -2128,6 +2129,7 @@ static void trace_macros() int yyerror(char *s) { error("%s at line %d: %s", s, yylineno, yytext); + return (0); } diff --git a/usr/src/cmd/agents/snmp/snmprelayd/dispatcher.c b/usr/src/cmd/agents/snmp/snmprelayd/dispatcher.c index 244e702d16..21641346df 100644 --- a/usr/src/cmd/agents/snmp/snmprelayd/dispatcher.c +++ b/usr/src/cmd/agents/snmp/snmprelayd/dispatcher.c @@ -1,5 +1,5 @@ /* - * Copyright 2004 Sun Microsystems, Inc. All Rights Reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -438,10 +438,8 @@ static void print_usage() exit(1); } - -main(argc, argv) - int argc; - char *argv[]; +int +main(int argc, char *argv[]) { int arg; int Fails ; @@ -715,4 +713,6 @@ main(argc, argv) } dispatcher_loop(); + + return (0); } diff --git a/usr/src/cmd/agents/snmp/snmprelayd/enterprises.oid b/usr/src/cmd/agents/snmp/snmprelayd/enterprises.oid index fe364bfdf9..4bb2e4b111 100644 --- a/usr/src/cmd/agents/snmp/snmprelayd/enterprises.oid +++ b/usr/src/cmd/agents/snmp/snmprelayd/enterprises.oid @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,7 +18,10 @@ # # CDDL HEADER END # -# Copyright 1994 Sun Microsystems, Inc. All Rights Reserved. + +# +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. +# Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" # @@ -27,6 +29,7 @@ # # enterprises.oid - SMI Network Management Private Enterprise Codes # + # This file is used by the SunNet Manager build_oid(1) utility as # input in building an Object Identifier (OID) database for use by # SunNet Manager. diff --git a/usr/src/cmd/agents/snmp/snmprelayd/res.c b/usr/src/cmd/agents/snmp/snmprelayd/res.c index 86a8126130..d891a8b6c1 100644 --- a/usr/src/cmd/agents/snmp/snmprelayd/res.c +++ b/usr/src/cmd/agents/snmp/snmprelayd/res.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2004 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -325,7 +325,7 @@ int switch_to_user_id(char *user_name) { struct passwd *sp; - if(user_name == NULL) return; + if(user_name == NULL) return (FALSE); sp = getpwnam(user_name); if(sp != NULL && sp->pw_uid != 0){ setgid(sp->pw_gid); diff --git a/usr/src/cmd/agents/snmp/trapsend/trapsend.c b/usr/src/cmd/agents/snmp/trapsend/trapsend.c index a68152a426..115fd1813d 100644 --- a/usr/src/cmd/agents/snmp/trapsend/trapsend.c +++ b/usr/src/cmd/agents/snmp/trapsend/trapsend.c @@ -2,9 +2,8 @@ * CDDL HEADER START * * The contents of this file are subject to the terms of the - * Common Development and Distribution License, Version 1.0 only - * (the "License"). You may not use this file except in compliance - * with the License. + * Common Development and Distribution License (the "License"). + * You may not use this file except in compliance with the License. * * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE * or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2003 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ #pragma ident "%Z%%M% %I% %E% SMI" @@ -57,9 +57,8 @@ static int is_number (char *buf); -main(argc, argv) -int argc; -char *argv[]; +int +main(int argc, char *argv[]) { extern char *optarg; extern int optind; diff --git a/usr/src/cmd/initpkg/init.d/Makefile b/usr/src/cmd/initpkg/init.d/Makefile index 0d7415a4f4..1f9e90d9b8 100644 --- a/usr/src/cmd/initpkg/init.d/Makefile +++ b/usr/src/cmd/initpkg/init.d/Makefile @@ -2,9 +2,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -19,8 +18,9 @@ # # CDDL HEADER END # + # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -40,7 +40,6 @@ PROG= \ devlinks \ dhcp \ drvconfig \ - init.dmi \ init.snmpdx \ ldap.client \ mkdtab \ diff --git a/usr/src/cmd/initpkg/init.d/init.dmi b/usr/src/cmd/initpkg/init.d/init.dmi deleted file mode 100644 index 32c0f4f177..0000000000 --- a/usr/src/cmd/initpkg/init.d/init.dmi +++ /dev/null @@ -1,73 +0,0 @@ -#!/sbin/sh -# -# CDDL HEADER START -# -# The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. -# -# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE -# or http://www.opensolaris.org/os/licensing. -# See the License for the specific language governing permissions -# and limitations under the License. -# -# When distributing Covered Code, include this CDDL HEADER in each -# file and include the License file at usr/src/OPENSOLARIS.LICENSE. -# If applicable, add the following below this CDDL HEADER, with the -# fields enclosed by brackets "[]" replaced with your own identifying -# information: Portions Copyright [yyyy] [name of copyright owner] -# -# CDDL HEADER END -# -# -# Copyright 2004 Sun Microsystems, Inc. All rights reserved. -# Use is subject to license terms. -# -# ident "%Z%%M% %I% %E% SMI" - -DMI_CONF=/etc/dmi/conf/dmispd.conf - -case "$1" in -'start') - if [ -f ${DMI_CONF} -a -x /usr/lib/dmi/dmispd ]; then - if /usr/bin/egrep -v '^[ ]*(#|$)' ${DMI_CONF} > \ - /dev/null 2>&1; then - /usr/lib/dmi/dmispd - else - # - # Do not start dmi if dmispd.conf contents are trivial. - # - exit 0 - fi - fi - - if [ -f /etc/dmi/conf/snmpXdmid.conf -a \ - -x /usr/lib/dmi/snmpXdmid ]; then - - if /usr/bin/pgrep -x -u 0 snmpdx >/dev/null 2>&1; then - [ -z "$_INIT_UTS_NODENAME" ] && \ - _INIT_UTS_NODENAME=`/usr/bin/uname -n` - `/usr/lib/dmi/snmpXdmid -s $_INIT_UTS_NODENAME` - fi - fi - - if [ -x /etc/dmi/ciagent/ciinvoke ]; then - dirents=`echo /etc/dmi/ciagent/*` - if [ "$dirents" != /etc/dmi/ciagent/ciinvoke ]; then - /etc/dmi/ciagent/ciinvoke - fi - fi - ;; - -'stop') - /usr/bin/pkill -9 -x -u 0 -z ${_INIT_ZONENAME:=`/sbin/zonename`} \ - '(snmpXdmid|dmispd)' - ;; - -*) - echo "Usage: $0 { start | stop }" - exit 1 - ;; -esac -exit 0 diff --git a/usr/src/cmd/initpkg/rc0.d/mk.rc0.d.sh b/usr/src/cmd/initpkg/rc0.d/mk.rc0.d.sh index fab51c00ea..6f1ac0473b 100644 --- a/usr/src/cmd/initpkg/rc0.d/mk.rc0.d.sh +++ b/usr/src/cmd/initpkg/rc0.d/mk.rc0.d.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -25,7 +24,7 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -33,7 +32,7 @@ COMMON_STOPLST="27boot.server" -INIT_STOPLST="07snmpdx 07dmi" +INIT_STOPLST="07snmpdx" INSDIR=${ROOT}/etc/rc0.d diff --git a/usr/src/cmd/initpkg/rc1.d/mk.rc1.d.sh b/usr/src/cmd/initpkg/rc1.d/mk.rc1.d.sh index a78ef43532..0f6188e6d2 100644 --- a/usr/src/cmd/initpkg/rc1.d/mk.rc1.d.sh +++ b/usr/src/cmd/initpkg/rc1.d/mk.rc1.d.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -25,7 +24,7 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -33,7 +32,7 @@ COMMON_STOPLST="27boot.server" -INIT_STOPLST="07snmpdx 07dmi" +INIT_STOPLST="07snmpdx" INSDIR=${ROOT}/etc/rc1.d diff --git a/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh b/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh index ef5bfcb9d1..de66cc1174 100644 --- a/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh +++ b/usr/src/cmd/initpkg/rc2.d/mk.rc2.d.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -25,7 +24,7 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" @@ -40,7 +39,7 @@ COMMON_STARTLST="\ STOPLST="27boot.server" -INIT_STOPLST="07snmpdx 07dmi" +INIT_STOPLST="07snmpdx" INSDIR=${ROOT}/etc/rc2.d diff --git a/usr/src/cmd/initpkg/rc3.d/mk.rc3.d.sh b/usr/src/cmd/initpkg/rc3.d/mk.rc3.d.sh index 3216228684..22193635ce 100644 --- a/usr/src/cmd/initpkg/rc3.d/mk.rc3.d.sh +++ b/usr/src/cmd/initpkg/rc3.d/mk.rc3.d.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -25,14 +24,14 @@ # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # ident "%Z%%M% %I% %E% SMI" STARTLST="16boot.server" -INIT_STARTLST="76snmpdx 77dmi" +INIT_STARTLST="76snmpdx" INSDIR=${ROOT}/etc/rc3.d diff --git a/usr/src/cmd/initpkg/rcS.d/mk.rcS.d.sh b/usr/src/cmd/initpkg/rcS.d/mk.rcS.d.sh index c9228276fe..5fff1cf855 100644 --- a/usr/src/cmd/initpkg/rcS.d/mk.rcS.d.sh +++ b/usr/src/cmd/initpkg/rcS.d/mk.rcS.d.sh @@ -3,9 +3,8 @@ # CDDL HEADER START # # The contents of this file are subject to the terms of the -# Common Development and Distribution License, Version 1.0 only -# (the "License"). You may not use this file except in compliance -# with the License. +# Common Development and Distribution License (the "License"). +# You may not use this file except in compliance with the License. # # You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE # or http://www.opensolaris.org/os/licensing. @@ -21,7 +20,7 @@ # CDDL HEADER END # # -# Copyright 2005 Sun Microsystems, Inc. All rights reserved. +# Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # # Copyright (c) 1984, 1986, 1987, 1988, 1989 AT&T @@ -35,7 +34,7 @@ COMMON_STARTLST="" COMMON_STOPLST="\ 27boot.server" -INIT_STOPLST="07snmpdx 07dmi" +INIT_STOPLST="07snmpdx" INSDIR=${ROOT}/etc/rcS.d |
