PR: 149718 Submitted by: Paul Schmehl <pauls _at_ utdallas.edu> (maintainer) Approved by: glarkin (mentor)
9 lines
414 B
Text
9 lines
414 B
Text
bin/barnyard
|
|
@unexec if [ -f %D/etc/barnyard.conf ] && cmp -s %D/etc/barnyard.conf %D/etc/barnyard.conf-sample; then rm -f %D/etc/barnyard.conf; fi
|
|
etc/barnyard.conf-sample
|
|
@exec if [ ! -f %D/etc/barnyard.conf ] ; then cp -p %D/%F %B/barnyard.conf; fi
|
|
%%PORTDOCS%%%%DOCSDIR%%/AUTHORS
|
|
%%PORTDOCS%%%%DOCSDIR%%/COPYING
|
|
%%PORTDOCS%%%%DOCSDIR%%/LICENSE.QPL
|
|
%%PORTDOCS%%%%DOCSDIR%%/README
|
|
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|