Revision: 6785 http://ipcop.svn.sourceforge.net/ipcop/?rev=6785&view=rev Author: gespinasse Date: 2012-09-30 15:30:41 +0000 (Sun, 30 Sep 2012) Log Message: ----------- Fix the commented permission change, should have been o (other), not a (all)
Modified Paths: -------------- ipcop/trunk/lfs/coreutils Modified: ipcop/trunk/lfs/coreutils =================================================================== --- ipcop/trunk/lfs/coreutils 2012-09-30 14:09:11 UTC (rev 6784) +++ ipcop/trunk/lfs/coreutils 2012-09-30 15:30:41 UTC (rev 6785) @@ -110,7 +110,7 @@ # The user running make.sh own exclusive right to tty, allow root to read stdin in mv/i-3 # This change the setting even outside of the chroot # Commented for now. Never certain to restore permission if you stop during tests and restart the tests from another tty. - #chmod a+r `tty` + #chmod o+r `tty` -cd $(DIR_APP) && make -j 1 NON_ROOT_USERNAME=nobody check-root &> $(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log @@ -124,7 +124,7 @@ # need to be outside ifeq/endif in case a test fail and you recompile without test -sed -i '/dummy/d' /etc/group rm -f /tmp/root-owned /foo - #chmod a-r `tty` + #chmod o-r `tty` cd $(DIR_APP) && make install-exec mv -v /usr/bin/{cat,chgrp,chmod,chown,cp,date,dd,df,echo} /bin This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://ad.doubleclick.net/clk;258768047;13503038;j? http://info.appdynamics.com/FreeJavaPerformanceDownload.html _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn