# HG changeset patch # User Matti Hamalainen # Date 1681811350 -10800 # Node ID 4f2cda3224f85cbeb9980f82e9c87b827d644569 # Parent 390c4f5fecbdc347c238a59280563f531a6c5607 Sync mapsearch scripts. diff -r 390c4f5fecbd -r 4f2cda3224f8 scripts/mapsearch.sysvinit --- a/scripts/mapsearch.sysvinit Tue Apr 18 12:40:21 2023 +0300 +++ b/scripts/mapsearch.sysvinit Tue Apr 18 12:49:10 2023 +0300 @@ -62,7 +62,7 @@ hg clone "$THLIBS_REPO" "$THLIBS_DIR" fi cd "$THLIBS_DIR" && hg pull && hg update - cd "$MAPSEARCH_DIR" && make "bin/mapsearch" -j4 && cp "bin/mapsearch" "$MAPSEARCH_BIN" + cd "$MAPSEARCH_DIR" && make clean && make "bin/mapsearch" -j4 && cp "bin/mapsearch" "$MAPSEARCH_BIN" } diff -r 390c4f5fecbd -r 4f2cda3224f8 scripts/mapsearch.sysvinit.cfg --- a/scripts/mapsearch.sysvinit.cfg Tue Apr 18 12:40:21 2023 +0300 +++ b/scripts/mapsearch.sysvinit.cfg Tue Apr 18 12:49:10 2023 +0300 @@ -2,7 +2,7 @@ # for Pupunen MapSearch daemon SysV init script # Mercurial repository URLs for maputils and th-libs -MAPSEARCH_REPO="http://pupunen.net/hg/maputils" +MAPSEARCH_REPO="https://tnsp.org/hg/batmud/maputils" THLIBS_REPO="https://tnsp.org/hg/th-libs"