Revision: 6473 http://ipcop.svn.sourceforge.net/ipcop/?rev=6473&view=rev Author: owes Date: 2012-03-13 11:32:04 +0000 (Tue, 13 Mar 2012) Log Message: ----------- Make sure sysvinit versions of mountpoint and wall do not overwrite the (newer) util-linux versions.
Modified Paths: -------------- ipcop/trunk/config/rootfiles/common/sysvinit ipcop/trunk/lfs/sysvinit Modified: ipcop/trunk/config/rootfiles/common/sysvinit =================================================================== --- ipcop/trunk/config/rootfiles/common/sysvinit 2012-03-12 18:48:25 UTC (rev 6472) +++ ipcop/trunk/config/rootfiles/common/sysvinit 2012-03-13 11:32:04 UTC (rev 6473) @@ -1,4 +1,3 @@ -bin/mountpoint bin/pidof #sbin/bootlogd #sbin/fstab-decode @@ -19,7 +18,6 @@ #usr/share/man/man1/last.1 #usr/share/man/man1/lastb.1 #usr/share/man/man1/mesg.1 -#usr/share/man/man1/mountpoint.1 #usr/share/man/man1/utmpdump.1 #usr/share/man/man5/initscript.5 #usr/share/man/man5/inittab.5 Modified: ipcop/trunk/lfs/sysvinit =================================================================== --- ipcop/trunk/lfs/sysvinit 2012-03-12 18:48:25 UTC (rev 6472) +++ ipcop/trunk/lfs/sysvinit 2012-03-13 11:32:04 UTC (rev 6473) @@ -83,6 +83,8 @@ @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE) cd $(DIR_APP) && sed -i 's@Sending processes@& configured via /etc/inittab@g' src/init.c + # From LFS: Maintained versions of the wall and mountpoint programs were installed earlier by Util-linux. + cd $(DIR_APP) && sed -i -e 's/utmpdump wall/utmpdump/' -e '/= mountpoint/d' -e 's/mountpoint.1 wall.1//' src/Makefile cd $(DIR_APP) && make cd $(DIR_APP) && make install This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Keep Your Developer Skills Current with LearnDevNow! The most comprehensive online learning library for Microsoft developers is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3, Metro Style Apps, more. Free future releases when you subscribe now! http://p.sf.net/sfu/learndevnow-d2d _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn