svn commit: r370391 - in head/net-mgmt/xymon-server: . files
Mark Felder
feld at FreeBSD.org
Tue Oct 7 19:43:34 UTC 2014
Author: feld
Date: Tue Oct 7 19:43:33 2014
New Revision: 370391
URL: https://svnweb.freebsd.org/changeset/ports/370391
QAT: https://qat.redports.org/buildarchive/r370391/
Log:
Add CPE support and fix plist issue I'd previously missed.
While here, modernize port and plist.
Modified:
head/net-mgmt/xymon-server/Makefile
head/net-mgmt/xymon-server/files/patch-xymond-Makefile
head/net-mgmt/xymon-server/files/xymon-server.in
head/net-mgmt/xymon-server/pkg-plist
Modified: head/net-mgmt/xymon-server/Makefile
==============================================================================
--- head/net-mgmt/xymon-server/Makefile Tue Oct 7 19:35:59 2014 (r370390)
+++ head/net-mgmt/xymon-server/Makefile Tue Oct 7 19:43:33 2014 (r370391)
@@ -2,7 +2,7 @@
PORTNAME= xymon
PORTVERSION= 4.3.17
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= net-mgmt www
MASTER_SITES= SF/xymon/Xymon/${PORTVERSION}
PKGNAMESUFFIX= -server${PKGNAMESUFFIX2}
@@ -29,7 +29,10 @@ XYMONUSER?= xymon
XYMONHOSTNAME?= xymon.example.com
XYMONHOSTIP?= 127.0.0.1
-USES= gmake
+USES= cpe gmake shebangfix
+CPE_VENDOR= xymon
+CPE_PRODUCT= xymon
+SHEBANG_FILES= ${WRKSRC}/xymond/xymonreports.sh.DIST ${WRKSRC}/build/upgrade430.sh
USE_OPENSSL= yes
MAKE_JOBS_UNSAFE= yes
CONFIGURE_ENV= MAKE=gmake
@@ -43,9 +46,9 @@ USE_RC_SUBR= xymon-server
SUB_LIST+= XYMONUSER="${XYMONUSER}"
PLIST_SUB+= XYMONUSER="${XYMONUSER}"
-CONFIG_FILES= alerts.cfg analysis.cfg cgioptions.cfg client-local.cfg \
- columndoc.csv combo.cfg graphs.cfg holidays.cfg protocols.cfg \
- rrddefinitions.cfg tasks.cfg xymonserver.cfg
+CONFIG_FILES= cgioptions.cfg client-local.cfg \
+ columndoc.csv graphs.cfg protocols.cfg \
+ tasks.cfg xymonserver.cfg xymon-apache.conf
FIXME1= alerts.cfg hosts.cfg xymon-apache-open xymon-apache-secure
FIXME2= analysis.cfg combo.cfg holidays.cfg rrddefinitions.cfg \
snmpmibs.cfg xymonmenu.cfg xymonserver-migration.cfg
@@ -66,8 +69,6 @@ LIB_DEPENDS+= libnetsnmp.so:${PORTSDIR}/
.endif
post-patch:
- ${REINPLACE_CMD} -e 's|!/bin/bash|!/usr/local/bin/bash|' \
- ${WRKSRC}/xymond/xymonreports.sh.DIST
${REINPLACE_CMD} -e 's|web-build client|web-build|' ${WRKSRC}/build/Makefile.rules
${REINPLACE_CMD} -e 's|install-docs install-client|install-docs|' ${WRKSRC}/build/Makefile.rules
${REINPLACE_CMD} -e 's|$(INSTALLETCDIR)/protocols.cfg|$(INSTALLETCDIR)/protocols.cfg.DIST|' ${WRKSRC}/xymonnet/Makefile
@@ -82,19 +83,13 @@ post-install:
${INSTALL_SCRIPT} ${WRKSRC}/build/upgrade430.sh ${STAGEDIR}${WWWDIR}/server/bin/
${INSTALL_PROGRAM} ${WRKSRC}/build/renamevars ${STAGEDIR}${WWWDIR}/server/bin/
.for i in ${FIXME1}
- ${INSTALL_DATA} ${WRKSRC}/xymond/etcfiles/${i}.DIST ${STAGEDIR}${WWWDIR}/server/etc/
+ ${INSTALL_DATA} ${WRKSRC}/xymond/etcfiles/${i}.DIST ${STAGEDIR}${WWWDIR}/server/etc/${i}.sample
.endfor
.for i in ${FIXME2}
- ${INSTALL_DATA} ${WRKSRC}/xymond/etcfiles/${i} ${STAGEDIR}${WWWDIR}/server/etc/${i}.DIST
+ ${INSTALL_DATA} ${WRKSRC}/xymond/etcfiles/${i} ${STAGEDIR}${WWWDIR}/server/etc/${i}.sample
.endfor
.for i in ${CONFIG_FILES}
- ${CP} -np ${STAGEDIR}${WWWDIR}/server/etc/${i}.DIST \
- ${STAGEDIR}${WWWDIR}/server/etc/${i} || ${TRUE}
+ ${MV} ${STAGEDIR}${WWWDIR}/server/etc/${i}.DIST ${STAGEDIR}${WWWDIR}/server/etc/${i}.sample
.endfor
- # this dir should NOT get installed with the package; will do in rc script
- ${RMDIR} ${STAGEDIR}/var/log/xymon
- ${RMDIR} ${STAGEDIR}/var/log
- ${RMDIR} ${STAGEDIR}/var
-
.include <bsd.port.mk>
Modified: head/net-mgmt/xymon-server/files/patch-xymond-Makefile
==============================================================================
--- head/net-mgmt/xymon-server/files/patch-xymond-Makefile Tue Oct 7 19:35:59 2014 (r370390)
+++ head/net-mgmt/xymon-server/files/patch-xymond-Makefile Tue Oct 7 19:43:33 2014 (r370391)
@@ -1,6 +1,6 @@
---- xymond/Makefile.orig 2011-12-12 23:18:17.000000000 +0100
-+++ xymond/Makefile 2012-01-12 06:55:06.000000000 +0100
-@@ -153,13 +153,13 @@
+--- xymond/Makefile.orig 2014-02-10 21:13:18 UTC
++++ xymond/Makefile
+@@ -180,25 +180,20 @@
cp -fp *.8 $(INSTALLROOT)$(MANROOT)/man8/
install-cfg:
@@ -21,3 +21,16 @@
cd $(INSTALLROOT)$(XYMONHOME); rm -f xymon.sh; ln -sf bin/xymon.sh .
cd wwwfiles; find . | grep -v RCS | grep -v ".svn" | grep -v DIST | ../../build/setup-newfiles $(INSTALLROOT)$(INSTALLWWWDIR)/ ../../build/md5.dat
cd webfiles; find . | grep -v RCS | grep -v ".svn" | grep -v DIST | ../../build/setup-newfiles $(INSTALLROOT)$(INSTALLWEBDIR)/ ../../build/md5.dat
+- touch $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg.bak
+- chmod 664 $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg.bak
+- mkdir -p $(INSTALLROOT)$(XYMONLOGDIR); chmod 755 $(INSTALLROOT)$(XYMONLOGDIR)
+ mkdir -p $(INSTALLROOT)$(INSTALLETCDIR)/tasks.d; chmod 755 $(INSTALLROOT)$(INSTALLETCDIR)/tasks.d
+ ifndef PKGBUILD
+- chown $(XYMONUSER) $(INSTALLROOT)$(XYMONLOGDIR) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/* $(INSTALLROOT)$(INSTALLBINDIR)/* $(INSTALLROOT)$(INSTALLETCDIR)/* $(INSTALLROOT)$(INSTALLEXTDIR)/* $(INSTALLROOT)$(INSTALLWEBDIR)/* $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/gifs/* $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/menu/* $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/wml $(INSTALLROOT)$(XYMONVAR) $(INSTALLROOT)$(XYMONVAR)/*
++ chown $(XYMONUSER) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/* $(INSTALLROOT)$(INSTALLBINDIR)/* $(INSTALLROOT)$(INSTALLETCDIR)/* $(INSTALLROOT)$(INSTALLEXTDIR)/* $(INSTALLROOT)$(INSTALLWEBDIR)/* $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/gifs/* $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/menu/* $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/wml $(INSTALLROOT)$(XYMONVAR) $(INSTALLROOT)$(XYMONVAR)/*
+ chgrp `$(IDTOOL) -g $(XYMONUSER)` $(INSTALLROOT)$(XYMONLOGDIR) $(INSTALLROOT)$(XYMONHOME) $(INSTALLROOT)$(XYMONHOME)/* $(INSTALLROOT)$(INSTALLBINDIR)/* $(INSTALLROOT)$(INSTALLETCDIR)/* $(INSTALLROOT)$(INSTALLEXTDIR)/* $(INSTALLROOT)$(INSTALLWEBDIR)/* $(INSTALLROOT)$(INSTALLWWWDIR)/gifs $(INSTALLROOT)$(INSTALLWWWDIR)/gifs/* $(INSTALLROOT)$(INSTALLWWWDIR)/menu $(INSTALLROOT)$(INSTALLWWWDIR)/menu/* $(INSTALLROOT)$(INSTALLWWWDIR)/help $(INSTALLROOT)$(INSTALLWWWDIR)/notes $(INSTALLROOT)$(INSTALLWWWDIR)/html $(INSTALLROOT)$(INSTALLWWWDIR)/wml $(INSTALLROOT)$(XYMONVAR) $(INSTALLROOT)$(XYMONVAR)/*
+- chgrp $(HTTPDGID) $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg.bak
+- chmod 664 $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg $(INSTALLROOT)$(INSTALLETCDIR)/critical.cfg.bak
+
+ chown root $(INSTALLROOT)$(INSTALLBINDIR)/xymonping || echo "Could not make xymonping owned by root, continuing"
+ chmod 4755 $(INSTALLROOT)$(INSTALLBINDIR)/xymonping || echo "Could not make xymonping suid-root, continuing"
Modified: head/net-mgmt/xymon-server/files/xymon-server.in
==============================================================================
--- head/net-mgmt/xymon-server/files/xymon-server.in Tue Oct 7 19:35:59 2014 (r370390)
+++ head/net-mgmt/xymon-server/files/xymon-server.in Tue Oct 7 19:43:33 2014 (r370391)
@@ -27,6 +27,12 @@ xymon_prestart()
if [ ! -d /var/log/xymon ]; then
install -d -o xymon /var/log/xymon
fi
+
+ for i in critical.cfg critical.cfg.bak ; do
+ if [ ! -f ${i} ]; then
+ install -o xymon -g xymon /dev/null %%WWWDIR%%/server/etc/${i} ;
+ fi
+ done
}
run_rc_command "$1"
Modified: head/net-mgmt/xymon-server/pkg-plist
==============================================================================
--- head/net-mgmt/xymon-server/pkg-plist Tue Oct 7 19:35:59 2014 (r370390)
+++ head/net-mgmt/xymon-server/pkg-plist Tue Oct 7 19:43:33 2014 (r370391)
@@ -163,61 +163,25 @@ man/man8/xymonproxy.8
%%WWWDIR%%/server/bin/xymonping
%%WWWDIR%%/server/bin/xymonproxy
%%WWWDIR%%/server/bin/xymonreports.sh
-%%WWWDIR%%/server/etc/xymon-apache-open.DIST
-%%WWWDIR%%/server/etc/xymon-apache-secure.DIST
-%%WWWDIR%%/server/etc/xymon-apache.conf.DIST
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/alerts.cfg %D/%%WWWDIR%%/server/etc/alerts.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/alerts.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/analysis.cfg %D/%%WWWDIR%%/server/etc/analysis.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/analysis.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/cgioptions.cfg %D/%%WWWDIR%%/server/etc/cgioptions.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/cgioptions.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/client-local.cfg %D/%%WWWDIR%%/server/etc/client-local.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/client-local.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/columndoc.csv %D/%%WWWDIR%%/server/etc/columndoc.csv.DIST; then rm -f %D/%%WWWDIR%%/server/etc/columndoc.csv; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/combo.cfg %D/%%WWWDIR%%/server/etc/combo.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/combo.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/graphs.cfg %D/%%WWWDIR%%/server/etc/graphs.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/graphs.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/holidays.cfg %D/%%WWWDIR%%/server/etc/holidays.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/holidays.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/hosts.cfg %D/%%WWWDIR%%/server/etc/hosts.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/hosts.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/protocols.cfg %D/%%WWWDIR%%/server/etc/protocols.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/protocols.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/rrddefinitions.cfg %D/%%WWWDIR%%/server/etc/rrddefinitions.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/rrddefinitions.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/snmpmibs.cfg %D/%%WWWDIR%%/server/etc/snmpmibs.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/snmpmibs.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/tasks.cfg %D/%%WWWDIR%%/server/etc/tasks.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/tasks.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/xymonmenu.cfg %D/%%WWWDIR%%/server/etc/xymonmenu.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/xymonmenu.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/xymonserver-migration.cfg %D/%%WWWDIR%%/server/etc/xymonserver-migration.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/xymonserver-migration.cfg; fi
- at unexec if cmp -s %D/%%WWWDIR%%/server/etc/xymonserver.cfg %D/%%WWWDIR%%/server/etc/xymonserver.cfg.DIST; then rm -f %D/%%WWWDIR%%/server/etc/xymonserver.cfg; fi
- at unexec if test ! -s %D/%%WWWDIR%%/server/etc/critical.cfg; then rm -f %D/%%WWWDIR%%/server/etc/critical.cfg; fi
- at unexec if test ! -s %D/%%WWWDIR%%/server/etc/critical.cfg.bak; then rm -f %D/%%WWWDIR%%/server/etc/critical.cfg.bak; fi
-%%WWWDIR%%/server/etc/alerts.cfg.DIST
- at exec [ ! -f %B/alerts.cfg ] && cp %B/%f %B/alerts.cfg
-%%WWWDIR%%/server/etc/analysis.cfg.DIST
- at exec [ ! -f %B/analysis.cfg ] && cp %B/%f %B/analysis.cfg
-%%WWWDIR%%/server/etc/cgioptions.cfg.DIST
- at exec [ ! -f %B/cgioptions.cfg ] && cp %B/%f %B/cgioptions.cfg
-%%WWWDIR%%/server/etc/client-local.cfg.DIST
- at exec [ ! -f %B/client-local.cfg ] && cp %B/%f %B/client-local.cfg
-%%WWWDIR%%/server/etc/columndoc.csv.DIST
- at exec [ ! -f %B/columndoc.csv ] && cp %B/%f %B/columndoc.csv
-%%WWWDIR%%/server/etc/combo.cfg.DIST
- at exec [ ! -f %B/combo.cfg ] && cp %B/%f %B/combo.cfg
-%%WWWDIR%%/server/etc/graphs.cfg.DIST
- at exec [ ! -f %B/graphs.cfg ] && cp %B/%f %B/graphs.cfg
-%%WWWDIR%%/server/etc/holidays.cfg.DIST
- at exec [ ! -f %B/holidays.cfg ] && cp %B/%f %B/holidays.cfg
-%%WWWDIR%%/server/etc/hosts.cfg.DIST
- at exec [ ! -f %B/hosts.cfg ] && cp %B/%f %B/hosts.cfg
-%%WWWDIR%%/server/etc/protocols.cfg.DIST
- at exec [ ! -f %B/protocols.cfg ] && cp %B/%f %B/protocols.cfg
-%%WWWDIR%%/server/etc/rrddefinitions.cfg.DIST
- at exec [ ! -f %B/rrddefinitions.cfg ] && cp %B/%f %B/rrddefinitions.cfg
-%%WWWDIR%%/server/etc/snmpmibs.cfg.DIST
- at exec [ ! -f %B/snmpmibs.cfg ] && cp %B/%f %B/snmpmibs.cfg
-%%WWWDIR%%/server/etc/tasks.cfg.DIST
- at exec [ ! -f %B/tasks.cfg ] && cp %B/%f %B/tasks.cfg
-%%WWWDIR%%/server/etc/xymonmenu.cfg.DIST
- at exec [ ! -f %B/xymonmenu.cfg ] && cp %B/%f %B/xymonmenu.cfg
-%%WWWDIR%%/server/etc/xymonserver-migration.cfg.DIST
- at exec [ ! -f %B/xymonserver-migration.cfg ] && cp %B/%f %B/xymonserver-migration.cfg
-%%WWWDIR%%/server/etc/xymonserver.cfg.DIST
- at exec [ ! -f %B/xymonserver.cfg ] && cp %B/%f %B/xymonserver.cfg
- at exec touch %D/%%WWWDIR%%/server/etc/critical.cfg %D/%%WWWDIR%%/server/etc/critical.cfg.bak
- at exec chown %%XYMONUSER%% %D/%%WWWDIR%%/server/etc/critical.cfg.bak %D/%%WWWDIR%%/server/etc/critical.cfg
+%%WWWDIR%%/server/etc/xymon-apache-open.sample
+%%WWWDIR%%/server/etc/xymon-apache-secure.sample
+%%WWWDIR%%/server/etc/xymon-apache.conf.sample
+ at sample %%WWWDIR%%/server/etc/alerts.cfg.sample
+ at sample %%WWWDIR%%/server/etc/analysis.cfg.sample
+ at sample %%WWWDIR%%/server/etc/cgioptions.cfg.sample
+ at sample %%WWWDIR%%/server/etc/client-local.cfg.sample
+ at sample %%WWWDIR%%/server/etc/columndoc.csv.sample
+ at sample %%WWWDIR%%/server/etc/combo.cfg.sample
+ at sample %%WWWDIR%%/server/etc/graphs.cfg.sample
+ at sample %%WWWDIR%%/server/etc/holidays.cfg.sample
+ at sample %%WWWDIR%%/server/etc/hosts.cfg.sample
+ at sample %%WWWDIR%%/server/etc/protocols.cfg.sample
+ at sample %%WWWDIR%%/server/etc/rrddefinitions.cfg.sample
+ at sample %%WWWDIR%%/server/etc/snmpmibs.cfg.sample
+ at sample %%WWWDIR%%/server/etc/tasks.cfg.sample
+ at sample %%WWWDIR%%/server/etc/xymonmenu.cfg.sample
+ at sample %%WWWDIR%%/server/etc/xymonserver-migration.cfg.sample
+ at sample %%WWWDIR%%/server/etc/xymonserver.cfg.sample
%%WWWDIR%%/server/ext/xymonnet-again.sh
%%WWWDIR%%/server/web/acknowledge_footer
%%WWWDIR%%/server/web/acknowledge_form
@@ -468,37 +432,37 @@ man/man8/xymonproxy.8
@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/snap
@exec install -d -o %%XYMONUSER%% %D/%%WWWDIR%%/server/www/wml
@exec chown %%XYMONUSER%% %D/%%WWWDIR%%/server/www
- at dirrm %%WWWDIR%%/server/www/wml
- at dirrm %%WWWDIR%%/server/www/snap
- at dirrm %%WWWDIR%%/server/www/rep
- at dirrm %%WWWDIR%%/server/www/notes
- at dirrm %%WWWDIR%%/server/www/menu
- at dirrm %%WWWDIR%%/server/www/html
- at dirrm %%WWWDIR%%/server/www/help/manpages/man8
- at dirrm %%WWWDIR%%/server/www/help/manpages/man7
- at dirrm %%WWWDIR%%/server/www/help/manpages/man5
- at dirrm %%WWWDIR%%/server/www/help/manpages/man1
- at dirrm %%WWWDIR%%/server/www/help/manpages
- at dirrm %%WWWDIR%%/server/www/help
- at dirrm %%WWWDIR%%/server/www/gifs
- at dirrm %%WWWDIR%%/server/www
- at dirrm %%WWWDIR%%/server/web
- at dirrm %%WWWDIR%%/server/tmp
- at dirrm %%WWWDIR%%/server/ext
- at dirrm %%WWWDIR%%/server/etc/tasks.d
- at dirrm %%WWWDIR%%/server/etc
- at dirrm %%WWWDIR%%/server/download
- at dirrm %%WWWDIR%%/server/bin
- at dirrm %%WWWDIR%%/server
- at dirrm %%WWWDIR%%/data/rrd
- at dirrm %%WWWDIR%%/data/logs
- at dirrm %%WWWDIR%%/data/hostdata
- at dirrm %%WWWDIR%%/data/histlogs
- at dirrm %%WWWDIR%%/data/hist
- at dirrm %%WWWDIR%%/data/disabled
- at dirrm %%WWWDIR%%/data/data
- at dirrm %%WWWDIR%%/data/acks
- at dirrm %%WWWDIR%%/data
- at dirrm %%WWWDIR%%/cgi-secure
- at dirrm %%WWWDIR%%/cgi-bin
- at dirrmtry %%WWWDIR%%
+ at dir %%WWWDIR%%/server/www/wml
+ at dir %%WWWDIR%%/server/www/snap
+ at dir %%WWWDIR%%/server/www/rep
+ at dir %%WWWDIR%%/server/www/notes
+ at dir %%WWWDIR%%/server/www/menu
+ at dir %%WWWDIR%%/server/www/html
+ at dir %%WWWDIR%%/server/www/help/manpages/man8
+ at dir %%WWWDIR%%/server/www/help/manpages/man7
+ at dir %%WWWDIR%%/server/www/help/manpages/man5
+ at dir %%WWWDIR%%/server/www/help/manpages/man1
+ at dir %%WWWDIR%%/server/www/help/manpages
+ at dir %%WWWDIR%%/server/www/help
+ at dir %%WWWDIR%%/server/www/gifs
+ at dir %%WWWDIR%%/server/www
+ at dir %%WWWDIR%%/server/web
+ at dir %%WWWDIR%%/server/tmp
+ at dir %%WWWDIR%%/server/ext
+ at dir %%WWWDIR%%/server/etc/tasks.d
+ at dir %%WWWDIR%%/server/etc
+ at dir %%WWWDIR%%/server/download
+ at dir %%WWWDIR%%/server/bin
+ at dir %%WWWDIR%%/server
+ at dir %%WWWDIR%%/data/rrd
+ at dir %%WWWDIR%%/data/logs
+ at dir %%WWWDIR%%/data/hostdata
+ at dir %%WWWDIR%%/data/histlogs
+ at dir %%WWWDIR%%/data/hist
+ at dir %%WWWDIR%%/data/disabled
+ at dir %%WWWDIR%%/data/data
+ at dir %%WWWDIR%%/data/acks
+ at dir %%WWWDIR%%/data
+ at dir %%WWWDIR%%/cgi-secure
+ at dir %%WWWDIR%%/cgi-bin
+ at dir %%WWWDIR%%
More information about the svn-ports-all
mailing list