[Vm-dev] [commit][3019] Neaten README.

commits at squeakvm.org commits at squeakvm.org
Wed Jun 25 22:55:10 UTC 2014


Revision: 3019
Author:   eliot
Date:     2014-06-25 15:55:09 -0700 (Wed, 25 Jun 2014)
Log Message:
-----------
Neaten README.  Fix edit of nsvm scripts to still mention squeak vm-dev.

Modified Paths:
--------------
    branches/Cog/build.linux32x86/editnewspeakinstall.sh
    branches/Cog/scripts/uploadvms

Modified: branches/Cog/build.linux32x86/editnewspeakinstall.sh
===================================================================
--- branches/Cog/build.linux32x86/editnewspeakinstall.sh	2014-06-25 21:06:58 UTC (rev 3018)
+++ branches/Cog/build.linux32x86/editnewspeakinstall.sh	2014-06-25 22:55:09 UTC (rev 3019)
@@ -10,7 +10,7 @@
 fi
 if [ -f bin/squeak ]; then
 	mv bin/squeak bin/nsvm
-	ex -u NONE "+g/squeak/s/squeak/nsvm/g" +w +q bin/nsvm
+	ex -u NONE "+g/squeak/s/squeak/nsvm/g" "+/nsvm vm-dev/s//squeak vm-dev/" +w +q bin/nsvm
 fi
 rm -rf man doc
 LIBDIR="`echo lib/squeak/[0-9.-]*`"

Modified: branches/Cog/scripts/uploadvms
===================================================================
--- branches/Cog/scripts/uploadvms	2014-06-25 21:06:58 UTC (rev 3018)
+++ branches/Cog/scripts/uploadvms	2014-06-25 22:55:09 UTC (rev 3019)
@@ -117,11 +117,13 @@
 *       soft    rtprio  2
 
      e.g.
+
 sudo cat >/etc/security/limits.d/squeak.conf <<END
 *       hard    rtprio  2
 *       soft    rtprio  2
 END
 sudo cp /etc/security/limits.d/squeak.conf /etc/security/limits.d/nsvm.conf
+
      Only new processes will have the new security settings. Users must log
      out and log back in for the limits to take effect.  Services must stop
      and then restart for the changes to take effect.



More information about the Vm-dev mailing list