Revision: 6562
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6562&view=rev
Author:   gespinasse
Date:     2012-04-23 20:01:39 +0000 (Mon, 23 Apr 2012)
Log Message:
-----------
No need to use toolchain su-tools as final coreutils installed su

Modified Paths:
--------------
    ipcop/trunk/lfs/bash

Modified: ipcop/trunk/lfs/bash
===================================================================
--- ipcop/trunk/lfs/bash        2012-04-23 05:55:12 UTC (rev 6561)
+++ ipcop/trunk/lfs/bash        2012-04-23 20:01:39 UTC (rev 6562)
@@ -194,7 +194,7 @@
        cd $(DIR_APP) && sed -i 's/LANG/LC_ALL/' tests/intl.tests
        cd $(DIR_APP) && sed -i 's@tests@& </dev/tty@' tests/run-test
        cd $(DIR_APP) && chown -R nobody ./
-       -cd $(DIR_APP) && su-tools nobody -s /bin/bash -c "make tests" &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       -cd $(DIR_APP) && su nobody -s /bin/bash -c "make tests" &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
 endif
        cd $(DIR_APP) && make install
        # contrary to LFS, do not try to 'exec /bin/bash --login +h' or it's 
hang

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to