9ea22cc9bf
with the tracker with their name, URL and some other vitals, and clients connecting to the tracker will be able to retrieve a listing of all online servers. WWW: http://www.zankasoftware.com/wired/tracker/ PR: ports/106169 Submitted by: trasz <trasz at pin.if.uz.zgora.pl>
8 lines
468 B
Text
8 lines
468 B
Text
@unexec if cmp -s %D/wired/etc/trackerd.conf.sample %D/wired/etc/trackerd.conf; then rm -f %D/wired/etc/trackerd.conf; fi
|
|
wired/etc/trackerd.conf.sample
|
|
@exec if [ ! -f %D/wired/etc/trackerd.conf ] ; then cp -p %D/%F %B/trackerd.conf; fi
|
|
@unexec if cmp -s %D/wired/categories.sample %D/wired/categories; then rm -f %D/wired/categories; fi
|
|
wired/categories.sample
|
|
@exec if [ ! -f %D/wired/categories ] ; then cp -p %D/%F %B/categories; fi
|
|
sbin/trackerd
|
|
bin/trackerdctl
|