528f5193e7
PR: 47869 Submitted by: Cyrille Lefevre <cyrille.lefevre@laposte.net>
23 lines
896 B
Text
23 lines
896 B
Text
@comment $FreeBSD$
|
|
etc/rc.d/upclient.sh
|
|
@unexec if cmp -s %D/etc/upclient.conf %D/etc/upclient.conf.sample; then rm -f %D/etc/upclient.conf; fi
|
|
etc/upclient.conf.sample
|
|
@exec [ -f %D/etc/upclient.conf ] || cp -p %D/etc/upclient.conf.sample %D/etc/upclient.conf
|
|
sbin/clientchk
|
|
sbin/upchk
|
|
sbin/upclient
|
|
%%PORTDOCS%%share/doc/upclient/AUTHORS
|
|
%%PORTDOCS%%share/doc/upclient/COPYING
|
|
%%PORTDOCS%%share/doc/upclient/FAQ
|
|
%%PORTDOCS%%share/doc/upclient/HISTORY
|
|
%%PORTDOCS%%share/doc/upclient/HISTORY-BETA
|
|
%%PORTDOCS%%share/doc/upclient/INSTALL
|
|
%%PORTDOCS%%share/doc/upclient/README
|
|
%%PORTDOCS%%share/doc/upclient/TODO
|
|
%%PORTDOCS%%share/doc/upclient/UptimesProtocol5
|
|
share/locale/de/LC_MESSAGES/upclient.mo
|
|
share/locale/es/LC_MESSAGES/upclient.mo
|
|
share/locale/fr/LC_MESSAGES/upclient.mo
|
|
share/locale/it/LC_MESSAGES/upclient.mo
|
|
share/locale/nl/LC_MESSAGES/upclient.mo
|
|
%%PORTDOCS%%@dirrm share/doc/upclient
|