Source-Changes-HG archive

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

[src/trunk]: src/distrib/sets/lists Do not remove luacore entries, mark them ...



details:   https://anonhg.NetBSD.org/src/rev/27711efbb16b
branches:  trunk
changeset: 325300:27711efbb16b
user:      njoly <njoly%NetBSD.org@localhost>
date:      Tue Dec 17 08:46:37 2013 +0000

description:
Do not remove luacore entries, mark them as obsolete instead.

diffstat:

 distrib/sets/lists/man/mi            |  5 ++++-
 distrib/sets/lists/modules/md.evbppc |  6 +++++-
 distrib/sets/lists/modules/mi        |  4 +++-
 3 files changed, 12 insertions(+), 3 deletions(-)

diffs (78 lines):

diff -r d9373ab9f9b6 -r 27711efbb16b distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Dec 17 01:29:39 2013 +0000
+++ b/distrib/sets/lists/man/mi Tue Dec 17 08:46:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1451 2013/12/16 23:54:26 lneto Exp $
+# $NetBSD: mi,v 1.1452 2013/12/17 08:46:37 njoly Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -3119,6 +3119,7 @@
 ./usr/share/man/cat8/zpool.0                   man-zfs-catman          zfs,.cat
 ./usr/share/man/cat8/zzz.0                     man-sysutil-catman      .cat
 ./usr/share/man/cat9/boot.0                    man-obsolete            obsolete
+./usr/share/man/cat9lua/core.0                 man-obsolete            obsolete
 ./usr/share/man/cat9lua/intro.0                        man-sys-catman          .cat
 ./usr/share/man/cat9lua/pmf.0                  man-sys-catman          .cat
 ./usr/share/man/cat9lua/systm.0                        man-sys-catman          .cat
@@ -5808,6 +5809,7 @@
 ./usr/share/man/html8/zic.html                 man-sysutil-htmlman     html
 ./usr/share/man/html8/zpool.html               man-zfs-htmlman         zfs,html
 ./usr/share/man/html8/zzz.html                 man-sysutil-htmlman     html
+./usr/share/man/html9lua/core.html             man-obsolete            obsolete
 ./usr/share/man/html9lua/intro.html            man-sys-htmlman         html
 ./usr/share/man/html9lua/pmf.html              man-sys-htmlman         html
 ./usr/share/man/html9lua/systm.html            man-sys-htmlman         html
@@ -8886,6 +8888,7 @@
 ./usr/share/man/man8/zpool.8                   man-zfs-man             zfs,.man
 ./usr/share/man/man8/zzz.8                     man-sysutil-man         .man
 ./usr/share/man/man9/boot.9                    man-obsolete            obsolete
+./usr/share/man/man9lua/core.9lua              man-obsolete            obsolete
 ./usr/share/man/man9lua/intro.9lua             man-sys-man             .man
 ./usr/share/man/man9lua/pmf.9lua               man-sys-man             .man
 ./usr/share/man/man9lua/systm.9lua             man-sys-man             .man
diff -r d9373ab9f9b6 -r 27711efbb16b distrib/sets/lists/modules/md.evbppc
--- a/distrib/sets/lists/modules/md.evbppc      Tue Dec 17 01:29:39 2013 +0000
+++ b/distrib/sets/lists/modules/md.evbppc      Tue Dec 17 08:46:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: md.evbppc,v 1.38 2013/12/16 23:54:26 lneto Exp $
+# $NetBSD: md.evbppc,v 1.39 2013/12/17 08:46:37 njoly Exp $
 ./stand/powerpc-4xx                                                    base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@                                                base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@/modules                                        base-kernel-modules     kmod,compatmodules
@@ -96,6 +96,8 @@
 ./stand/powerpc-4xx/@OSRELEASE@/modules/lfs/lfs.kmod                   base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@/modules/lua                            base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@/modules/lua/lua.kmod                   base-kernel-modules     kmod,compatmodules
+./stand/powerpc-4xx/@OSRELEASE@/modules/luacore                                base-obsolete           obsolete
+./stand/powerpc-4xx/@OSRELEASE@/modules/luacore/luacore.kmod           base-obsolete           obsolete
 ./stand/powerpc-4xx/@OSRELEASE@/modules/luapmf                         base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@/modules/luapmf/luapmf.kmod             base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-4xx/@OSRELEASE@/modules/luasystm                       base-kernel-modules     kmod,compatmodules
@@ -303,6 +305,8 @@
 ./stand/powerpc-booke/@OSRELEASE@/modules/lfs/lfs.kmod                 base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/lua                          base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/lua/lua.kmod                 base-kernel-modules     kmod,compatmodules
+./stand/powerpc-booke/@OSRELEASE@/modules/luacore                      base-obsolete           obsolete
+./stand/powerpc-booke/@OSRELEASE@/modules/luacore/luacore.kmod         base-obsolete           obsolete
 ./stand/powerpc-booke/@OSRELEASE@/modules/luapmf                       base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/luapmf/luapmf.kmod           base-kernel-modules     kmod,compatmodules
 ./stand/powerpc-booke/@OSRELEASE@/modules/luasystm                     base-kernel-modules     kmod,compatmodules
diff -r d9373ab9f9b6 -r 27711efbb16b distrib/sets/lists/modules/mi
--- a/distrib/sets/lists/modules/mi     Tue Dec 17 01:29:39 2013 +0000
+++ b/distrib/sets/lists/modules/mi     Tue Dec 17 08:46:37 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.60 2013/12/16 23:54:26 lneto Exp $
+# $NetBSD: mi,v 1.61 2013/12/17 08:46:37 njoly Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -98,6 +98,8 @@
 ./@MODULEDIR@/lfs/lfs.kmod                     base-kernel-modules     kmod
 ./@MODULEDIR@/lua                              base-kernel-modules     kmod
 ./@MODULEDIR@/lua/lua.kmod                     base-kernel-modules     kmod
+./@MODULEDIR@/luacore                          base-obsolete           obsolete
+./@MODULEDIR@/luacore/luacore.kmod             base-obsolete           obsolete
 ./@MODULEDIR@/luapmf                           base-kernel-modules     kmod
 ./@MODULEDIR@/luapmf/luapmf.kmod               base-kernel-modules     kmod
 ./@MODULEDIR@/luasystm                         base-kernel-modules     kmod



Home | Main Index | Thread Index | Old Index