[ScryMUD] SVN Commit Info r711 - branches/version-2-1/mud/grrmud
scrymud at wanfear.com
scrymud at wanfear.com
Wed Nov 24 19:49:36 PST 2004
Author: eroper
Date: 2004-11-24 19:49:35 -0800 (Wed, 24 Nov 2004)
New Revision: 711
Modified:
branches/version-2-1/mud/grrmud/startup
Log:
tail -# is deprecated. Using tail -n # instead.
--Khaav
Modified: branches/version-2-1/mud/grrmud/startup
===================================================================
--- branches/version-2-1/mud/grrmud/startup 2004-11-25 03:01:27 UTC (rev 710)
+++ branches/version-2-1/mud/grrmud/startup 2004-11-25 03:49:35 UTC (rev 711)
@@ -54,7 +54,7 @@
echo "<P><a href=core.gz>core file</a><P><a href=gmud.gz>gmud</a></body></html>" >> ~/public_html/private/index.html
fi
- tail -500 ./GMUD.LOG > /tmp/gmud.log
+ tail -n 500 ./GMUD.LOG > /tmp/gmud.log
mv /tmp/gmud.log ./GMUD.log
# Keep a history of the log files that might have been created.
More information about the ScryMUD
mailing list