View | Details | Raw Unified | Return to bug 89178 | Differences between
and this patch

Collapse All | Expand All

(-)pkg-plist (-4 / +2 lines)
Lines 1-7 Link Here
1
bin/sancp
1
bin/sancp
2
etc/sancp.conf-sample
2
etc/sancp.conf-dist
3
etc/rc.d/sancp.sh
3
etc/rc.d/sancp.sh
4
%%DOCSDIR%%/LICENSE
4
%%DOCSDIR%%/LICENSE
5
@unexec if [ -f %D/etc/sancp.conf ]  && ! cmp -s %D/etc/sancp.conf %D/etc/sancp.conf-sample; then rm -f %D/etc/sancp.conf; fi
5
%%PORTDOCS%%@dirrm %%DOCSDIR%%
6
@unexec  if [ -d /var/log/sancp/ ]   && ! rmdir /var/log/sancp/ >/dev/null 2>&1; then  echo "WARNING: Unable to remove log dir '/var/log/sancp/', its probably not empty" ; fi
7
@unexec if [ -f %D/etc/sancp.conf ]; then    echo "WARNING: The %D/etc/sancp.conf file was not removed!"; fi

Return to bug 89178