[ScryMUD] SVN Commit Info r712 - trunk/mud/grrmud
scrymud at wanfear.com
scrymud at wanfear.com
Wed Nov 24 19:51:17 PST 2004
Author: eroper
Date: 2004-11-24 19:51:16 -0800 (Wed, 24 Nov 2004)
New Revision: 712
Modified:
trunk/mud/grrmud/startup
Log:
Merged 710:711 from branches/version-2-1.
This fixes the invocation of "tail"
--Khaav
Modified: trunk/mud/grrmud/startup
===================================================================
--- trunk/mud/grrmud/startup 2004-11-25 03:49:35 UTC (rev 711)
+++ trunk/mud/grrmud/startup 2004-11-25 03:51:16 UTC (rev 712)
@@ -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