Changeset 560
- Timestamp:
- 11/16/06 05:32:59 (2 years ago)
- Files:
-
- 1.8.2/branches/devel/game/restart (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/game/restart
r538 r560 5 5 # REQUIRED: You must set this to the path to your game directory. 6 6 # E.g.: /home/mush/game 7 GAMEDIR= `dirname $0`7 GAMEDIR= 8 8 9 9 # OPTIONAL things that you may want to tweak. … … 23 23 # Time zone stuff 24 24 # 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 26 26 # /usr/share/zoneinfo or /usr/lib/zoneinfo. Then uncomment the next 27 27 # two lines and set TZ to the desired timezone file, as shown, with … … 61 61 echo "I don't see $GAMEDIR/netmush. Did you remember to make install?" 62 62 exit 1 63 fi 63 fi 64 64 65 65 # … … 80 80 SUFFIX=`egrep "^compress_suffix" $CONF_FILE | sed "s/[^ ]*[ ]*\(.*\)/\1/" | sed 's/\r$//'` 81 81 fi 82 82 83 83 84 84 #-- start up everything
