mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
e0d2ea5826
PR: 94057 Submitted by: Dean Hollister <dean@odyssey.apana.org.au> (maintainer)
72 lines
2.4 KiB
Plaintext
72 lines
2.4 KiB
Plaintext
@unexec if cmp -s %D/dcc/dcc_conf %D/dcc/dcc_conf.dist; then rm -f %D/dcc/dcc_conf; fi
|
|
dcc/dcc_conf.dist
|
|
@exec [ -f %B/dcc_conf ] || cp %B/%f %B/dcc_conf
|
|
@unexec if cmp -s %D/dcc/flod %D/dcc/flod.dist; then rm -f %D/dcc/flod; fi
|
|
dcc/flod.dist
|
|
@exec [ -f %B/flod ] || cp %B/%f %B/flod
|
|
@unexec if cmp -s %D/dcc/grey_flod %D/dcc/grey_flod.dist; then rm -f %D/dcc/grey_flod; fi
|
|
dcc/grey_flod.dist
|
|
@exec [ -f %B/grey_flod ] || cp %B/%f %B/grey_flod
|
|
@unexec if cmp -s %D/dcc/grey_whitelist %D/dcc/grey_whitelist.dist; then rm -f %D/dcc/grey_whitelist; fi
|
|
dcc/grey_whitelist.dist
|
|
@exec [ -f %B/grey_whitelist ] || cp %B/%f %B/grey_whitelist
|
|
@unexec if cmp -s %D/dcc/ids %D/dcc/ids.dist; then rm -f %D/dcc/ids; fi
|
|
dcc/ids.dist
|
|
@exec [ -f %B/ids ] || cp %B/%f %B/ids
|
|
@unexec if cmp -s %D/dcc/map %D/dcc/map.dist; then rm -f %D/dcc/map; fi
|
|
dcc/map.dist
|
|
@exec [ -f %B/map ] || cp %B/%f %B/map
|
|
@unexec if cmp -s %D/dcc/map.txt %D/dcc/map.txt.dist; then rm -f %D/dcc/map.txt; fi
|
|
dcc/map.txt.dist
|
|
@exec [ -f %B/map.txt ] || cp %B/%f %B/map.txt
|
|
@unexec if cmp -s %D/dcc/whiteclnt %D/dcc/whiteclnt.dist; then rm -f %D/dcc/whiteclnt; fi
|
|
dcc/whiteclnt.dist
|
|
@exec [ -f %B/whiteclnt ] || cp %B/%f %B/whiteclnt
|
|
@unexec if cmp -s %D/dcc/whitecommon %D/dcc/whitecommon.dist; then rm -f %D/dcc/whitecommon; fi
|
|
dcc/whitecommon.dist
|
|
@exec [ -f %B/whitecommon ] || cp %B/%f %B/whitecommon
|
|
@unexec if cmp -s %D/dcc/whitelist %D/dcc/whitelist.dist; then rm -f %D/dcc/whitelist; fi
|
|
dcc/whitelist.dist
|
|
@exec [ -f %B/whitelist ] || cp %B/%f %B/whitelist
|
|
bin/cdcc
|
|
bin/dccif-test
|
|
bin/dccproc
|
|
dcc/cgi-bin/README
|
|
dcc/cgi-bin/chgpasswd
|
|
dcc/cgi-bin/common
|
|
dcc/cgi-bin/edit-whiteclnt
|
|
dcc/cgi-bin/http2https
|
|
dcc/cgi-bin/list-log
|
|
dcc/cgi-bin/list-msg
|
|
dcc/cgi-bin/webuser-notify
|
|
dcc/libexec/cron-dccd
|
|
%%WITH_DCCIFD%%dcc/libexec/dccifd
|
|
%%WITH_SENDMAIL%%dcc/libexec/dccm
|
|
dcc/libexec/dbclean
|
|
dcc/libexec/dblist
|
|
dcc/libexec/dcc-stats-collect
|
|
dcc/libexec/dcc-stats-graph
|
|
dcc/libexec/dcc-stats-init
|
|
dcc/libexec/dccd
|
|
dcc/libexec/dccsight
|
|
dcc/libexec/fetchblack
|
|
dcc/libexec/fetch-testmsg-whitelist
|
|
dcc/libexec/hackmc
|
|
dcc/libexec/list-clients
|
|
dcc/libexec/logger
|
|
dcc/libexec/newwebuser
|
|
dcc/libexec/rcDCC
|
|
dcc/libexec/start-dccd
|
|
dcc/libexec/start-dccifd
|
|
dcc/libexec/start-dccm
|
|
dcc/libexec/start-grey
|
|
dcc/libexec/stats-get
|
|
dcc/libexec/stop-dccd
|
|
dcc/libexec/updatedcc
|
|
dcc/libexec/uninstalldcc
|
|
dcc/libexec/wlist
|
|
@dirrm dcc/log
|
|
@dirrm dcc/libexec
|
|
@dirrm dcc/cgi-bin
|
|
@dirrmtry dcc
|