mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Erstmal ein Commit:
OpenVPN zurueck auf den Stand des alten gebracht. Wir bevorzugen die stabile Loesung. ISDN4K-Utils kompiliert - Noch kein rootfile vorhanden. Ibod aktualisiert. Snort-Initscript setzt die Berechtigung der PID auf 644. libxslt hinzugefuegt - Benoetigt vom mISDN-Script. git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@623 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
This commit is contained in:
120
config/isdn4k-utils/config
Normal file
120
config/isdn4k-utils/config
Normal file
@@ -0,0 +1,120 @@
|
||||
#
|
||||
# Automatically generated by make menuconfig: don't edit
|
||||
#
|
||||
|
||||
#
|
||||
# Code maturity level options
|
||||
#
|
||||
# CONFIG_EXPERIMENTAL is not set
|
||||
|
||||
#
|
||||
# General configuration
|
||||
#
|
||||
# CONFIG_BUILDX11 is not set
|
||||
CONFIG_KERNELDIR='/usr/src/linux'
|
||||
CONFIG_BINDIR='/usr/bin'
|
||||
CONFIG_SBINDIR='/usr/sbin'
|
||||
CONFIG_CARD_SBINDIR='/sbin'
|
||||
CONFIG_MANDIR='/usr/share/man'
|
||||
CONFIG_FIRMWAREDIR='/usr/lib/isdn'
|
||||
CONFIG_RUNDIR='/var/run'
|
||||
CONFIG_LOCKDIR='/var/lock'
|
||||
CONFIG_LOCKFILE='LCK..'
|
||||
CONFIG_I4LCONFDIR='/etc/isdn'
|
||||
CONFIG_CONFFILE='isdn.conf'
|
||||
CONFIG_CALLERIDFILE='callerid.conf'
|
||||
CONFIG_USERCONFFILE='~/.isdn'
|
||||
CONFIG_COUNTRYCODE='49'
|
||||
CONFIG_AREACODE='2363'
|
||||
CONFIG_COUNTRY_PREFIX='+'
|
||||
CONFIG_AREA_PREFIX='0'
|
||||
CONFIG_DATADIR='/usr/lib/isdn'
|
||||
LIBDIR='/usr/lib'
|
||||
|
||||
#
|
||||
# Runtime configuration tools
|
||||
#
|
||||
CONFIG_ISDNCTRL=y
|
||||
CONFIG_ISDNCTRL_CONF=y
|
||||
CONFIG_ISDNCTRL_TIMRU=y
|
||||
CONFIG_IPROFD=y
|
||||
CONFIG_DIVERTCTRL=y
|
||||
|
||||
#
|
||||
# Card configuration tools
|
||||
#
|
||||
CONFIG_HISAXCTRL=y
|
||||
CONFIG_ICNCTRL=y
|
||||
# CONFIG_ICNCTRL_DEBUG is not set
|
||||
# CONFIG_ACTCTRL is not set
|
||||
CONFIG_PCBITCTL=y
|
||||
CONFIG_AVMCAPICTRL=y
|
||||
# CONFIG_ACTCTRL is not set
|
||||
CONFIG_EICONCTRL=y
|
||||
|
||||
#
|
||||
# Tools for monitoring activity
|
||||
#
|
||||
CONFIG_IMON=y
|
||||
CONFIG_IMONTTY=y
|
||||
CONFIG_ISDNLOG=y
|
||||
|
||||
#
|
||||
# Options for isdnlog package
|
||||
#
|
||||
CONFIG_ISDNLOG_SERV_PORT=20011
|
||||
CONFIG_ISDNLOG_USERFILE='isdnlog.users'
|
||||
CONFIG_ISDNLOG_CHARGEFILE='charge.dat'
|
||||
CONFIG_ISDNLOG_LOGFILE='/var/log/isdn.log'
|
||||
CONFIG_ISDNLOG_RELOADCMD='/etc/rc.d/init.d/isdn restart'
|
||||
CONFIG_ISDNLOG_STOPCMD='/etc/rc.d/init.d/isdn stop'
|
||||
CONFIG_ISDNLOG_REBOOTCMD='/sbin/reboot'
|
||||
CONFIG_ISDNLOG_DOCDIR=''
|
||||
CONFIG_ISDNLOG_OLDI4LCONFDIR='/etc/isdnlog'
|
||||
CONFIG_ISDNLOG_OLDI4LCONFFILE='isdnlog.conf'
|
||||
# CONFIG_ISDNLOG_POSTGRES is not set
|
||||
# CONFIG_ISDNLOG_MYSQLDB is not set
|
||||
# CONFIG_ISDNLOG_ORACLE is not set
|
||||
CONFIG_ISDN_LOG_DE=y
|
||||
CONFIG_ISDN_LOG_CC_DE=y
|
||||
CONFIG_ISDN_LOG_DEST_DE=y
|
||||
CONFIG_ISDN_LOG_DEST_AT=y
|
||||
CONFIG_ISDN_LOG_DEST_NL=y
|
||||
CONFIG_ISDN_LOG_DEST_CH=y
|
||||
# CONFIG_ISDN_LOG_DEST_BE is not set
|
||||
# CONFIG_ISDN_LOG_DEST_CN is not set
|
||||
CONFIG_IPPPSTATS=y
|
||||
# CONFIG_XISDNLOAD is not set
|
||||
# CONFIG_XMONISDN is not set
|
||||
|
||||
#
|
||||
# Applications
|
||||
#
|
||||
CONFIG_VBOX=y
|
||||
|
||||
#
|
||||
# Options for vbox package
|
||||
#
|
||||
VBOX_SPOOLDIR='/var/spool/vbox'
|
||||
VBOX_LOGDIR='/var/log/vbox'
|
||||
VBOX_PIDDIR='/var/run'
|
||||
VBOX_LOCKDIR='/var/lock'
|
||||
VBOX_DOCDIR='/usr/share/doc/vbox'
|
||||
VBOX_TCL='tcl8.3'
|
||||
# VBOX_SUSPEND_ID is not set
|
||||
CONFIG_IPPPD=y
|
||||
|
||||
#
|
||||
# Options for ipppd
|
||||
#
|
||||
# CONFIG_IPPPD_MSCHAP is not set
|
||||
CONFIG_IPPP_FILTER=y
|
||||
# CONFIG_IPPPD_RADIUS is not set
|
||||
# CONFIG_RADIUS_WTMP_LOGGING is not set
|
||||
RADIUS_CLIENT_CONFIG_FILE=''
|
||||
|
||||
#
|
||||
# Documentation
|
||||
#
|
||||
# CONFIG_GENMAN is not set
|
||||
# CONFIG_FAQ is not set
|
||||
@@ -5,12 +5,8 @@ if [ $1 -eq 0 ]; then
|
||||
name4=${name3##*CN=}
|
||||
clientdisabled=`/bin/grep -iwc off,.*,$name4 /var/ipfire/ovpn/ovpnconfig`
|
||||
if [ "$clientdisabled" = "1" ]; then
|
||||
exit 1
|
||||
exit 1
|
||||
fi
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exit 0
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -1303,7 +1303,6 @@ srv/web/ipfire/cgi-bin/network.cgi
|
||||
srv/web/ipfire/cgi-bin/networks.cgi
|
||||
srv/web/ipfire/cgi-bin/optionsfw.cgi
|
||||
srv/web/ipfire/cgi-bin/outgoingfw.cgi
|
||||
srv/web/ipfire/cgi-bin/ovpnfunc.pl
|
||||
srv/web/ipfire/cgi-bin/ovpnmain.cgi
|
||||
srv/web/ipfire/cgi-bin/pakfire.cgi
|
||||
srv/web/ipfire/cgi-bin/portfw.cgi
|
||||
@@ -1320,7 +1319,6 @@ srv/web/ipfire/cgi-bin/speed.cgi
|
||||
srv/web/ipfire/cgi-bin/system.cgi
|
||||
srv/web/ipfire/cgi-bin/time.cgi
|
||||
srv/web/ipfire/cgi-bin/traffic.cgi
|
||||
#srv/web/ipfire/cgi-bin/trafficadm.cgi
|
||||
srv/web/ipfire/cgi-bin/traffics.cgi
|
||||
srv/web/ipfire/cgi-bin/updatexlrator.cgi
|
||||
srv/web/ipfire/cgi-bin/upload.cgi
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
etc/ppp/ibod.cf
|
||||
etc/isdn/ibod.cf
|
||||
usr/sbin/ibod
|
||||
|
||||
@@ -15,6 +15,7 @@ etc/rc.d/init.d/firewall
|
||||
etc/rc.d/init.d/functions
|
||||
etc/rc.d/init.d/halt
|
||||
etc/rc.d/init.d/localnet
|
||||
etc/rc.d/init.d/mISDN
|
||||
etc/rc.d/init.d/modules
|
||||
etc/rc.d/init.d/mountfs
|
||||
etc/rc.d/init.d/mountkernfs
|
||||
|
||||
335
config/rootfiles/common/libxml2
Normal file
335
config/rootfiles/common/libxml2
Normal file
@@ -0,0 +1,335 @@
|
||||
#usr/bin/xml2-config
|
||||
#usr/bin/xmlcatalog
|
||||
#usr/bin/xmllint
|
||||
#usr/include/libxml2
|
||||
#usr/include/libxml2/libxml
|
||||
#usr/include/libxml2/libxml/DOCBparser.h
|
||||
#usr/include/libxml2/libxml/HTMLparser.h
|
||||
#usr/include/libxml2/libxml/HTMLtree.h
|
||||
#usr/include/libxml2/libxml/SAX.h
|
||||
#usr/include/libxml2/libxml/SAX2.h
|
||||
#usr/include/libxml2/libxml/c14n.h
|
||||
#usr/include/libxml2/libxml/catalog.h
|
||||
#usr/include/libxml2/libxml/chvalid.h
|
||||
#usr/include/libxml2/libxml/debugXML.h
|
||||
#usr/include/libxml2/libxml/dict.h
|
||||
#usr/include/libxml2/libxml/encoding.h
|
||||
#usr/include/libxml2/libxml/entities.h
|
||||
#usr/include/libxml2/libxml/globals.h
|
||||
#usr/include/libxml2/libxml/hash.h
|
||||
#usr/include/libxml2/libxml/list.h
|
||||
#usr/include/libxml2/libxml/nanoftp.h
|
||||
#usr/include/libxml2/libxml/nanohttp.h
|
||||
#usr/include/libxml2/libxml/parser.h
|
||||
#usr/include/libxml2/libxml/parserInternals.h
|
||||
#usr/include/libxml2/libxml/pattern.h
|
||||
#usr/include/libxml2/libxml/relaxng.h
|
||||
#usr/include/libxml2/libxml/schemasInternals.h
|
||||
#usr/include/libxml2/libxml/schematron.h
|
||||
#usr/include/libxml2/libxml/threads.h
|
||||
#usr/include/libxml2/libxml/tree.h
|
||||
#usr/include/libxml2/libxml/uri.h
|
||||
#usr/include/libxml2/libxml/valid.h
|
||||
#usr/include/libxml2/libxml/xinclude.h
|
||||
#usr/include/libxml2/libxml/xlink.h
|
||||
#usr/include/libxml2/libxml/xmlIO.h
|
||||
#usr/include/libxml2/libxml/xmlautomata.h
|
||||
#usr/include/libxml2/libxml/xmlerror.h
|
||||
#usr/include/libxml2/libxml/xmlexports.h
|
||||
#usr/include/libxml2/libxml/xmlmemory.h
|
||||
#usr/include/libxml2/libxml/xmlmodule.h
|
||||
#usr/include/libxml2/libxml/xmlreader.h
|
||||
#usr/include/libxml2/libxml/xmlregexp.h
|
||||
#usr/include/libxml2/libxml/xmlsave.h
|
||||
#usr/include/libxml2/libxml/xmlschemas.h
|
||||
#usr/include/libxml2/libxml/xmlschemastypes.h
|
||||
#usr/include/libxml2/libxml/xmlstring.h
|
||||
#usr/include/libxml2/libxml/xmlunicode.h
|
||||
#usr/include/libxml2/libxml/xmlversion.h
|
||||
#usr/include/libxml2/libxml/xmlwriter.h
|
||||
#usr/include/libxml2/libxml/xpath.h
|
||||
#usr/include/libxml2/libxml/xpathInternals.h
|
||||
#usr/include/libxml2/libxml/xpointer.h
|
||||
#usr/lib/libxml2.a
|
||||
#usr/lib/libxml2.la
|
||||
usr/lib/libxml2.so
|
||||
usr/lib/libxml2.so.2
|
||||
usr/lib/libxml2.so.2.6.26
|
||||
#usr/lib/pkgconfig/libxml-2.0.pc
|
||||
usr/lib/python2.4/site-packages/drv_libxml2.py
|
||||
usr/lib/python2.4/site-packages/libxml2.py
|
||||
#usr/lib/python2.4/site-packages/libxml2mod.a
|
||||
#usr/lib/python2.4/site-packages/libxml2mod.la
|
||||
usr/lib/python2.4/site-packages/libxml2mod.so
|
||||
#usr/lib/xml2Conf.sh
|
||||
#usr/man/man1/xml2-config.1
|
||||
#usr/man/man1/xmlcatalog.1
|
||||
#usr/man/man1/xmllint.1
|
||||
#usr/man/man3/libxml.3
|
||||
#usr/share/aclocal/libxml.m4
|
||||
#usr/share/doc/libxml2-2.6.26
|
||||
#usr/share/doc/libxml2-2.6.26/Copyright
|
||||
#usr/share/doc/libxml2-2.6.26/examples
|
||||
#usr/share/doc/libxml2-2.6.26/examples/testHTML.c
|
||||
#usr/share/doc/libxml2-2.6.26/examples/testSAX.c
|
||||
#usr/share/doc/libxml2-2.6.26/examples/testXPath.c
|
||||
#usr/share/doc/libxml2-2.6.26/examples/xmllint.c
|
||||
#usr/share/doc/libxml2-2.6.26/html
|
||||
#usr/share/doc/libxml2-2.6.26/html/DOM.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/FAQ.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/Libxml2-Logo-180x168.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/Libxml2-Logo-90x34.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/encoding.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/examples.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/examples.xsl
|
||||
#usr/share/doc/libxml2-2.6.26/html/html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/book1.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/home.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/index.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/left.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-DOCBparser.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-HTMLparser.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-HTMLtree.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-SAX.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-SAX2.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-c14n.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-catalog.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-chvalid.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-debugXML.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-dict.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-encoding.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-entities.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-globals.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-hash.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-lib.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-list.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-nanoftp.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-nanohttp.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-parser.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-parserInternals.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-pattern.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-relaxng.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-schemasInternals.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-schematron.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-threads.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-tree.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-uri.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-valid.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xinclude.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xlink.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlIO.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlautomata.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlerror.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlexports.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlmemory.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlmodule.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlreader.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlregexp.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlsave.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlschemas.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlschemastypes.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlstring.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlunicode.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlversion.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xmlwriter.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xpath.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xpathInternals.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/libxml-xpointer.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/right.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/html/up.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/io1.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/io1.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/io2.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/io2.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/libxml.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/parse1.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/parse2.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/parse3.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/parse4.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader1.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader1.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader2.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader3.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader3.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader4.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/reader4.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/redhat.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/smallfootonly.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/structure.gif
|
||||
#usr/share/doc/libxml2-2.6.26/html/test1.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/test2.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/test3.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/testWriter.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tree1.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tree1.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/tree2.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tree2.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/tst.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apa.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apb.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apc.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apd.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ape.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apf.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/apg.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/aph.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/api.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s02.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s03.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s04.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s05.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s06.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s07.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s08.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ar01s09.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/blank.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/1.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/10.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/2.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/3.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/4.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/5.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/6.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/7.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/8.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/callouts/9.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/caution.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/draft.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/home.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/important.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/next.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/note.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/prev.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/tip.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/toc-blank.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/toc-minus.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/toc-plus.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/up.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/images/warning.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includeaddattribute.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includeaddkeyword.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includeconvert.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includegetattribute.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includekeyword.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/includexpath.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/index.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/ix01.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/tutorial/xmltutorial.pdf
|
||||
#usr/share/doc/libxml2-2.6.26/html/w3c.png
|
||||
#usr/share/doc/libxml2-2.6.26/html/writer.xml
|
||||
#usr/share/doc/libxml2-2.6.26/html/xml.html
|
||||
#usr/share/doc/libxml2-2.6.26/html/xpath1.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/xpath1.res
|
||||
#usr/share/doc/libxml2-2.6.26/html/xpath2.c
|
||||
#usr/share/doc/libxml2-2.6.26/html/xpath2.res
|
||||
#usr/share/doc/libxml2-python-2.6.26
|
||||
#usr/share/doc/libxml2-python-2.6.26/TODO
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/attribs.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/build.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/ctxterror.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/cutnpaste.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/dtdvalid.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/error.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/inbuf.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/indexes.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/invalid.xml
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/nsdel.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/outbuf.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/push.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/pushSAX.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/pushSAXhtml.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader2.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader3.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader4.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader5.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader6.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader7.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/reader8.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/readererr.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/readernext.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/regexp.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/relaxng.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/resolver.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/schema.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/serialize.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/sync.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/test.dtd
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/thread2.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tst.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tst.xml
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tstLastError.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tstURI.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tstmem.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/tstxpath.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/valid.xml
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/validDTD.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/validRNG.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/validSchemas.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/validate.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/walker.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/xpath.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/xpathext.py
|
||||
#usr/share/doc/libxml2-python-2.6.26/examples/xpathret.py
|
||||
#usr/share/gtk-doc
|
||||
#usr/share/gtk-doc/html
|
||||
#usr/share/gtk-doc/html/libxml2
|
||||
#usr/share/gtk-doc/html/libxml2/general.html
|
||||
#usr/share/gtk-doc/html/libxml2/home.png
|
||||
#usr/share/gtk-doc/html/libxml2/index.html
|
||||
#usr/share/gtk-doc/html/libxml2/left.png
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-DOCBparser.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-HTMLparser.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-HTMLtree.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-SAX.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-SAX2.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-c14n.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-catalog.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-chvalid.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-debugXML.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-dict.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-encoding.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-entities.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-globals.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-hash.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-list.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-nanoftp.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-nanohttp.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-parser.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-parserInternals.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-pattern.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-relaxng.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-schemasInternals.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-schematron.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-threads.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-tree.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-uri.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-valid.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xinclude.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xlink.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlIO.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlautomata.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlerror.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlexports.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlmemory.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlmodule.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlreader.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlregexp.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlsave.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlschemas.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlschemastypes.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlstring.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlunicode.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlversion.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xmlwriter.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xpath.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xpathInternals.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2-xpointer.html
|
||||
#usr/share/gtk-doc/html/libxml2/libxml2.devhelp
|
||||
#usr/share/gtk-doc/html/libxml2/right.png
|
||||
#usr/share/gtk-doc/html/libxml2/style.css
|
||||
#usr/share/gtk-doc/html/libxml2/up.png
|
||||
150
config/rootfiles/common/libxslt
Normal file
150
config/rootfiles/common/libxslt
Normal file
@@ -0,0 +1,150 @@
|
||||
#usr/bin/xslt-config
|
||||
usr/bin/xsltproc
|
||||
#usr/include/libexslt
|
||||
#usr/include/libexslt/exslt.h
|
||||
#usr/include/libexslt/exsltconfig.h
|
||||
#usr/include/libexslt/exsltexports.h
|
||||
#usr/include/libxslt
|
||||
#usr/include/libxslt/attributes.h
|
||||
#usr/include/libxslt/documents.h
|
||||
#usr/include/libxslt/extensions.h
|
||||
#usr/include/libxslt/extra.h
|
||||
#usr/include/libxslt/functions.h
|
||||
#usr/include/libxslt/imports.h
|
||||
#usr/include/libxslt/keys.h
|
||||
#usr/include/libxslt/namespaces.h
|
||||
#usr/include/libxslt/numbersInternals.h
|
||||
#usr/include/libxslt/pattern.h
|
||||
#usr/include/libxslt/preproc.h
|
||||
#usr/include/libxslt/security.h
|
||||
#usr/include/libxslt/templates.h
|
||||
#usr/include/libxslt/transform.h
|
||||
#usr/include/libxslt/variables.h
|
||||
#usr/include/libxslt/xslt.h
|
||||
#usr/include/libxslt/xsltInternals.h
|
||||
#usr/include/libxslt/xsltconfig.h
|
||||
#usr/include/libxslt/xsltexports.h
|
||||
#usr/include/libxslt/xsltutils.h
|
||||
#usr/lib/libexslt.a
|
||||
#usr/lib/libexslt.la
|
||||
usr/lib/libexslt.so
|
||||
usr/lib/libexslt.so.0
|
||||
usr/lib/libexslt.so.0.8.13
|
||||
#usr/lib/libxslt-plugins
|
||||
#usr/lib/libxslt.a
|
||||
#usr/lib/libxslt.la
|
||||
usr/lib/libxslt.so
|
||||
usr/lib/libxslt.so.1
|
||||
usr/lib/libxslt.so.1.1.17
|
||||
#usr/lib/pkgconfig/libexslt.pc
|
||||
#usr/lib/pkgconfig/libxslt.pc
|
||||
usr/lib/python2.4/site-packages/libxslt.py
|
||||
#usr/lib/python2.4/site-packages/libxsltmod.a
|
||||
#usr/lib/python2.4/site-packages/libxsltmod.la
|
||||
usr/lib/python2.4/site-packages/libxsltmod.so
|
||||
#usr/lib/xsltConf.sh
|
||||
#usr/man/man1/xsltproc.1
|
||||
#usr/man/man3/libexslt.3
|
||||
#usr/man/man3/libxslt.3
|
||||
#usr/share/aclocal/libxslt.m4
|
||||
#usr/share/doc/libxslt-1.1.17
|
||||
#usr/share/doc/libxslt-1.1.17/html
|
||||
#usr/share/doc/libxslt-1.1.17/html/API.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk0.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk1.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk2.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk3.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk4.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk5.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk6.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk7.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk8.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIchunk9.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIconstructors.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIfiles.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIfunctions.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/APIsymbols.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/APIchunk0.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/APIconstructors.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/APIfiles.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/APIfunctions.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/APIsymbols.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/bugs.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/docs.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/downloads.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/exslt.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/help.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/index.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/EXSLT/intro.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/FAQ.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/Libxslt-Logo-180x168.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/Libxslt-Logo-90x34.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/bugs.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/contexts.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/contribs.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/docbook.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/docs.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/downloads.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/extensions.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/help.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/book1.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/home.png
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/index.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/left.png
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-attributes.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-documents.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-extensions.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-extra.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-functions.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-imports.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-keys.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-lib.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-namespaces.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-numbersInternals.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-pattern.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-preproc.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-security.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-templates.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-transform.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-variables.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-xslt.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-xsltInternals.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-xsltexports.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/libxslt-xsltutils.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/right.png
|
||||
#usr/share/doc/libxslt-1.1.17/html/html/up.png
|
||||
#usr/share/doc/libxslt-1.1.17/html/index.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/internals.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/intro.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/news.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/node.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/object.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/processing.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/python.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/redhat.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/smallfootonly.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/stylesheet.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/templates.gif
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial/libxslt_tutorial.c
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial/libxslttutorial.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial/libxslttutorial.xml
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial2
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial2/libxslt_pipes.c
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial2/libxslt_pipes.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/tutorial2/libxslt_pipes.xml
|
||||
#usr/share/doc/libxslt-1.1.17/html/xslt.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/xsltproc.html
|
||||
#usr/share/doc/libxslt-1.1.17/html/xsltproc2.html
|
||||
#usr/share/doc/libxslt-python-1.1.17
|
||||
#usr/share/doc/libxslt-python-1.1.17/TODO
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/basic.py
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/exslt.py
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/extelem.py
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/extfunc.py
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/pyxsltproc.py
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/test.xml
|
||||
#usr/share/doc/libxslt-python-1.1.17/examples/test.xsl
|
||||
@@ -3,12 +3,11 @@ usr/sbin/openvpn
|
||||
var/ipfire/ovpn
|
||||
var/ipfire/ovpn/ca
|
||||
var/ipfire/ovpn/caconfig
|
||||
var/ipfire/ovpn/certs
|
||||
#var/ipfire/ovpn/certs
|
||||
var/ipfire/ovpn/certs/index.txt
|
||||
var/ipfire/ovpn/certs/serial
|
||||
var/ipfire/ovpn/crls
|
||||
var/ipfire/ovpn/n2nconf
|
||||
var/ipfire/ovpn/openssl
|
||||
#var/ipfire/ovpn/openssl
|
||||
var/ipfire/ovpn/openssl/ovpn.cnf
|
||||
var/ipfire/ovpn/ovpnconfig
|
||||
var/ipfire/ovpn/settings
|
||||
|
||||
Reference in New Issue
Block a user