Revision: 2740
http://ipcop.svn.sourceforge.net/ipcop/?rev=2740&view=rev
Author: gespinasse
Date: 2009-04-23 21:43:54 +0000 (Thu, 23 Apr 2009)
Log Message:
-----------
Not the big right solution but by removing hostname, perl tests now fail.
So revert that change.
Add a comment that we don't say the truth in the rootfiles for some files
already present (as symlink before coreutils installation)
Modified Paths:
--------------
ipcop/trunk/config/rootfiles/common/coreutils
ipcop/trunk/lfs/coreutils
Modified: ipcop/trunk/config/rootfiles/common/coreutils
===================================================================
--- ipcop/trunk/config/rootfiles/common/coreutils 2009-04-22 20:05:56 UTC
(rev 2739)
+++ ipcop/trunk/config/rootfiles/common/coreutils 2009-04-23 21:43:54 UTC
(rev 2740)
@@ -1,5 +1,4 @@
-## coreutils-6.10
-##
+# we lie for cat, pwd, stty, uptime as they already exist but are replaced
bin/cat
bin/chgrp
bin/chmod
@@ -11,6 +10,7 @@
bin/echo
bin/false
bin/head
+bin/hostname
bin/ln
bin/ls
bin/mkdir
@@ -186,9 +186,6 @@
#usr/share/locale/ru/LC_MESSAGES/coreutils.mo
#usr/share/locale/ru/LC_TIME
#usr/share/locale/ru/LC_TIME/coreutils.mo
-#usr/share/locale/rw/LC_MESSAGES/coreutils.mo
-#usr/share/locale/rw/LC_TIME
-#usr/share/locale/rw/LC_TIME/coreutils.mo
#usr/share/locale/sk/LC_MESSAGES/coreutils.mo
#usr/share/locale/sk/LC_TIME
#usr/share/locale/sk/LC_TIME/coreutils.mo
@@ -244,6 +241,7 @@
#usr/share/man/man1/groups.1
#usr/share/man/man1/head.1
#usr/share/man/man1/hostid.1
+#usr/share/man/man1/hostname.1
#usr/share/man/man1/id.1
#usr/share/man/man1/install.1
#usr/share/man/man1/join.1
Modified: ipcop/trunk/lfs/coreutils
===================================================================
--- ipcop/trunk/lfs/coreutils 2009-04-22 20:05:56 UTC (rev 2739)
+++ ipcop/trunk/lfs/coreutils 2009-04-23 21:43:54 UTC (rev 2740)
@@ -100,13 +100,15 @@
ifeq "$(STAGE)" "base"
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH2)
+ # hostname is used by perl tests a bit later
cd $(DIR_APP) && ./configure --prefix=/usr \
+ --enable-install-program=hostname \
--enable-no-install-program=kill,uptime
cd $(DIR_APP) && make -j $(PARALLELISM)
cd $(DIR_APP) && make install
mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin
- mv -v /usr/bin/{false,ln,ls,mkdir,mknod,mv,pwd,readlink,rm} /bin
+ mv -v /usr/bin/{false,hostname,ln,ls,mkdir,mknod,mv,pwd,readlink,rm}
/bin
mv -v /usr/bin/{rmdir,stty,sync,true,uname} /bin
mv -v /usr/bin/chroot /usr/sbin
mv -v /usr/bin/{head,sleep,nice} /bin
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensign option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn