freebsd-ports/net/wired-tracker/pkg-plist
Martin Wilke 9ea22cc9bf Wired Tracker is the Wired tracker server. Wired servers can register
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>
2006-12-04 21:58:42 +00:00

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