@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
aboutsummaryrefslogtreecommitdiffstats
path: root/devel/picp
Commit message (Expand)AuthorAgeFilesLines
* -remove MD5ohauer2011-07-031-1/+0
* Change my MAINTAINER email to be my @FreeBSD emailxride2006-09-301-1/+1
* - Update to 0.6.8clsung2006-07-272-4/+4
* SHA256ifyedwin2006-01-221-0/+1