PennMUSH Community

Changeset 561

Show
Ignore:
Timestamp:
11/16/06 05:37:02 (2 years ago)
Author:
pennmush
Message:

PennMUSH 1.8.2p0 release candidate #3.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/trunk/game/restart

    r557 r561  
    55# REQUIRED: You must set this to the path to your game directory. 
    66# E.g.: /home/mush/game 
    7 GAMEDIR=`dirname $0` 
     7GAMEDIR= 
    88 
    99# OPTIONAL things that you may want to tweak. 
     
    2323# Time zone stuff 
    2424# If you want your MUSH to run in a different timezone than the one 
    25 # you're in, you need to identify the target time zone file in  
     25# you're in, you need to identify the target time zone file in 
    2626# /usr/share/zoneinfo or /usr/lib/zoneinfo. Then uncomment the next 
    2727# two lines and set TZ to the desired timezone file, as shown, with 
     
    6161  echo "I don't see $GAMEDIR/netmush. Did you remember to make install?" 
    6262  exit 1 
    63 fi  
     63fi 
    6464 
    6565# 
     
    8080    SUFFIX=`egrep "^compress_suffix" $CONF_FILE | sed "s/[^     ]*[     ]*\(.*\)/\1/" | sed 's/\r$//'` 
    8181fi 
    82    
     82 
    8383 
    8484#-- start up everything