]> git.pond.sub.org Git - empserver/blob - src/scripts/nightly/patches/All/pre_update.patch
Add a pre_update_hook default in src/lib/global/constants.c, so that
[empserver] / src / scripts / nightly / patches / All / pre_update.patch
1 Index: empserver/src/lib/global/constants.c
2 --- empserver/src/lib/global/constants.c        12 Mar 2005 17:24:57 -0000      1.16
3 +++ empserver/src/lib/global/constants.c        15 Mar 2005 19:20:25 -0000
4 @@ -61,7 +61,7 @@
5  char *update_demandtimes = ""; /* times demand update is allowed */
6  char *game_days = "";          /* days game is running */
7  char *game_hours = "";         /* hours game is running */
8 -char *pre_update_hook = "";
9 +char *pre_update_hook = "echo '-=< pre_update_hook executed here >=-'";
10  int max_idle = 15;             /* session dies after max_idle minutes idle */
11  
12  int sect_mob_max = 127;                /* sector mobility limits */