Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: src/distrib/sets/lists/base (lib<name>.so.<N>)



Luke Mewburn <lukem%netbsd.org@localhost> caused:
: Module Name:  src
: Committed By: lukem
: Date:         Fri Mar 28 01:22:44 UTC 2008
:
: Modified Files:
:       src/distrib/sets/lists/base: mi shl.elf shl.mi
[...elided...]

Looks like you fatfingered this one (after the new comment):

        ``("lib<name>.so.<N>" and)'' 

Regards,
Geoff

P.S. exempli gratia is usually written lowercase


Index: mi
===================================================================
RCS file: /cvsroot/src/distrib/sets/lists/base/mi,v
retrieving revision 1.741
retrieving revision 1.742
diff -u -r1.741 -r1.742
--- mi  22 Mar 2008 08:37:24 -0000      1.741
+++ mi  28 Mar 2008 01:22:44 -0000      1.742
@@ -1,7 +1,17 @@
-# $NetBSD: mi,v 1.741 2008/03/22 08:37:24 mlelstv Exp $
+# $NetBSD: mi,v 1.742 2008/03/28 01:22:44 lukem Exp $
 #
-# Note: don't delete entries from here - mark them as "obsolete" instead.
+# Note:        Don't delete entries from here - mark them as "obsolete" 
instead,
+#      unless otherwise stated below.
 #
+# Note:        Do not mark "old" major and major.minor shared libraries as
+#      "obsolete"; just remove the entry, as third-party applications
+#      may be linked against the old major shared library, and
+#      that is a symlink to the old major.minor shared library.
+#      E.g., "lib<name>.so.<N>" and "lib<name>.so.<N>.<M>"
+#      Exceptions to this rule may include shared libraries that
+#      are dlopen()ed at run-time, such as extra locales, etc.
+#
+("lib<name>.so.<N>" and)
 .                                              base-sys-root
 ./altroot                                      base-sys-root
 ./bin                                          base-sys-root
[...elided...]


Home | Main Index | Thread Index | Old Index