Index: head/net/smokeping/Makefile =================================================================== --- head/net/smokeping/Makefile (revision 79395) +++ head/net/smokeping/Makefile (revision 79396) @@ -1,107 +1,107 @@ # New ports collection makefile for: SmokePing # Date created: Tue Feb 12 22:17:40 CET 2002 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= smokeping -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ MAINTAINER= lars@thegler.dk COMMENT= Latency logging and graphing system RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ ${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping USE_PERL5= yes MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \ FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \ base.pm.1 basefork.pm.1 basevars.pm.1 \ smokeping.1 smokeping.cgi.1 \ smokeping_config.1 smokeping_install.1 PKGMESSAGE= ${WRKDIR}/pkg-message DOCDIR= ${PREFIX}/share/doc/smokeping DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO -DOC2= DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ +DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \ FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \ base.pm basefork.pm basevars.pm smokeping.cgi \ smokeping smokeping_config smokeping_install ETC1= basepage.html config smokemail config-echoping pre-patch: @${MV} ${WRKSRC}/bin/smokeping.dist ${WRKSRC}/bin/smokeping @${MV} ${WRKSRC}/htdocs/smokeping.cgi.dist ${WRKSRC}/htdocs/smokeping.cgi @${PERL} -pi -e ' \ s|/usr/sepp/bin/perl|${PERL}|; \ s|/usr/sepp/bin/speedy|${PREFIX}/bin/speedy|; \ s|use lib qw\(/usr/pack/rrdtool-1.0.40-to/lib/perl\);\n||; \ s|/home/oetiker/data/projects/AADJ-smokeping/dist/etc|${PREFIX}/etc/smokeping|; \ s|/home/oetiker/data/projects/AADJ-smokeping/dist|${PREFIX}/smokeping|; \ s|/home/oetiker/.smokeping/config|${PREFIX}/etc/smokeping/config|; \ s|/usr/lib/sendmail|/usr/sbin/sendmail|; \ s|/usr/sepp/bin/fping|${PREFIX}/sbin/fping|; \ s|dir = /usr/local/smokeping/var|dir = ${PREFIX}/var/smokeping|; \ s|imgcache = /home/oetiker/public_html/.simg|imgcache = ${PREFIX}/smokeping/htdocs/img|; \ s|imgurl = ../.simg|imgurl = /smokeimg|; \ ' \ ${WRKSRC}/bin/smokeping ${WRKSRC}/htdocs/smokeping.cgi ${WRKSRC}/etc/config.dist @${PERL} -p -e ' \ s|%%PREFIX%%|${PREFIX}|g; \ ' \ ${PKGDIR}/pkg-message > ${PKGMESSAGE} do-build: @${RM} ${WRKSRC}/lib/BER.pm @${RM} ${WRKSRC}/lib/SNMP_*.pm pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/smokeping ${PREFIX}/bin .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1 .endfor @${MKDIR} ${DOCDIR} .for file in ${DOC1} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR} .endfor .for file in ${DOC2} @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt ${DOCDIR} .endfor @${MKDIR} ${PREFIX}/etc/smokeping .for file in ${ETC1} @${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping @if [ ! -f ${PREFIX}/etc/smokeping/${file} ]; then \ ${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping/${file} ; \ fi .endfor @${MKDIR} ${PREFIX}/smokeping @${CP} -Rp ${WRKSRC}/[hl]* ${PREFIX}/smokeping/ @${MKDIR} ${PREFIX}/var/smokeping @${CHOWN} smokeping:smokeping ${PREFIX}/var/smokeping @${MKDIR} ${PREFIX}/smokeping/htdocs/img @${CHOWN} www:www ${PREFIX}/smokeping/htdocs/img @if [ ! -f ${PREFIX}/etc/rc.d/smokeping.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/smokeping.sh startup file."; \ ${INSTALL_SCRIPT} ${FILESDIR}/smokeping.sh ${PREFIX}/etc/rc.d/smokeping.sh; \ fi post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net/smokeping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net/smokeping/distinfo =================================================================== --- head/net/smokeping/distinfo (revision 79395) +++ head/net/smokeping/distinfo (revision 79396) @@ -1 +1 @@ -MD5 (smokeping-1.19.tar.gz) = f52dcde3ed8d34bf672e75b8dcd39f65 +MD5 (smokeping-1.20.tar.gz) = 6252d186a3e591d11388db54f6940e04 Property changes on: head/net/smokeping/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net/smokeping/pkg-plist =================================================================== --- head/net/smokeping/pkg-plist (revision 79395) +++ head/net/smokeping/pkg-plist (revision 79396) @@ -1,89 +1,93 @@ bin/smokeping etc/rc.d/smokeping.sh @unexec if cmp -s %D/etc/smokeping/basepage.html %D/etc/smokeping/basepage.html.dist; then rm -f %D/etc/smokeping/basepage.html; fi etc/smokeping/basepage.html.dist @exec [ -f %B/basepage.html ] || cp %B/%f %B/basepage.html @unexec if cmp -s %D/etc/smokeping/config %D/etc/smokeping/config.dist; then rm -f %D/etc/smokeping/config; fi etc/smokeping/config.dist @exec [ -f %B/config ] || cp %B/%f %B/config @unexec if cmp -s %D/etc/smokeping/smokemail %D/etc/smokeping/smokemail.dist; then rm -f %D/etc/smokeping/smokemail; fi etc/smokeping/smokemail.dist @exec [ -f %B/smokemail ] || cp %B/%f %B/smokemail @unexec if cmp -s %D/etc/smokeping/config-echoping %D/etc/smokeping/config-echoping.dist; then rm -f %D/etc/smokeping/config-echoping; fi etc/smokeping/config-echoping.dist @exec [ -f %B/config-echoping ] || cp %B/%f %B/config-echoping share/doc/smokeping/CHANGES share/doc/smokeping/CONTRIBUTORS share/doc/smokeping/COPYING share/doc/smokeping/COPYRIGHT share/doc/smokeping/README share/doc/smokeping/TODO +share/doc/smokeping/Curl.pm.html +share/doc/smokeping/Curl.pm.txt share/doc/smokeping/DNS.pm.html share/doc/smokeping/DNS.pm.txt share/doc/smokeping/EchoPing.pm.html share/doc/smokeping/EchoPing.pm.txt share/doc/smokeping/EchoPingChargen.pm.html share/doc/smokeping/EchoPingChargen.pm.txt share/doc/smokeping/EchoPingDiscard.pm.html share/doc/smokeping/EchoPingDiscard.pm.txt share/doc/smokeping/EchoPingHttp.pm.html share/doc/smokeping/EchoPingHttp.pm.txt share/doc/smokeping/EchoPingHttps.pm.html share/doc/smokeping/EchoPingHttps.pm.txt share/doc/smokeping/EchoPingIcp.pm.html share/doc/smokeping/EchoPingIcp.pm.txt share/doc/smokeping/EchoPingSmtp.pm.html share/doc/smokeping/EchoPingSmtp.pm.txt share/doc/smokeping/FPing.pm.html share/doc/smokeping/FPing.pm.txt share/doc/smokeping/FPing6.pm.html share/doc/smokeping/FPing6.pm.txt share/doc/smokeping/IOSPing.pm.html share/doc/smokeping/IOSPing.pm.txt share/doc/smokeping/ParseConfig.pm.html share/doc/smokeping/ParseConfig.pm.txt share/doc/smokeping/Smokeping.pm.html share/doc/smokeping/Smokeping.pm.txt share/doc/smokeping/base.pm.html share/doc/smokeping/base.pm.txt share/doc/smokeping/basefork.pm.html share/doc/smokeping/basefork.pm.txt share/doc/smokeping/basevars.pm.html share/doc/smokeping/basevars.pm.txt share/doc/smokeping/smokeping.cgi.html share/doc/smokeping/smokeping.cgi.txt share/doc/smokeping/smokeping.html share/doc/smokeping/smokeping.txt share/doc/smokeping/smokeping_config.html share/doc/smokeping/smokeping_config.txt share/doc/smokeping/smokeping_install.html share/doc/smokeping/smokeping_install.txt smokeping/htdocs/smokeping.cgi smokeping/lib/Smokeping.pm smokeping/lib/probes/FPing.pm smokeping/lib/probes/FPing6.pm smokeping/lib/probes/IOSPing.pm smokeping/lib/probes/base.pm smokeping/lib/probes/EchoPing.pm smokeping/lib/probes/EchoPingChargen.pm smokeping/lib/probes/EchoPingDiscard.pm smokeping/lib/probes/EchoPingHttp.pm smokeping/lib/probes/EchoPingHttps.pm smokeping/lib/probes/EchoPingIcp.pm smokeping/lib/probes/EchoPingSmtp.pm smokeping/lib/probes/DNS.pm smokeping/lib/probes/basefork.pm smokeping/lib/probes/basevars.pm +smokeping/lib/probes/Curl.pm smokeping/lib/ISG/ParseConfig.pm +smokeping/lib/ISG/VppGateway.pm @unexec rmdir %D/etc/smokeping || true @exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img @unexec rm -rf %D/smokeping/htdocs/img @exec mkdir -p %D/var/smokeping @exec chown smokeping:smokeping %D/var/smokeping @unexec rmdir %D/var/smokeping 2>/dev/null || true @dirrm smokeping/htdocs @dirrm smokeping/lib/probes @dirrm smokeping/lib/ISG @dirrm smokeping/lib @dirrm share/doc/smokeping @unexec rmdir %D/smokeping 2>/dev/null || true Property changes on: head/net/smokeping/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property Index: head/net-mgmt/smokeping/Makefile =================================================================== --- head/net-mgmt/smokeping/Makefile (revision 79395) +++ head/net-mgmt/smokeping/Makefile (revision 79396) @@ -1,107 +1,107 @@ # New ports collection makefile for: SmokePing # Date created: Tue Feb 12 22:17:40 CET 2002 # Whom: Lars Thegler # # $FreeBSD$ # PORTNAME= smokeping -PORTVERSION= 1.19 +PORTVERSION= 1.20 CATEGORIES= net www MASTER_SITES= http://people.ee.ethz.ch/~oetiker/webtools/smokeping/pub/ MAINTAINER= lars@thegler.dk COMMENT= Latency logging and graphing system RUN_DEPENDS= rrdtool:${PORTSDIR}/net/rrdtool \ ${SITE_PERL}/CGI/SpeedyCGI.pm:${PORTSDIR}/www/p5-CGI-SpeedyCGI \ ${SITE_PERL}/BER.pm:${PORTSDIR}/net/p5-SNMP_Session \ ${SITE_PERL}/CGI.pm:${PORTSDIR}/www/p5-CGI.pm \ ${SITE_PERL}/${PERL_ARCH}/Digest/MD5.pm:${PORTSDIR}/security/p5-Digest-MD5 \ ${SITE_PERL}/Pod/Usage.pm:${PORTSDIR}/textproc/p5-PodParser \ ${SITE_PERL}/Net/SMTP.pm:${PORTSDIR}/net/p5-Net \ ${LOCALBASE}/sbin/fping:${PORTSDIR}/net/fping USE_PERL5= yes MAN1= DNS.pm.1 EchoPing.pm.1 EchoPingChargen.pm.1 EchoPingDiscard.pm.1 \ EchoPingHttp.pm.1 EchoPingHttps.pm.1 EchoPingIcp.pm.1 EchoPingSmtp.pm.1 \ FPing.pm.1 FPing6.pm.1 IOSPing.pm.1 ParseConfig.pm.1 Smokeping.pm.1 \ base.pm.1 basefork.pm.1 basevars.pm.1 \ smokeping.1 smokeping.cgi.1 \ smokeping_config.1 smokeping_install.1 PKGMESSAGE= ${WRKDIR}/pkg-message DOCDIR= ${PREFIX}/share/doc/smokeping DOC1= CHANGES CONTRIBUTORS COPYING COPYRIGHT README TODO -DOC2= DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ +DOC2= Curl.pm DNS.pm EchoPing.pm EchoPingChargen.pm EchoPingDiscard.pm \ EchoPingHttp.pm EchoPingHttps.pm EchoPingIcp.pm EchoPingSmtp.pm \ FPing.pm FPing6.pm IOSPing.pm ParseConfig.pm Smokeping.pm \ base.pm basefork.pm basevars.pm smokeping.cgi \ smokeping smokeping_config smokeping_install ETC1= basepage.html config smokemail config-echoping pre-patch: @${MV} ${WRKSRC}/bin/smokeping.dist ${WRKSRC}/bin/smokeping @${MV} ${WRKSRC}/htdocs/smokeping.cgi.dist ${WRKSRC}/htdocs/smokeping.cgi @${PERL} -pi -e ' \ s|/usr/sepp/bin/perl|${PERL}|; \ s|/usr/sepp/bin/speedy|${PREFIX}/bin/speedy|; \ s|use lib qw\(/usr/pack/rrdtool-1.0.40-to/lib/perl\);\n||; \ s|/home/oetiker/data/projects/AADJ-smokeping/dist/etc|${PREFIX}/etc/smokeping|; \ s|/home/oetiker/data/projects/AADJ-smokeping/dist|${PREFIX}/smokeping|; \ s|/home/oetiker/.smokeping/config|${PREFIX}/etc/smokeping/config|; \ s|/usr/lib/sendmail|/usr/sbin/sendmail|; \ s|/usr/sepp/bin/fping|${PREFIX}/sbin/fping|; \ s|dir = /usr/local/smokeping/var|dir = ${PREFIX}/var/smokeping|; \ s|imgcache = /home/oetiker/public_html/.simg|imgcache = ${PREFIX}/smokeping/htdocs/img|; \ s|imgurl = ../.simg|imgurl = /smokeimg|; \ ' \ ${WRKSRC}/bin/smokeping ${WRKSRC}/htdocs/smokeping.cgi ${WRKSRC}/etc/config.dist @${PERL} -p -e ' \ s|%%PREFIX%%|${PREFIX}|g; \ ' \ ${PKGDIR}/pkg-message > ${PKGMESSAGE} do-build: @${RM} ${WRKSRC}/lib/BER.pm @${RM} ${WRKSRC}/lib/SNMP_*.pm pre-install: PKG_PREFIX=${PREFIX} ${SH} pkg-install ${PKGNAME} PRE-INSTALL do-install: @${INSTALL_SCRIPT} ${WRKSRC}/bin/smokeping ${PREFIX}/bin .for file in ${MAN1} @${INSTALL_MAN} ${WRKSRC}/doc/${file} ${PREFIX}/man/man1 .endfor @${MKDIR} ${DOCDIR} .for file in ${DOC1} @${INSTALL_DATA} ${WRKSRC}/${file} ${DOCDIR} .endfor .for file in ${DOC2} @${INSTALL_DATA} ${WRKSRC}/doc/${file}.html ${DOCDIR} @${INSTALL_DATA} ${WRKSRC}/doc/${file}.txt ${DOCDIR} .endfor @${MKDIR} ${PREFIX}/etc/smokeping .for file in ${ETC1} @${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping @if [ ! -f ${PREFIX}/etc/smokeping/${file} ]; then \ ${INSTALL_DATA} ${WRKSRC}/etc/${file}.dist ${PREFIX}/etc/smokeping/${file} ; \ fi .endfor @${MKDIR} ${PREFIX}/smokeping @${CP} -Rp ${WRKSRC}/[hl]* ${PREFIX}/smokeping/ @${MKDIR} ${PREFIX}/var/smokeping @${CHOWN} smokeping:smokeping ${PREFIX}/var/smokeping @${MKDIR} ${PREFIX}/smokeping/htdocs/img @${CHOWN} www:www ${PREFIX}/smokeping/htdocs/img @if [ ! -f ${PREFIX}/etc/rc.d/smokeping.sh ]; then \ ${ECHO} "Installing ${PREFIX}/etc/rc.d/smokeping.sh startup file."; \ ${INSTALL_SCRIPT} ${FILESDIR}/smokeping.sh ${PREFIX}/etc/rc.d/smokeping.sh; \ fi post-install: @${CAT} ${PKGMESSAGE} .include Property changes on: head/net-mgmt/smokeping/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.12 \ No newline at end of property +1.13 \ No newline at end of property Index: head/net-mgmt/smokeping/distinfo =================================================================== --- head/net-mgmt/smokeping/distinfo (revision 79395) +++ head/net-mgmt/smokeping/distinfo (revision 79396) @@ -1 +1 @@ -MD5 (smokeping-1.19.tar.gz) = f52dcde3ed8d34bf672e75b8dcd39f65 +MD5 (smokeping-1.20.tar.gz) = 6252d186a3e591d11388db54f6940e04 Property changes on: head/net-mgmt/smokeping/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property Index: head/net-mgmt/smokeping/pkg-plist =================================================================== --- head/net-mgmt/smokeping/pkg-plist (revision 79395) +++ head/net-mgmt/smokeping/pkg-plist (revision 79396) @@ -1,89 +1,93 @@ bin/smokeping etc/rc.d/smokeping.sh @unexec if cmp -s %D/etc/smokeping/basepage.html %D/etc/smokeping/basepage.html.dist; then rm -f %D/etc/smokeping/basepage.html; fi etc/smokeping/basepage.html.dist @exec [ -f %B/basepage.html ] || cp %B/%f %B/basepage.html @unexec if cmp -s %D/etc/smokeping/config %D/etc/smokeping/config.dist; then rm -f %D/etc/smokeping/config; fi etc/smokeping/config.dist @exec [ -f %B/config ] || cp %B/%f %B/config @unexec if cmp -s %D/etc/smokeping/smokemail %D/etc/smokeping/smokemail.dist; then rm -f %D/etc/smokeping/smokemail; fi etc/smokeping/smokemail.dist @exec [ -f %B/smokemail ] || cp %B/%f %B/smokemail @unexec if cmp -s %D/etc/smokeping/config-echoping %D/etc/smokeping/config-echoping.dist; then rm -f %D/etc/smokeping/config-echoping; fi etc/smokeping/config-echoping.dist @exec [ -f %B/config-echoping ] || cp %B/%f %B/config-echoping share/doc/smokeping/CHANGES share/doc/smokeping/CONTRIBUTORS share/doc/smokeping/COPYING share/doc/smokeping/COPYRIGHT share/doc/smokeping/README share/doc/smokeping/TODO +share/doc/smokeping/Curl.pm.html +share/doc/smokeping/Curl.pm.txt share/doc/smokeping/DNS.pm.html share/doc/smokeping/DNS.pm.txt share/doc/smokeping/EchoPing.pm.html share/doc/smokeping/EchoPing.pm.txt share/doc/smokeping/EchoPingChargen.pm.html share/doc/smokeping/EchoPingChargen.pm.txt share/doc/smokeping/EchoPingDiscard.pm.html share/doc/smokeping/EchoPingDiscard.pm.txt share/doc/smokeping/EchoPingHttp.pm.html share/doc/smokeping/EchoPingHttp.pm.txt share/doc/smokeping/EchoPingHttps.pm.html share/doc/smokeping/EchoPingHttps.pm.txt share/doc/smokeping/EchoPingIcp.pm.html share/doc/smokeping/EchoPingIcp.pm.txt share/doc/smokeping/EchoPingSmtp.pm.html share/doc/smokeping/EchoPingSmtp.pm.txt share/doc/smokeping/FPing.pm.html share/doc/smokeping/FPing.pm.txt share/doc/smokeping/FPing6.pm.html share/doc/smokeping/FPing6.pm.txt share/doc/smokeping/IOSPing.pm.html share/doc/smokeping/IOSPing.pm.txt share/doc/smokeping/ParseConfig.pm.html share/doc/smokeping/ParseConfig.pm.txt share/doc/smokeping/Smokeping.pm.html share/doc/smokeping/Smokeping.pm.txt share/doc/smokeping/base.pm.html share/doc/smokeping/base.pm.txt share/doc/smokeping/basefork.pm.html share/doc/smokeping/basefork.pm.txt share/doc/smokeping/basevars.pm.html share/doc/smokeping/basevars.pm.txt share/doc/smokeping/smokeping.cgi.html share/doc/smokeping/smokeping.cgi.txt share/doc/smokeping/smokeping.html share/doc/smokeping/smokeping.txt share/doc/smokeping/smokeping_config.html share/doc/smokeping/smokeping_config.txt share/doc/smokeping/smokeping_install.html share/doc/smokeping/smokeping_install.txt smokeping/htdocs/smokeping.cgi smokeping/lib/Smokeping.pm smokeping/lib/probes/FPing.pm smokeping/lib/probes/FPing6.pm smokeping/lib/probes/IOSPing.pm smokeping/lib/probes/base.pm smokeping/lib/probes/EchoPing.pm smokeping/lib/probes/EchoPingChargen.pm smokeping/lib/probes/EchoPingDiscard.pm smokeping/lib/probes/EchoPingHttp.pm smokeping/lib/probes/EchoPingHttps.pm smokeping/lib/probes/EchoPingIcp.pm smokeping/lib/probes/EchoPingSmtp.pm smokeping/lib/probes/DNS.pm smokeping/lib/probes/basefork.pm smokeping/lib/probes/basevars.pm +smokeping/lib/probes/Curl.pm smokeping/lib/ISG/ParseConfig.pm +smokeping/lib/ISG/VppGateway.pm @unexec rmdir %D/etc/smokeping || true @exec mkdir -p %D/smokeping/htdocs/img; chown www:www %D/smokeping/htdocs/img @unexec rm -rf %D/smokeping/htdocs/img @exec mkdir -p %D/var/smokeping @exec chown smokeping:smokeping %D/var/smokeping @unexec rmdir %D/var/smokeping 2>/dev/null || true @dirrm smokeping/htdocs @dirrm smokeping/lib/probes @dirrm smokeping/lib/ISG @dirrm smokeping/lib @dirrm share/doc/smokeping @unexec rmdir %D/smokeping 2>/dev/null || true Property changes on: head/net-mgmt/smokeping/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property