freebsd-ports/sysutils/scanbd/files/pkg-message.in
Trenton Schulz 2705e09bd8 sysutils/scanbd: correct file placement and robustness fix
These are additional revisions based on discussion on bug #272066.
There, the placement for the sample scripts wasn't correct. So, we now
move the sample scripts to $LOCALBASE/etc/scanbd/scripts as samples, but
they aren't marked as samples in the plist. There is also a pkg-message
that explains this.

This should be the last revision I can see in the immediate future until
a new release comes out.

PR:		272419
See also:	272066
2023-07-12 00:07:21 +02:00

11 lines
262 B
Text

[
{ type: install
message: <<EOM
Sample scripts that scanbd can use are included in
%%PREFIX%%/etc/scanbd/scripts as <script>.sample. Copy and modify
these to suit your needs (or start from scratch). For details, see
%%PREFIX%%/etc/scanbd/scanbd.conf
EOM
}
]