usr/src/tools/scripts/check_rtime.pl
changeset 1303 6e5751a0b831
parent 984 61c2b19b7959
child 1414 b4126407ac5b
--- a/usr/src/tools/scripts/check_rtime.pl	Fri Jan 20 11:54:53 2006 -0800
+++ b/usr/src/tools/scripts/check_rtime.pl	Fri Jan 20 16:06:55 2006 -0800
@@ -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.
@@ -20,12 +19,15 @@
 #
 # 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"
 #
+
+#
 # Check ELF information.
 #
 # This script descends a directory hierarchy inspecting ELF dynamic executables
@@ -210,7 +212,10 @@
 	libfrupicl\.so\.1;\ unused\ object=.*libdl\.so\.1 |
 	libmapmalloc\.so\.1;\ unused |
 	unused\ dependency\ of\ .*libstdc\+\+\.so\.6 |
-	unreferenced\ object=.*libstdc\+\+\.so\.6
+	unreferenced\ object=.*libstdc\+\+\.so\.6 |
+	unused\ dependency\ of\ .*libnetsnmphelpers\.so\.5 |
+	unused\ dependency\ of\ .*libnetsnmpmibs\.so\.5 |
+	unused\ dependency\ of\ .*libnetsnmpagent\.so\.5
 }x;
 
 # Define interpreters we should ignore.