693259a191
Installing(/deinstalling) package slurp-1.10_1 causes any existing configuration file /usr/local/news/lib/slurp.sys to be overwritten(/deleted). Since this file may be quite long this is a considerable annoyance. Package should install a sample file instead, eg. /usr/local/news/lib/slurp.sys.sample PR: ports/40276 Submitted by: Thomas Sandford <freebsduser@paradisegreen.co.uk>
5 lines
178 B
Text
5 lines
178 B
Text
news/bin/slurp
|
|
news/lib/slurp.sys.sample
|
|
@unexec rmdir %D/news/lib 2> /dev/null || true
|
|
@unexec rmdir %D/news/bin 2> /dev/null || true
|
|
@unexec rmdir %D/news 2> /dev/null || true
|