PERFORCE change 84410 for review

soc-andrew soc-andrew at FreeBSD.org
Tue Sep 27 19:04:56 PDT 2005


http://perforce.freebsd.org/chv.cgi?CH=84410

Change 84410 by soc-andrew at soc-andrew_serv on 2005/09/28 02:04:16

	Install all the bsdinstaller Lua scripts

Affected files ...

.. //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#5 edit
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/Makefile#3 edit
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/configure.menu/Makefile#1 add
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/configure/Makefile#1 add
.. //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/pit/Makefile#1 add

Differences ...

==== //depot/projects/soc2005/bsdinstaller/src/etc/mtree/BSD.usr.dist#5 (text+ko) ====

@@ -31,12 +31,18 @@
     ..
     libexec
         bsdinstaller
-            base
+            conf
             ..
-            conf
+            configure
+                menu
+                ..
             ..
             install
             ..
+            lib
+            ..
+            pit
+            ..
 	..
         lpr
             ru

==== //depot/projects/soc2005/bsdinstaller/src/libexec/bsdinstaller/Makefile#3 (text+ko) ====

@@ -1,3 +1,3 @@
-SUBDIR=	base conf install lib
+SUBDIR=	base conf configure configure.menu install lib pit
 
 .include <bsd.subdir.mk>


More information about the p4-projects mailing list