mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 19:23:24 +02:00
Merge branch 'next'
This commit is contained in:
2
config/backup/includes/pmacct
Normal file
2
config/backup/includes/pmacct
Normal file
@@ -0,0 +1,2 @@
|
||||
/etc/pmacct/
|
||||
/var/spool/pmacct/
|
||||
0
config/fwhosts/icmp-types
Executable file → Normal file
0
config/fwhosts/icmp-types
Executable file → Normal file
@@ -2,7 +2,4 @@
|
||||
# Global configuration that will be applicable for all virtual hosts, unless
|
||||
# deleted here, or overriden elswhere.
|
||||
#
|
||||
|
||||
DocumentRoot /srv/web/ipfire/html
|
||||
|
||||
#Include /etc/httpd/conf/conf.d/*.conf
|
||||
|
||||
@@ -8,6 +8,7 @@ Include /etc/httpd/conf/hostname.conf
|
||||
HostnameLookups off
|
||||
AddHandler cgi-script .cgi
|
||||
EnableSendfile Off
|
||||
FileETag None
|
||||
|
||||
# Always unset HTTP_PROXY variable, https://httpoxy.org
|
||||
RequestHeader unset Proxy early
|
||||
|
||||
@@ -1,37 +1,4 @@
|
||||
#
|
||||
# /etc/httpd/conf/httpd.conf
|
||||
#
|
||||
# This is the main Apache2 server configuration file for IPFire.
|
||||
# Plese do not change this file!
|
||||
|
||||
# Overview of include files, chronologically:
|
||||
#
|
||||
# httpd.conf
|
||||
# |
|
||||
# |-- uid.conf . . . . . . . . . . . . . . UserID/GroupID to run under
|
||||
# |-- server-tuning.conf . . . . . . . . . sizing of the server (how many processes to start, ...)
|
||||
# |-- loadmodule.conf . . . . . . . . . . . load these modules
|
||||
# |-- listen.conf . . . . . . . . . . . . . IP adresses / ports to listen on
|
||||
# |-- mod_log_config.conf . . . . . . . . . define logging formats
|
||||
# |-- sysconfig.d/global.conf . . . . . . . server-wide general settings
|
||||
# |-- mod_status.conf . . . . . . . . . . . restrict access to mod_status (server monitoring)
|
||||
# |-- mod_info.conf . . . . . . . . . . . . restrict access to mod_info
|
||||
# |-- mod_usertrack.conf . . . . . . . . . defaults for cookie-based user tracking
|
||||
# |-- mod_autoindex-defaults.conf . . . . . defaults for displaying of server-generated directory listings
|
||||
# |-- mod_mime-defaults.conf . . . . . . . defaults for mod_mime configuration
|
||||
# |-- errors.conf . . . . . . . . . . . . . customize error responses
|
||||
# |-- ssl-global.conf . . . . . . . . . . . SSL conf that applies to default server _and all_ virtual hosts
|
||||
# |
|
||||
# |-- default-server.conf . . . . . . . . . set up the default server that replies to non-virtual-host requests
|
||||
# |
|
||||
# `-- vhosts.d/ . . . . . . . . . . . . . . for each virtual host, place one file here
|
||||
# `-- *.conf . . . . . . . . . . . . . (*.conf is automatically included)
|
||||
#
|
||||
|
||||
### Global Environment ######################################################
|
||||
#
|
||||
# The directives in this section affect the overall operation of Apache,
|
||||
# such as the number of concurrent requests.
|
||||
# Apache2 server configuration file for IPFire
|
||||
|
||||
# run under this user/group id
|
||||
Include /etc/httpd/conf/uid.conf
|
||||
@@ -40,17 +7,13 @@ Include /etc/httpd/conf/uid.conf
|
||||
# - usage of KeepAlive
|
||||
Include /etc/httpd/conf/server-tuning.conf
|
||||
|
||||
# ErrorLog: The location of the error log file.
|
||||
# If you do not specify an ErrorLog directive within a <VirtualHost>
|
||||
# container, error messages relating to that virtual host will be
|
||||
# logged here. If you *do* define an error logfile for a <VirtualHost>
|
||||
# container, that host's errors will be logged there and not here.
|
||||
# ErrorLog: The location of the error log file
|
||||
ErrorLog /var/log/httpd/error_log
|
||||
|
||||
# Load Modules here
|
||||
Include /etc/httpd/conf/loadmodule.conf
|
||||
|
||||
# IP addresses / ports to listen on
|
||||
# IP addresses and ports to listen on
|
||||
Include /etc/httpd/conf/listen.conf
|
||||
|
||||
# predefined logging formats
|
||||
@@ -59,15 +22,10 @@ Include /etc/httpd/conf/mod_log_config.conf
|
||||
# global settings
|
||||
Include /etc/httpd/conf/global.conf
|
||||
|
||||
# optional mod_status, mod_info
|
||||
#Include /etc/httpd/conf/mod_status.conf
|
||||
#Include /etc/httpd/conf/mod_info.conf
|
||||
|
||||
# associate MIME types with filename extensions
|
||||
TypesConfig /etc/mime.types
|
||||
|
||||
# global (server-wide) SSL configuration, that is not specific to
|
||||
# any virtual host
|
||||
# global (server-wide) SSL configuration, that is not specific to any virtual host
|
||||
Include /etc/httpd/conf/ssl-global.conf
|
||||
|
||||
<Directory />
|
||||
@@ -85,35 +43,10 @@ AccessFileName .htaccess
|
||||
# List of resources to look for when the client requests a directory
|
||||
DirectoryIndex index.html index.htm index.shtml index.cgi
|
||||
|
||||
### 'Main' server configuration #############################################
|
||||
#
|
||||
# The directives in this section set up the values used by the 'main'
|
||||
# server, which responds to any requests that aren't handled by a
|
||||
# <VirtualHost> definition. These values also provide defaults for
|
||||
# any <VirtualHost> containers you may define later in the file.
|
||||
#
|
||||
# All of these directives may appear inside <VirtualHost> containers,
|
||||
# in which case these default settings will be overridden for the
|
||||
# virtual host being defined.
|
||||
#
|
||||
# 'Main' server configuration
|
||||
Include /etc/httpd/conf/default-server.conf
|
||||
|
||||
|
||||
### Virtual server configuration ############################################
|
||||
#
|
||||
# VirtualHost: If you want to maintain multiple domains/hostnames on your
|
||||
# machine you can setup VirtualHost containers for them. Most configurations
|
||||
# use only name-based virtual hosts so the server doesn't need to worry about
|
||||
# IP addresses. This is indicated by the asterisks in the directives below.
|
||||
#
|
||||
# Please see the documentation at
|
||||
# <URL:http://httpd.apache.org/docs-2.0/vhosts/>
|
||||
# for further details before you try to setup virtual hosts.
|
||||
#
|
||||
# You may use the command line option '-S' to verify your virtual host
|
||||
# configuration.
|
||||
#
|
||||
# Virtual server configuration
|
||||
Include /etc/httpd/conf/vhosts.d/*.conf
|
||||
|
||||
# Dummy LoadModule directive to aid module installations
|
||||
#LoadModule dummy_module /usr/lib/apache2/modules/mod_dummy.so
|
||||
# EOF
|
||||
|
||||
@@ -1,31 +1,2 @@
|
||||
#
|
||||
# The following directives define some format nicknames for use with
|
||||
# a CustomLog directive.
|
||||
#
|
||||
|
||||
#
|
||||
# Format string: Nickname:
|
||||
#
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b" common
|
||||
LogFormat "%v %h %l %u %t \"%r\" %>s %b" vhost_common
|
||||
LogFormat "%{Referer}i -> %U" referer
|
||||
LogFormat "%{User-agent}i" agent
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \
|
||||
\"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||
LogFormat "%v %h %l %u %t \"%r\" %>s %b \
|
||||
\"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
|
||||
|
||||
# To use %I and %O, you need to enable mod_logio
|
||||
<IfModule mod_logio.c>
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \
|
||||
\"%{Referer}i\" \"%{User-Agent}i\" %I %O" combinedio
|
||||
</IfModule>
|
||||
|
||||
# Use one of these when you want a compact non-error SSL logfile on a virtual
|
||||
# host basis:
|
||||
<IfModule mod_ssl.c>
|
||||
Logformat "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \
|
||||
\"%r\" %b" ssl_common
|
||||
Logformat "%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \
|
||||
\"%r\" %b \"%{Referer}i\" \"%{User-Agent}i\"" ssl_combined
|
||||
</IfModule>
|
||||
LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" combined
|
||||
LogFormat "%v %h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-Agent}i\"" vhost_combined
|
||||
|
||||
@@ -22,13 +22,3 @@ MaxSpareThreads 20
|
||||
StartServers 2
|
||||
MaxRequestWorkers 256
|
||||
ThreadsPerChild 16
|
||||
|
||||
#
|
||||
# The following directives modify normal HTTP response behavior to
|
||||
# handle known problems with browser implementations.
|
||||
#
|
||||
BrowserMatch "Mozilla/2" nokeepalive
|
||||
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
|
||||
BrowserMatch "RealPlayer 4\.0" force-response-1.0
|
||||
BrowserMatch "Java/1\.0" force-response-1.0
|
||||
BrowserMatch "JDK/1\.0" force-response-1.0
|
||||
|
||||
@@ -1,54 +1,17 @@
|
||||
##
|
||||
## SSL Global Context
|
||||
##
|
||||
## All SSL configuration in this context applies both to
|
||||
## the main server and all SSL-enabled virtual hosts.
|
||||
##
|
||||
|
||||
# These are the configuration directives to instruct the server how to
|
||||
# serve pages over an https connection. For detailing information about these
|
||||
# directives see <URL:http://httpd.apache.org/docs-2.0/mod/mod_ssl.html>
|
||||
#
|
||||
# Do NOT simply read the instructions in here without understanding
|
||||
# what they do. They're here only as hints or reminders. If you are unsure
|
||||
# consult the online docs. You have been warned.
|
||||
|
||||
<IfModule mod_ssl.c>
|
||||
|
||||
#
|
||||
# Some MIME-types for downloading Certificates and CRLs
|
||||
#
|
||||
# Some MIME-types for downloading Certificates and CRLs
|
||||
AddType application/x-x509-ca-cert .crt
|
||||
AddType application/x-pkcs7-crl .crl
|
||||
|
||||
# Pass Phrase Dialog:
|
||||
# Configure the pass phrase gathering process.
|
||||
# The filtering dialog program (`builtin' is a internal
|
||||
# terminal dialog) has to provide the pass phrase on stdout.
|
||||
# Pass Phrase Dialog
|
||||
SSLPassPhraseDialog builtin
|
||||
|
||||
# Inter-Process Session Cache:
|
||||
# Configure the SSL Session Cache: First the mechanism
|
||||
# to use and second the expiring timeout (in seconds).
|
||||
# shm means the same as shmht.
|
||||
# Note that on most platforms shared memory segments are not allowed to be on
|
||||
# network-mounted drives, so in that case you need to use the dbm method.
|
||||
#SSLSessionCache none
|
||||
#SSLSessionCache dbm:/var/log/httpd/ssl_scache
|
||||
#SSLSessionCache shmht:/var/log/httpd/ssl_scache(512000)
|
||||
# Inter-Process Session Cache
|
||||
SSLSessionCache shmcb:/var/log/httpd/ssl_scache(512000)
|
||||
SSLSessionCacheTimeout 900
|
||||
|
||||
# Pseudo Random Number Generator (PRNG):
|
||||
# Configure one or more sources to seed the PRNG of the
|
||||
# SSL library. The seed data should be of good random quality.
|
||||
# WARNING! On some platforms /dev/random blocks if not enough entropy
|
||||
# is available. This means you then cannot use the /dev/random device
|
||||
# because it would lead to very long connection times (as long as
|
||||
# it requires to make more entropy available). But usually those
|
||||
# platforms additionally provide a /dev/urandom device which doesn't
|
||||
# block. So, if available, use this one instead. Read the mod_ssl User
|
||||
# Manual for more details.
|
||||
# Pseudo Random Number Generator (PRNG)
|
||||
SSLRandomSeed startup builtin
|
||||
SSLRandomSeed connect builtin
|
||||
|
||||
|
||||
@@ -11,6 +11,8 @@ Listen 1013
|
||||
|
||||
Header always set X-Content-Type-Options nosniff
|
||||
Header always set Content-Security-Policy "default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline'"
|
||||
Header always set Referrer-Policy strict-origin
|
||||
Header always set X-Frame-Options sameorigin
|
||||
|
||||
ScriptAlias /cgi-bin/ /srv/web/ipfire/cgi-bin/captive/
|
||||
Alias /assets/ /srv/web/ipfire/html/captive/assets/
|
||||
|
||||
@@ -64,9 +64,6 @@
|
||||
SSLOptions +StdEnvVars
|
||||
</Directory>
|
||||
SetEnv HOME /home/nobody
|
||||
SetEnvIf User-Agent ".*MSIE.*" \
|
||||
nokeepalive ssl-unclean-shutdown \
|
||||
downgrade-1.0 force-response-1.0
|
||||
CustomLog /var/log/httpd/ssl_request_log \
|
||||
"%t %h %{SSL_PROTOCOL}x %{SSL_CIPHER}x \"%r\" %b"
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm64 4.14.206-ipfire Kernel Configuration
|
||||
# Linux/arm64 4.14.232 Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM64=y
|
||||
CONFIG_64BIT=y
|
||||
@@ -5050,7 +5050,6 @@ CONFIG_USB_LCD=m
|
||||
CONFIG_USB_FTDI_ELAN=m
|
||||
# CONFIG_USB_APPLEDISPLAY is not set
|
||||
CONFIG_USB_SISUSBVGA=m
|
||||
CONFIG_USB_SISUSBVGA_CON=y
|
||||
# CONFIG_USB_LD is not set
|
||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||
CONFIG_USB_IOWARRIOR=m
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/arm 4.14.206-ipfire-multi Kernel Configuration
|
||||
# Linux/arm 4.14.232-ipfire-multi Kernel Configuration
|
||||
#
|
||||
CONFIG_ARM=y
|
||||
CONFIG_ARM_HAS_SG_CHAIN=y
|
||||
@@ -5457,7 +5457,6 @@ CONFIG_USB_LCD=m
|
||||
CONFIG_USB_FTDI_ELAN=m
|
||||
# CONFIG_USB_APPLEDISPLAY is not set
|
||||
CONFIG_USB_SISUSBVGA=m
|
||||
CONFIG_USB_SISUSBVGA_CON=y
|
||||
# CONFIG_USB_LD is not set
|
||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||
CONFIG_USB_IOWARRIOR=m
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.206-ipfire Kernel Configuration
|
||||
# Linux/x86 4.14.232 Kernel Configuration
|
||||
#
|
||||
# CONFIG_64BIT is not set
|
||||
CONFIG_X86_32=y
|
||||
@@ -5179,7 +5179,6 @@ CONFIG_USB_LCD=m
|
||||
CONFIG_USB_FTDI_ELAN=m
|
||||
# CONFIG_USB_APPLEDISPLAY is not set
|
||||
CONFIG_USB_SISUSBVGA=m
|
||||
CONFIG_USB_SISUSBVGA_CON=y
|
||||
# CONFIG_USB_LD is not set
|
||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||
CONFIG_USB_IOWARRIOR=m
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
#
|
||||
# Automatically generated file; DO NOT EDIT.
|
||||
# Linux/x86 4.14.206-ipfire Kernel Configuration
|
||||
# Linux/x86 4.14.232 Kernel Configuration
|
||||
#
|
||||
CONFIG_64BIT=y
|
||||
CONFIG_X86_64=y
|
||||
@@ -5021,7 +5021,6 @@ CONFIG_USB_LCD=m
|
||||
CONFIG_USB_FTDI_ELAN=m
|
||||
# CONFIG_USB_APPLEDISPLAY is not set
|
||||
CONFIG_USB_SISUSBVGA=m
|
||||
CONFIG_USB_SISUSBVGA_CON=y
|
||||
# CONFIG_USB_LD is not set
|
||||
# CONFIG_USB_TRANCEVIBRATOR is not set
|
||||
CONFIG_USB_IOWARRIOR=m
|
||||
|
||||
8
config/libid3tag/id3tag.pc
Normal file
8
config/libid3tag/id3tag.pc
Normal file
@@ -0,0 +1,8 @@
|
||||
prefix=/usr
|
||||
libdir=${prefix}/lib
|
||||
|
||||
Name: ID3TAG
|
||||
Description: libid3tag - ID3 tag manipulation library
|
||||
Version: 0.15.1b
|
||||
Libs: -L${libdir} -lid3tag -lz
|
||||
Cflags:
|
||||
20
config/lua/lua.pc
Normal file
20
config/lua/lua.pc
Normal file
@@ -0,0 +1,20 @@
|
||||
V=5.4
|
||||
R=5.4.3
|
||||
|
||||
prefix=/usr
|
||||
INSTALL_BIN=${prefix}/bin
|
||||
INSTALL_INC=${prefix}/include
|
||||
INSTALL_LIB=${prefix}/lib
|
||||
INSTALL_MAN=${prefix}/share/man/man1
|
||||
INSTALL_LMOD=${prefix}/share/lua/${V}
|
||||
INSTALL_CMOD=${prefix}/lib/lua/${V}
|
||||
exec_prefix=${prefix}
|
||||
libdir=${exec_prefix}/lib
|
||||
includedir=${prefix}/include
|
||||
|
||||
Name: Lua
|
||||
Description: An Extensible Extension Language
|
||||
Version: ${R}
|
||||
Requires:
|
||||
Libs: -L${libdir} -llua -lm -ldl
|
||||
Cflags: -I${includedir}
|
||||
24
config/pmacct/pmacct.conf
Normal file
24
config/pmacct/pmacct.conf
Normal file
@@ -0,0 +1,24 @@
|
||||
!
|
||||
! Pmacctd configuration file for IPFire environment
|
||||
!
|
||||
|
||||
syslog: daemon
|
||||
daemonize: true
|
||||
debug: false
|
||||
promisc: true
|
||||
interface: green0
|
||||
|
||||
|
||||
!
|
||||
! "plugin1" plugin configuration
|
||||
!
|
||||
plugins: memory[plugin1]
|
||||
|
||||
plugin_buffer_size[plugin1]: 102400
|
||||
plugin_pipe_size[plugin1]: 10240000
|
||||
|
||||
imt_mem_pools_number: 256
|
||||
imt_path[plugin1]: /var/spool/pmacct/plugin1.pipe
|
||||
|
||||
aggregate[plugin1]: src_host, src_port, src_mac, dst_host, dst_port, dst_mac, proto
|
||||
aggregate_filter[plugin1]: ip
|
||||
6
config/rootfiles/common/Canary-Stability
Normal file
6
config/rootfiles/common/Canary-Stability
Normal file
@@ -0,0 +1,6 @@
|
||||
#usr/lib/perl5/site_perl/5.32.1/Canary
|
||||
usr/lib/perl5/site_perl/5.32.1/Canary/Stability.pm
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Canary
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Canary/Stability
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Canary/Stability/.packlist
|
||||
#usr/share/man/man3/Canary::Stability.3
|
||||
@@ -2,6 +2,5 @@
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/Convert/UUlib.pm
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Convert/UUlib
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Convert/UUlib/.packlist
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Convert/UUlib/UUlib.bs
|
||||
usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Convert/UUlib/UUlib.so
|
||||
#usr/share/man/man3/Convert::UUlib.3
|
||||
|
||||
@@ -1 +1,6 @@
|
||||
#usr/lib/perl5/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest/.packlist
|
||||
#usr/lib/perl5/site_perl/5.32.1/Digest
|
||||
usr/lib/perl5/site_perl/5.32.1/Digest.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/Digest/base.pm
|
||||
usr/lib/perl5/site_perl/5.32.1/Digest/file.pm
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest
|
||||
#usr/lib/perl5/site_perl/5.32.1/xxxMACHINExxx-linux-thread-multi/auto/Digest/.packlist
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -10675,9 +10675,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sevseg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra/net.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga/con.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd.h
|
||||
@@ -15192,6 +15190,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_mount.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_no.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncsi.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ndctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/neighbour.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/net.h
|
||||
|
||||
@@ -404,6 +404,7 @@
|
||||
#usr/include/linux/ncp_fs.h
|
||||
#usr/include/linux/ncp_mount.h
|
||||
#usr/include/linux/ncp_no.h
|
||||
#usr/include/linux/ncsi.h
|
||||
#usr/include/linux/ndctl.h
|
||||
#usr/include/linux/neighbour.h
|
||||
#usr/include/linux/net.h
|
||||
|
||||
@@ -7,8 +7,8 @@ usr/bin/sensors-conf-convert
|
||||
#usr/include/sensors/sensors.h
|
||||
#usr/lib/libsensors.a
|
||||
#usr/lib/libsensors.so
|
||||
usr/lib/libsensors.so.4
|
||||
usr/lib/libsensors.so.4.4.0
|
||||
usr/lib/libsensors.so.5
|
||||
usr/lib/libsensors.so.5.0.0
|
||||
#usr/man/man1/sensors.1
|
||||
#usr/man/man3/libsensors.3
|
||||
#usr/man/man5/sensors.conf.5
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -406,6 +406,7 @@
|
||||
#usr/include/linux/ncp_fs.h
|
||||
#usr/include/linux/ncp_mount.h
|
||||
#usr/include/linux/ncp_no.h
|
||||
#usr/include/linux/ncsi.h
|
||||
#usr/include/linux/ndctl.h
|
||||
#usr/include/linux/neighbour.h
|
||||
#usr/include/linux/net.h
|
||||
|
||||
@@ -11627,9 +11627,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sevseg.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sierra
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sierra/net.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sisusbvga
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sisusbvga.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sisusbvga/con.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sl811
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sl811/hcd
|
||||
#lib/modules/KVER-ipfire-multi/build/include/config/usb/sl811/hcd.h
|
||||
@@ -16151,6 +16149,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/ncp_fs.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/ncp_mount.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/ncp_no.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/ncsi.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/ndctl.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/neighbour.h
|
||||
#lib/modules/KVER-ipfire-multi/build/include/uapi/linux/net.h
|
||||
|
||||
@@ -7,8 +7,8 @@ usr/bin/sensors-conf-convert
|
||||
#usr/include/sensors/sensors.h
|
||||
#usr/lib/libsensors.a
|
||||
usr/lib/libsensors.so
|
||||
usr/lib/libsensors.so.4
|
||||
usr/lib/libsensors.so.4.4.0
|
||||
usr/lib/libsensors.so.5
|
||||
usr/lib/libsensors.so.5.0.0
|
||||
#usr/man/man1/sensors.1
|
||||
#usr/man/man3/libsensors.3
|
||||
#usr/man/man5/sensors.conf.5
|
||||
|
||||
@@ -62,7 +62,10 @@
|
||||
#usr/include/bash/y.tab.h
|
||||
#usr/lib/bash
|
||||
usr/lib/bash/Makefile.inc
|
||||
usr/lib/bash/accept
|
||||
usr/lib/bash/basename
|
||||
usr/lib/bash/csv
|
||||
usr/lib/bash/cut
|
||||
usr/lib/bash/dirname
|
||||
usr/lib/bash/fdflags
|
||||
usr/lib/bash/finfo
|
||||
@@ -72,12 +75,15 @@ usr/lib/bash/ln
|
||||
usr/lib/bash/loadables.h
|
||||
usr/lib/bash/logname
|
||||
usr/lib/bash/mkdir
|
||||
usr/lib/bash/mkfifo
|
||||
usr/lib/bash/mktemp
|
||||
usr/lib/bash/mypid
|
||||
usr/lib/bash/pathchk
|
||||
usr/lib/bash/print
|
||||
usr/lib/bash/printenv
|
||||
usr/lib/bash/push
|
||||
usr/lib/bash/realpath
|
||||
usr/lib/bash/rm
|
||||
usr/lib/bash/rmdir
|
||||
usr/lib/bash/seq
|
||||
usr/lib/bash/setpgid
|
||||
@@ -110,11 +116,7 @@ usr/lib/bash/whoami
|
||||
#usr/share/locale/da/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/de/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/el/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/en@boldquot
|
||||
#usr/share/locale/en@boldquot/LC_MESSAGES
|
||||
#usr/share/locale/en@boldquot/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/en@quot
|
||||
#usr/share/locale/en@quot/LC_MESSAGES
|
||||
#usr/share/locale/en@quot/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/eo/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/es/LC_MESSAGES/bash.mo
|
||||
@@ -128,6 +130,7 @@ usr/lib/bash/whoami
|
||||
#usr/share/locale/id/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/ja/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/ko/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/lt/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/nb/LC_MESSAGES/bash.mo
|
||||
#usr/share/locale/nl/LC_MESSAGES/bash.mo
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -61,6 +61,7 @@ usr/lib/libcurl.so.4.7.0
|
||||
#usr/share/man/man3/CURLINFO_REDIRECT_TIME.3
|
||||
#usr/share/man/man3/CURLINFO_REDIRECT_TIME_T.3
|
||||
#usr/share/man/man3/CURLINFO_REDIRECT_URL.3
|
||||
#usr/share/man/man3/CURLINFO_REFERER.3
|
||||
#usr/share/man/man3/CURLINFO_REQUEST_SIZE.3
|
||||
#usr/share/man/man3/CURLINFO_RESPONSE_CODE.3
|
||||
#usr/share/man/man3/CURLINFO_RETRY_AFTER.3
|
||||
@@ -148,6 +149,9 @@ usr/lib/libcurl.so.4.7.0
|
||||
#usr/share/man/man3/CURLOPT_DNS_SERVERS.3
|
||||
#usr/share/man/man3/CURLOPT_DNS_SHUFFLE_ADDRESSES.3
|
||||
#usr/share/man/man3/CURLOPT_DNS_USE_GLOBAL_CACHE.3
|
||||
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYHOST.3
|
||||
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYPEER.3
|
||||
#usr/share/man/man3/CURLOPT_DOH_SSL_VERIFYSTATUS.3
|
||||
#usr/share/man/man3/CURLOPT_DOH_URL.3
|
||||
#usr/share/man/man3/CURLOPT_EGDSOCKET.3
|
||||
#usr/share/man/man3/CURLOPT_ERRORBUFFER.3
|
||||
|
||||
@@ -1,4 +1,5 @@
|
||||
#usr/share/fonts
|
||||
usr/share/fonts/DejaVuMathTeXGyre.ttf
|
||||
usr/share/fonts/DejaVuSans-Bold.ttf
|
||||
usr/share/fonts/DejaVuSans-BoldOblique.ttf
|
||||
usr/share/fonts/DejaVuSans-ExtraLight.ttf
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
etc/alternatives/sendmail
|
||||
usr/lib/dma-mbox-create
|
||||
#usr/lib/dma-mbox-create
|
||||
usr/sbin/dma
|
||||
usr/sbin/dma-cleanup-spool
|
||||
usr/sbin/mailq
|
||||
|
||||
@@ -2,15 +2,22 @@
|
||||
#usr/include/expat.h
|
||||
#usr/include/expat_config.h
|
||||
#usr/include/expat_external.h
|
||||
#usr/lib/cmake/expat-2.3.0
|
||||
#usr/lib/cmake/expat-2.3.0/expat-config-version.cmake
|
||||
#usr/lib/cmake/expat-2.3.0/expat-config.cmake
|
||||
#usr/lib/cmake/expat-2.3.0/expat-noconfig.cmake
|
||||
#usr/lib/cmake/expat-2.3.0/expat.cmake
|
||||
#usr/lib/libexpat.a
|
||||
#usr/lib/libexpat.la
|
||||
usr/lib/libexpat.so
|
||||
#usr/lib/libexpat.so
|
||||
usr/lib/libexpat.so.1
|
||||
usr/lib/libexpat.so.1.6.2
|
||||
usr/lib/libexpat.so.1.7.0
|
||||
#usr/lib/pkgconfig/expat.pc
|
||||
#usr/share/doc/expat-2.2.0
|
||||
#usr/share/doc/expat-2.2.0/expat.png
|
||||
#usr/share/doc/expat-2.2.0/reference.html
|
||||
#usr/share/doc/expat-2.2.0/style.css
|
||||
#usr/share/doc/expat-2.2.0/valid-xhtml10.png
|
||||
#usr/share/man/man1/xmlwf.1
|
||||
#usr/share/doc/expat
|
||||
#usr/share/doc/expat-2.3.0
|
||||
#usr/share/doc/expat-2.3.0/expat.png
|
||||
#usr/share/doc/expat-2.3.0/reference.html
|
||||
#usr/share/doc/expat-2.3.0/style.css
|
||||
#usr/share/doc/expat-2.3.0/valid-xhtml10.png
|
||||
#usr/share/doc/expat/AUTHORS
|
||||
#usr/share/doc/expat/changelog
|
||||
|
||||
@@ -1,27 +1,8 @@
|
||||
#etc/fuse.conf
|
||||
#etc/rc.d/init.d/fuse3
|
||||
#lib/udev/rules.d/99-fuse3.rules
|
||||
etc/udev/rules.d/99-fuse3.rules
|
||||
sbin/mount.fuse3
|
||||
usr/bin/fusermount3
|
||||
#usr/local/bin/fusermount3
|
||||
#usr/local/etc
|
||||
#usr/local/etc/fuse.conf
|
||||
#usr/local/include/fuse3
|
||||
#usr/local/include/fuse3/cuse_lowlevel.h
|
||||
#usr/local/include/fuse3/fuse.h
|
||||
#usr/local/include/fuse3/fuse_common.h
|
||||
#usr/local/include/fuse3/fuse_log.h
|
||||
#usr/local/include/fuse3/fuse_lowlevel.h
|
||||
#usr/local/include/fuse3/fuse_opt.h
|
||||
#usr/local/lib/libfuse3.so
|
||||
#usr/local/lib/libfuse3.so.3
|
||||
#usr/local/lib/libfuse3.so.3.10.1
|
||||
#usr/local/lib/pkgconfig
|
||||
#usr/local/lib/pkgconfig/fuse3.pc
|
||||
#usr/local/sbin/mount.fuse3
|
||||
#usr/local/share/man/man1/fusermount3.1
|
||||
#usr/local/share/man/man8/mount.fuse3.8
|
||||
#etc/fuse.conf
|
||||
#usr/include/fuse3
|
||||
#usr/include/fuse3/cuse_lowlevel.h
|
||||
#usr/include/fuse3/fuse.h
|
||||
@@ -31,8 +12,7 @@ usr/bin/fusermount3
|
||||
#usr/include/fuse3/fuse_opt.h
|
||||
#usr/lib/libfuse3.so
|
||||
usr/lib/libfuse3.so.3
|
||||
usr/lib/libfuse3.so.3.10.1
|
||||
usr/lib/libfuse3.so.3.10.3
|
||||
#usr/lib/pkgconfig/fuse3.pc
|
||||
#usr/sbin/mount.fuse3
|
||||
#usr/share/man/man1/fusermount3.1
|
||||
#usr/share/man/man8/mount.fuse3.8
|
||||
|
||||
@@ -5,6 +5,7 @@
|
||||
#usr/include/gdb
|
||||
#usr/include/gdb/jit-reader.h
|
||||
#usr/lib/libinproctrace.so
|
||||
#usr/share/gdb
|
||||
#usr/share/gdb/python
|
||||
#usr/share/gdb/python/gdb
|
||||
#usr/share/gdb/python/gdb/FrameDecorator.py
|
||||
|
||||
@@ -108,12 +108,14 @@
|
||||
#usr/include/glib-2.0/gio/gliststore.h
|
||||
#usr/include/glib-2.0/gio/gloadableicon.h
|
||||
#usr/include/glib-2.0/gio/gmemoryinputstream.h
|
||||
#usr/include/glib-2.0/gio/gmemorymonitor.h
|
||||
#usr/include/glib-2.0/gio/gmemoryoutputstream.h
|
||||
#usr/include/glib-2.0/gio/gmenu.h
|
||||
#usr/include/glib-2.0/gio/gmenuexporter.h
|
||||
#usr/include/glib-2.0/gio/gmenumodel.h
|
||||
#usr/include/glib-2.0/gio/gmount.h
|
||||
#usr/include/glib-2.0/gio/gmountoperation.h
|
||||
#usr/include/glib-2.0/gio/gnativesocketaddress.h
|
||||
#usr/include/glib-2.0/gio/gnativevolumemonitor.h
|
||||
#usr/include/glib-2.0/gio/gnetworkaddress.h
|
||||
#usr/include/glib-2.0/gio/gnetworking.h
|
||||
@@ -232,6 +234,9 @@
|
||||
#usr/include/glib-2.0/glib/gquark.h
|
||||
#usr/include/glib-2.0/glib/gqueue.h
|
||||
#usr/include/glib-2.0/glib/grand.h
|
||||
#usr/include/glib-2.0/glib/grcbox.h
|
||||
#usr/include/glib-2.0/glib/grefcount.h
|
||||
#usr/include/glib-2.0/glib/grefstring.h
|
||||
#usr/include/glib-2.0/glib/gregex.h
|
||||
#usr/include/glib-2.0/glib/gscanner.h
|
||||
#usr/include/glib-2.0/glib/gsequence.h
|
||||
@@ -243,6 +248,7 @@
|
||||
#usr/include/glib-2.0/glib/gstrfuncs.h
|
||||
#usr/include/glib-2.0/glib/gstring.h
|
||||
#usr/include/glib-2.0/glib/gstringchunk.h
|
||||
#usr/include/glib-2.0/glib/gstrvbuilder.h
|
||||
#usr/include/glib-2.0/glib/gtestutils.h
|
||||
#usr/include/glib-2.0/glib/gthread.h
|
||||
#usr/include/glib-2.0/glib/gthreadpool.h
|
||||
@@ -252,7 +258,7 @@
|
||||
#usr/include/glib-2.0/glib/gtree.h
|
||||
#usr/include/glib-2.0/glib/gtypes.h
|
||||
#usr/include/glib-2.0/glib/gunicode.h
|
||||
#usr/include/glib-2.0/glib/gurifuncs.h
|
||||
#usr/include/glib-2.0/glib/guri.h
|
||||
#usr/include/glib-2.0/glib/gutils.h
|
||||
#usr/include/glib-2.0/glib/guuid.h
|
||||
#usr/include/glib-2.0/glib/gvariant.h
|
||||
@@ -266,6 +272,7 @@
|
||||
#usr/include/glib-2.0/gobject/gboxed.h
|
||||
#usr/include/glib-2.0/gobject/gclosure.h
|
||||
#usr/include/glib-2.0/gobject/genums.h
|
||||
#usr/include/glib-2.0/gobject/glib-enumtypes.h
|
||||
#usr/include/glib-2.0/gobject/glib-types.h
|
||||
#usr/include/glib-2.0/gobject/gmarshal.h
|
||||
#usr/include/glib-2.0/gobject/gobject-autocleanups.h
|
||||
@@ -282,31 +289,24 @@
|
||||
#usr/include/glib-2.0/gobject/gvaluearray.h
|
||||
#usr/include/glib-2.0/gobject/gvaluecollector.h
|
||||
#usr/include/glib-2.0/gobject/gvaluetypes.h
|
||||
#usr/lib/gio
|
||||
#usr/lib/gio/modules
|
||||
#usr/lib/glib-2.0
|
||||
#usr/lib/glib-2.0/include
|
||||
#usr/lib/glib-2.0/include/glibconfig.h
|
||||
#usr/lib/libgio-2.0.la
|
||||
#usr/lib/libgio-2.0.so
|
||||
usr/lib/libgio-2.0.so.0
|
||||
usr/lib/libgio-2.0.so.0.5400.3
|
||||
#usr/lib/libglib-2.0.la
|
||||
usr/lib/libgio-2.0.so.0.6800.1
|
||||
#usr/lib/libglib-2.0.so
|
||||
usr/lib/libglib-2.0.so.0
|
||||
usr/lib/libglib-2.0.so.0.5400.3
|
||||
#usr/lib/libgmodule-2.0.la
|
||||
usr/lib/libglib-2.0.so.0.6800.1
|
||||
#usr/lib/libgmodule-2.0.so
|
||||
usr/lib/libgmodule-2.0.so.0
|
||||
usr/lib/libgmodule-2.0.so.0.5400.3
|
||||
#usr/lib/libgobject-2.0.la
|
||||
usr/lib/libgmodule-2.0.so.0.6800.1
|
||||
#usr/lib/libgobject-2.0.so
|
||||
usr/lib/libgobject-2.0.so.0
|
||||
usr/lib/libgobject-2.0.so.0.5400.3
|
||||
#usr/lib/libgthread-2.0.la
|
||||
usr/lib/libgobject-2.0.so.0.6800.1
|
||||
#usr/lib/libgthread-2.0.so
|
||||
usr/lib/libgthread-2.0.so.0
|
||||
usr/lib/libgthread-2.0.so.0.5400.3
|
||||
usr/lib/libgthread-2.0.so.0.6800.1
|
||||
#usr/lib/pkgconfig/gio-2.0.pc
|
||||
#usr/lib/pkgconfig/gio-unix-2.0.pc
|
||||
#usr/lib/pkgconfig/glib-2.0.pc
|
||||
@@ -320,43 +320,27 @@ usr/lib/libgthread-2.0.so.0.5400.3
|
||||
#usr/share/aclocal/gsettings.m4
|
||||
#usr/share/bash-completion/completions/gapplication
|
||||
#usr/share/bash-completion/completions/gdbus
|
||||
#usr/share/bash-completion/completions/gio
|
||||
#usr/share/bash-completion/completions/gresource
|
||||
#usr/share/bash-completion/completions/gsettings
|
||||
#usr/share/gdb
|
||||
#usr/share/gdb/auto-load
|
||||
#usr/share/gdb/auto-load/usr
|
||||
#usr/share/gdb/auto-load/usr/lib
|
||||
#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.5400.3-gdb.py
|
||||
#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.5400.3-gdb.py
|
||||
#usr/share/gdb/auto-load/usr/lib/libglib-2.0.so.0.6800.1-gdb.py
|
||||
#usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.6800.1-gdb.py
|
||||
#usr/share/gettext/its
|
||||
#usr/share/gettext/its/gschema.its
|
||||
#usr/share/gettext/its/gschema.loc
|
||||
#usr/share/glib-2.0
|
||||
#usr/share/glib-2.0/codegen
|
||||
#usr/share/glib-2.0/codegen/__init__.py
|
||||
#usr/share/glib-2.0/codegen/__init__.pyc
|
||||
#usr/share/glib-2.0/codegen/__init__.pyo
|
||||
#usr/share/glib-2.0/codegen/codegen.py
|
||||
#usr/share/glib-2.0/codegen/codegen.pyc
|
||||
#usr/share/glib-2.0/codegen/codegen.pyo
|
||||
#usr/share/glib-2.0/codegen/codegen_docbook.py
|
||||
#usr/share/glib-2.0/codegen/codegen_docbook.pyc
|
||||
#usr/share/glib-2.0/codegen/codegen_docbook.pyo
|
||||
#usr/share/glib-2.0/codegen/codegen_main.py
|
||||
#usr/share/glib-2.0/codegen/codegen_main.pyc
|
||||
#usr/share/glib-2.0/codegen/codegen_main.pyo
|
||||
#usr/share/glib-2.0/codegen/config.py
|
||||
#usr/share/glib-2.0/codegen/config.pyc
|
||||
#usr/share/glib-2.0/codegen/config.pyo
|
||||
#usr/share/glib-2.0/codegen/dbustypes.py
|
||||
#usr/share/glib-2.0/codegen/dbustypes.pyc
|
||||
#usr/share/glib-2.0/codegen/dbustypes.pyo
|
||||
#usr/share/glib-2.0/codegen/parser.py
|
||||
#usr/share/glib-2.0/codegen/parser.pyc
|
||||
#usr/share/glib-2.0/codegen/parser.pyo
|
||||
#usr/share/glib-2.0/codegen/utils.py
|
||||
#usr/share/glib-2.0/codegen/utils.pyc
|
||||
#usr/share/glib-2.0/codegen/utils.pyo
|
||||
#usr/share/glib-2.0/gdb
|
||||
#usr/share/glib-2.0/gdb/glib_gdb.py
|
||||
#usr/share/glib-2.0/gdb/gobject_gdb.py
|
||||
@@ -367,417 +351,6 @@ usr/lib/libgthread-2.0.so.0.5400.3
|
||||
#usr/share/glib-2.0/schemas/gschema.dtd
|
||||
#usr/share/glib-2.0/valgrind
|
||||
#usr/share/glib-2.0/valgrind/glib.supp
|
||||
#usr/share/gtk-doc/html/gio
|
||||
#usr/share/gtk-doc/html/gio/GAction.html
|
||||
#usr/share/gtk-doc/html/gio/GActionGroup.html
|
||||
#usr/share/gtk-doc/html/gio/GActionMap.html
|
||||
#usr/share/gtk-doc/html/gio/GAppInfo.html
|
||||
#usr/share/gtk-doc/html/gio/GAppInfoMonitor.html
|
||||
#usr/share/gtk-doc/html/gio/GApplication.html
|
||||
#usr/share/gtk-doc/html/gio/GApplicationCommandLine.html
|
||||
#usr/share/gtk-doc/html/gio/GAsyncInitable.html
|
||||
#usr/share/gtk-doc/html/gio/GAsyncResult.html
|
||||
#usr/share/gtk-doc/html/gio/GBufferedInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GBufferedOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GBytesIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GCancellable.html
|
||||
#usr/share/gtk-doc/html/gio/GCharsetConverter.html
|
||||
#usr/share/gtk-doc/html/gio/GConverter.html
|
||||
#usr/share/gtk-doc/html/gio/GCredentials.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusActionGroup.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusAuthObserver.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusInterface.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusInterfaceSkeleton.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusMenuModel.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusMessage.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusMethodInvocation.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObject.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObjectManager.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObjectManagerClient.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObjectManagerServer.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObjectProxy.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusObjectSkeleton.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusProxy.html
|
||||
#usr/share/gtk-doc/html/gio/GDBusServer.html
|
||||
#usr/share/gtk-doc/html/gio/GDataInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GDataOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GDatagramBased.html
|
||||
#usr/share/gtk-doc/html/gio/GDrive.html
|
||||
#usr/share/gtk-doc/html/gio/GDtlsClientConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GDtlsConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GDtlsServerConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GEmblem.html
|
||||
#usr/share/gtk-doc/html/gio/GEmblemedIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GFile.html
|
||||
#usr/share/gtk-doc/html/gio/GFileDescriptorBased.html
|
||||
#usr/share/gtk-doc/html/gio/GFileEnumerator.html
|
||||
#usr/share/gtk-doc/html/gio/GFileIOStream.html
|
||||
#usr/share/gtk-doc/html/gio/GFileIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GFileInfo.html
|
||||
#usr/share/gtk-doc/html/gio/GFileInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GFileMonitor.html
|
||||
#usr/share/gtk-doc/html/gio/GFileOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GFilenameCompleter.html
|
||||
#usr/share/gtk-doc/html/gio/GFilterInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GFilterOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GIOModule.html
|
||||
#usr/share/gtk-doc/html/gio/GIOStream.html
|
||||
#usr/share/gtk-doc/html/gio/GIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GInetAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GInetAddressMask.html
|
||||
#usr/share/gtk-doc/html/gio/GInetSocketAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GInitable.html
|
||||
#usr/share/gtk-doc/html/gio/GInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GListModel.html
|
||||
#usr/share/gtk-doc/html/gio/GListStore.html
|
||||
#usr/share/gtk-doc/html/gio/GLoadableIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GMemoryInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GMemoryOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GMenu.html
|
||||
#usr/share/gtk-doc/html/gio/GMenuModel.html
|
||||
#usr/share/gtk-doc/html/gio/GMount.html
|
||||
#usr/share/gtk-doc/html/gio/GMountOperation.html
|
||||
#usr/share/gtk-doc/html/gio/GNetworkAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GNetworkMonitor.html
|
||||
#usr/share/gtk-doc/html/gio/GNetworkService.html
|
||||
#usr/share/gtk-doc/html/gio/GNotification.html
|
||||
#usr/share/gtk-doc/html/gio/GOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GPermission.html
|
||||
#usr/share/gtk-doc/html/gio/GPollableInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GPollableOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GPropertyAction.html
|
||||
#usr/share/gtk-doc/html/gio/GProxy.html
|
||||
#usr/share/gtk-doc/html/gio/GProxyAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GProxyAddressEnumerator.html
|
||||
#usr/share/gtk-doc/html/gio/GProxyResolver.html
|
||||
#usr/share/gtk-doc/html/gio/GRemoteActionGroup.html
|
||||
#usr/share/gtk-doc/html/gio/GResolver.html
|
||||
#usr/share/gtk-doc/html/gio/GResource.html
|
||||
#usr/share/gtk-doc/html/gio/GSeekable.html
|
||||
#usr/share/gtk-doc/html/gio/GSettings.html
|
||||
#usr/share/gtk-doc/html/gio/GSettingsBackend.html
|
||||
#usr/share/gtk-doc/html/gio/GSimpleAction.html
|
||||
#usr/share/gtk-doc/html/gio/GSimpleActionGroup.html
|
||||
#usr/share/gtk-doc/html/gio/GSimpleAsyncResult.html
|
||||
#usr/share/gtk-doc/html/gio/GSimpleIOStream.html
|
||||
#usr/share/gtk-doc/html/gio/GSimplePermission.html
|
||||
#usr/share/gtk-doc/html/gio/GSimpleProxyResolver.html
|
||||
#usr/share/gtk-doc/html/gio/GSocket.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketAddressEnumerator.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketClient.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketConnectable.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketControlMessage.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketListener.html
|
||||
#usr/share/gtk-doc/html/gio/GSocketService.html
|
||||
#usr/share/gtk-doc/html/gio/GSrvTarget.html
|
||||
#usr/share/gtk-doc/html/gio/GSubprocess.html
|
||||
#usr/share/gtk-doc/html/gio/GSubprocessLauncher.html
|
||||
#usr/share/gtk-doc/html/gio/GTask.html
|
||||
#usr/share/gtk-doc/html/gio/GTcpConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GTcpWrapperConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GTestDBus.html
|
||||
#usr/share/gtk-doc/html/gio/GThemedIcon.html
|
||||
#usr/share/gtk-doc/html/gio/GThreadedSocketService.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsBackend.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsCertificate.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsClientConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsDatabase.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsFileDatabase.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsInteraction.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsPassword.html
|
||||
#usr/share/gtk-doc/html/gio/GTlsServerConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixConnection.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixCredentialsMessage.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixFDList.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixFDMessage.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixInputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixOutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/GUnixSocketAddress.html
|
||||
#usr/share/gtk-doc/html/gio/GVfs.html
|
||||
#usr/share/gtk-doc/html/gio/GVolume.html
|
||||
#usr/share/gtk-doc/html/gio/GVolumeMonitor.html
|
||||
#usr/share/gtk-doc/html/gio/GZlibCompressor.html
|
||||
#usr/share/gtk-doc/html/gio/GZlibDecompressor.html
|
||||
#usr/share/gtk-doc/html/gio/annotation-glossary.html
|
||||
#usr/share/gtk-doc/html/gio/api-index-full.html
|
||||
#usr/share/gtk-doc/html/gio/application.html
|
||||
#usr/share/gtk-doc/html/gio/async.html
|
||||
#usr/share/gtk-doc/html/gio/ch01.html
|
||||
#usr/share/gtk-doc/html/gio/ch02.html
|
||||
#usr/share/gtk-doc/html/gio/ch03.html
|
||||
#usr/share/gtk-doc/html/gio/ch32.html
|
||||
#usr/share/gtk-doc/html/gio/ch33.html
|
||||
#usr/share/gtk-doc/html/gio/ch33s02.html
|
||||
#usr/share/gtk-doc/html/gio/ch33s03.html
|
||||
#usr/share/gtk-doc/html/gio/ch34.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s02.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s03.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s04.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s05.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s06.html
|
||||
#usr/share/gtk-doc/html/gio/ch34s07.html
|
||||
#usr/share/gtk-doc/html/gio/ch35.html
|
||||
#usr/share/gtk-doc/html/gio/ch35s02.html
|
||||
#usr/share/gtk-doc/html/gio/ch35s03.html
|
||||
#usr/share/gtk-doc/html/gio/ch35s04.html
|
||||
#usr/share/gtk-doc/html/gio/conversion.html
|
||||
#usr/share/gtk-doc/html/gio/data-models.html
|
||||
#usr/share/gtk-doc/html/gio/extending-gio.html
|
||||
#usr/share/gtk-doc/html/gio/extending.html
|
||||
#usr/share/gtk-doc/html/gio/failable_initialization.html
|
||||
#usr/share/gtk-doc/html/gio/file_mon.html
|
||||
#usr/share/gtk-doc/html/gio/file_ops.html
|
||||
#usr/share/gtk-doc/html/gio/gapplication-tool.html
|
||||
#usr/share/gtk-doc/html/gio/gdbus-codegen.html
|
||||
#usr/share/gtk-doc/html/gio/gdbus-convenience.html
|
||||
#usr/share/gtk-doc/html/gio/gdbus-example-gdbus-codegen.html
|
||||
#usr/share/gtk-doc/html/gio/gdbus-lowlevel.html
|
||||
#usr/share/gtk-doc/html/gio/gdbus.html
|
||||
#usr/share/gtk-doc/html/gio/gio-D-Bus-Addresses.html
|
||||
#usr/share/gtk-doc/html/gio/gio-D-Bus-Introspection-Data.html
|
||||
#usr/share/gtk-doc/html/gio/gio-D-Bus-Utilities.html
|
||||
#usr/share/gtk-doc/html/gio/gio-Desktop-file-based-GAppInfo.html
|
||||
#usr/share/gtk-doc/html/gio/gio-Extension-Points.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GActionGroup-exporter.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GContentType.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GConverterInputstream.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GConverterOutputstream.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GDBusError.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GFileAttribute.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GIOError.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GIOScheduler.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GMenuModel-exporter.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GSettingsSchema-GSettingsSchemaSource.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GWin32InputStream.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GWin32OutputStream.html
|
||||
#usr/share/gtk-doc/html/gio/gio-GWin32RegistryKey.html
|
||||
#usr/share/gtk-doc/html/gio/gio-Owning-Bus-Names.html
|
||||
#usr/share/gtk-doc/html/gio/gio-TLS-Overview.html
|
||||
#usr/share/gtk-doc/html/gio/gio-Unix-Mounts.html
|
||||
#usr/share/gtk-doc/html/gio/gio-Watching-Bus-Names.html
|
||||
#usr/share/gtk-doc/html/gio/gio-gnetworking.h.html
|
||||
#usr/share/gtk-doc/html/gio/gio-gpollableutils.html
|
||||
#usr/share/gtk-doc/html/gio/gio-hierarchy.html
|
||||
#usr/share/gtk-doc/html/gio/gio-querymodules.html
|
||||
#usr/share/gtk-doc/html/gio/gio.devhelp2
|
||||
#usr/share/gtk-doc/html/gio/gio.html
|
||||
#usr/share/gtk-doc/html/gio/glib-compile-resources.html
|
||||
#usr/share/gtk-doc/html/gio/glib-compile-schemas.html
|
||||
#usr/share/gtk-doc/html/gio/gresource-tool.html
|
||||
#usr/share/gtk-doc/html/gio/gsettings-tool.html
|
||||
#usr/share/gtk-doc/html/gio/gvfs-overview.png
|
||||
#usr/share/gtk-doc/html/gio/highlevel-socket.html
|
||||
#usr/share/gtk-doc/html/gio/home.png
|
||||
#usr/share/gtk-doc/html/gio/icons.html
|
||||
#usr/share/gtk-doc/html/gio/index.html
|
||||
#usr/share/gtk-doc/html/gio/left-insensitive.png
|
||||
#usr/share/gtk-doc/html/gio/left.png
|
||||
#usr/share/gtk-doc/html/gio/menu-example.png
|
||||
#usr/share/gtk-doc/html/gio/menu-model.png
|
||||
#usr/share/gtk-doc/html/gio/migrating.html
|
||||
#usr/share/gtk-doc/html/gio/networking.html
|
||||
#usr/share/gtk-doc/html/gio/permissions.html
|
||||
#usr/share/gtk-doc/html/gio/pt01.html
|
||||
#usr/share/gtk-doc/html/gio/pt02.html
|
||||
#usr/share/gtk-doc/html/gio/registry.html
|
||||
#usr/share/gtk-doc/html/gio/resolver.html
|
||||
#usr/share/gtk-doc/html/gio/resources.html
|
||||
#usr/share/gtk-doc/html/gio/right-insensitive.png
|
||||
#usr/share/gtk-doc/html/gio/right.png
|
||||
#usr/share/gtk-doc/html/gio/running-gio-apps.html
|
||||
#usr/share/gtk-doc/html/gio/settings.html
|
||||
#usr/share/gtk-doc/html/gio/streaming.html
|
||||
#usr/share/gtk-doc/html/gio/style.css
|
||||
#usr/share/gtk-doc/html/gio/subprocesses.html
|
||||
#usr/share/gtk-doc/html/gio/testing.html
|
||||
#usr/share/gtk-doc/html/gio/tls.html
|
||||
#usr/share/gtk-doc/html/gio/tools.html
|
||||
#usr/share/gtk-doc/html/gio/types.html
|
||||
#usr/share/gtk-doc/html/gio/up-insensitive.png
|
||||
#usr/share/gtk-doc/html/gio/up.png
|
||||
#usr/share/gtk-doc/html/gio/utils.html
|
||||
#usr/share/gtk-doc/html/gio/volume_mon.html
|
||||
#usr/share/gtk-doc/html/glib
|
||||
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_breadth-first_traversal.svg
|
||||
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_inorder.svg
|
||||
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_postorder.svg
|
||||
#usr/share/gtk-doc/html/glib/Sorted_binary_tree_preorder.svg
|
||||
#usr/share/gtk-doc/html/glib/annotation-glossary.html
|
||||
#usr/share/gtk-doc/html/glib/api-index-full.html
|
||||
#usr/share/gtk-doc/html/glib/deprecated.html
|
||||
#usr/share/gtk-doc/html/glib/file-name-encodings.png
|
||||
#usr/share/gtk-doc/html/glib/glib-Arrays.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Asynchronous-Queues.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Atomic-Operations.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Automatic-String-Completion.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Balanced-Binary-Trees.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Base64-Encoding.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Basic-Types.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Bookmark-file-parser.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Bounds-checked-integer-arithmetic.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Byte-Arrays.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Byte-Order-Macros.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Caches.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Character-Set-Conversion.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Commandline-option-parser.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Data-Checksums.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Data-HMACs.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Datasets.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Date-and-Time-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Deprecated-Thread-APIs.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Double-ended-Queues.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Doubly-Linked-Lists.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Dynamic-Loading-of-Modules.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Error-Reporting.html
|
||||
#usr/share/gtk-doc/html/glib/glib-File-Utilities.html
|
||||
#usr/share/gtk-doc/html/glib/glib-GDateTime.html
|
||||
#usr/share/gtk-doc/html/glib/glib-GTimeZone.html
|
||||
#usr/share/gtk-doc/html/glib/glib-GUuid.html
|
||||
#usr/share/gtk-doc/html/glib/glib-GVariant.html
|
||||
#usr/share/gtk-doc/html/glib/glib-GVariantType.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Glob-style-pattern-matching.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Hash-Tables.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Hook-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Hostname-Utilities.html
|
||||
#usr/share/gtk-doc/html/glib/glib-I18N.html
|
||||
#usr/share/gtk-doc/html/glib/glib-IO-Channels.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Key-value-file-parser.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Keyed-Data-Lists.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Lexical-Scanner.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Memory-Allocation.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Memory-Slices.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Message-Logging.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Miscellaneous-Macros.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Miscellaneous-Utility-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-N-ary-Trees.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Numerical-Definitions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Perl-compatible-regular-expressions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Pointer-Arrays.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Quarks.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Random-Numbers.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Relations-and-Tuples.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Sequences.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Shell-related-Utilities.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Simple-XML-Subset-Parser.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Singly-Linked-Lists.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Spawning-Processes.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Standard-Macros.html
|
||||
#usr/share/gtk-doc/html/glib/glib-String-Chunks.html
|
||||
#usr/share/gtk-doc/html/glib/glib-String-Utility-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Strings.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Testing.html
|
||||
#usr/share/gtk-doc/html/glib/glib-The-Main-Event-Loop.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Thread-Pools.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Threads.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Timers.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Trash-Stacks.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Type-Conversion-Macros.html
|
||||
#usr/share/gtk-doc/html/glib/glib-UNIX-specific-utilities-and-integration.html
|
||||
#usr/share/gtk-doc/html/glib/glib-URI-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Unicode-Manipulation.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Version-Information.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Warnings-and-Assertions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-Windows-Compatibility-Functions.html
|
||||
#usr/share/gtk-doc/html/glib/glib-building.html
|
||||
#usr/share/gtk-doc/html/glib/glib-changes.html
|
||||
#usr/share/gtk-doc/html/glib/glib-compiling.html
|
||||
#usr/share/gtk-doc/html/glib/glib-core.html
|
||||
#usr/share/gtk-doc/html/glib/glib-cross-compiling.html
|
||||
#usr/share/gtk-doc/html/glib/glib-data-types.html
|
||||
#usr/share/gtk-doc/html/glib/glib-fundamentals.html
|
||||
#usr/share/gtk-doc/html/glib/glib-gettextize.html
|
||||
#usr/share/gtk-doc/html/glib/glib-programming.html
|
||||
#usr/share/gtk-doc/html/glib/glib-regex-syntax.html
|
||||
#usr/share/gtk-doc/html/glib/glib-resources.html
|
||||
#usr/share/gtk-doc/html/glib/glib-running.html
|
||||
#usr/share/gtk-doc/html/glib/glib-utilities.html
|
||||
#usr/share/gtk-doc/html/glib/glib.devhelp2
|
||||
#usr/share/gtk-doc/html/glib/glib.html
|
||||
#usr/share/gtk-doc/html/glib/gtester-report.html
|
||||
#usr/share/gtk-doc/html/glib/gtester.html
|
||||
#usr/share/gtk-doc/html/glib/gvariant-format-strings.html
|
||||
#usr/share/gtk-doc/html/glib/gvariant-text.html
|
||||
#usr/share/gtk-doc/html/glib/home.png
|
||||
#usr/share/gtk-doc/html/glib/index.html
|
||||
#usr/share/gtk-doc/html/glib/left-insensitive.png
|
||||
#usr/share/gtk-doc/html/glib/left.png
|
||||
#usr/share/gtk-doc/html/glib/mainloop-states.gif
|
||||
#usr/share/gtk-doc/html/glib/right-insensitive.png
|
||||
#usr/share/gtk-doc/html/glib/right.png
|
||||
#usr/share/gtk-doc/html/glib/style.css
|
||||
#usr/share/gtk-doc/html/glib/tools.html
|
||||
#usr/share/gtk-doc/html/glib/up-insensitive.png
|
||||
#usr/share/gtk-doc/html/glib/up.png
|
||||
#usr/share/gtk-doc/html/gobject
|
||||
#usr/share/gtk-doc/html/gobject/GBinding.html
|
||||
#usr/share/gtk-doc/html/gobject/GTypeModule.html
|
||||
#usr/share/gtk-doc/html/gobject/GTypePlugin.html
|
||||
#usr/share/gtk-doc/html/gobject/annotation-glossary.html
|
||||
#usr/share/gtk-doc/html/gobject/api-index-full.html
|
||||
#usr/share/gtk-doc/html/gobject/ch01s02.html
|
||||
#usr/share/gtk-doc/html/gobject/chapter-gobject.html
|
||||
#usr/share/gtk-doc/html/gobject/chapter-gtype.html
|
||||
#usr/share/gtk-doc/html/gobject/chapter-intro.html
|
||||
#usr/share/gtk-doc/html/gobject/chapter-signal.html
|
||||
#usr/share/gtk-doc/html/gobject/glib-genmarshal.html
|
||||
#usr/share/gtk-doc/html/gobject/glib-mkenums.html
|
||||
#usr/share/gtk-doc/html/gobject/glue.png
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Boxed-Types.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Closures.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Enumeration-and-Flag-Types.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-GParamSpec.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Generic-values.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Signals.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Standard-Parameter-and-Value-Types.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-The-Base-Object-Type.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Type-Information.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Value-arrays.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-Varargs-Value-Collection.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-memory.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-properties.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject-query.html
|
||||
#usr/share/gtk-doc/html/gobject/gobject.devhelp2
|
||||
#usr/share/gtk-doc/html/gobject/gtype-conventions.html
|
||||
#usr/share/gtk-doc/html/gobject/gtype-instantiable-classed.html
|
||||
#usr/share/gtk-doc/html/gobject/gtype-non-instantiable-classed.html
|
||||
#usr/share/gtk-doc/html/gobject/gtype-non-instantiable.html
|
||||
#usr/share/gtk-doc/html/gobject/home.png
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject-chainup.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject-code.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject-construction.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject-destruction.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject-methods.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-gobject.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-interface-implement.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-interface-override.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-interface-prerequisite.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-interface-properties.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-interface.html
|
||||
#usr/share/gtk-doc/html/gobject/howto-signals.html
|
||||
#usr/share/gtk-doc/html/gobject/index.html
|
||||
#usr/share/gtk-doc/html/gobject/left-insensitive.png
|
||||
#usr/share/gtk-doc/html/gobject/left.png
|
||||
#usr/share/gtk-doc/html/gobject/pr01.html
|
||||
#usr/share/gtk-doc/html/gobject/pt01.html
|
||||
#usr/share/gtk-doc/html/gobject/pt02.html
|
||||
#usr/share/gtk-doc/html/gobject/pt03.html
|
||||
#usr/share/gtk-doc/html/gobject/right-insensitive.png
|
||||
#usr/share/gtk-doc/html/gobject/right.png
|
||||
#usr/share/gtk-doc/html/gobject/rn01.html
|
||||
#usr/share/gtk-doc/html/gobject/rn02.html
|
||||
#usr/share/gtk-doc/html/gobject/signal.html
|
||||
#usr/share/gtk-doc/html/gobject/style.css
|
||||
#usr/share/gtk-doc/html/gobject/tools-ginspector.html
|
||||
#usr/share/gtk-doc/html/gobject/tools-gob.html
|
||||
#usr/share/gtk-doc/html/gobject/tools-gtkdoc.html
|
||||
#usr/share/gtk-doc/html/gobject/tools-refdb.html
|
||||
#usr/share/gtk-doc/html/gobject/tools-vala.html
|
||||
#usr/share/gtk-doc/html/gobject/up-insensitive.png
|
||||
#usr/share/gtk-doc/html/gobject/up.png
|
||||
#usr/share/locale/af/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/am
|
||||
#usr/share/locale/am/LC_MESSAGES
|
||||
@@ -843,8 +416,6 @@ usr/lib/libgthread-2.0.so.0.5400.3
|
||||
#usr/share/locale/is/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/it/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/ja/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/ka
|
||||
#usr/share/locale/ka/LC_MESSAGES
|
||||
#usr/share/locale/ka/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/kk/LC_MESSAGES/glib20.mo
|
||||
#usr/share/locale/kn/LC_MESSAGES/glib20.mo
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11639,9 +11639,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sevseg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra/net.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga/con.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd.h
|
||||
@@ -16371,6 +16369,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_mount.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_no.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncsi.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ndctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/neighbour.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/net.h
|
||||
|
||||
@@ -432,6 +432,7 @@
|
||||
#usr/include/linux/ncp_fs.h
|
||||
#usr/include/linux/ncp_mount.h
|
||||
#usr/include/linux/ncp_no.h
|
||||
#usr/include/linux/ncsi.h
|
||||
#usr/include/linux/ndctl.h
|
||||
#usr/include/linux/neighbour.h
|
||||
#usr/include/linux/net.h
|
||||
|
||||
@@ -1 +0,0 @@
|
||||
#boot/initramfs-KVER-ipfire-pae.img
|
||||
@@ -7,8 +7,8 @@ usr/bin/sensors-conf-convert
|
||||
#usr/include/sensors/sensors.h
|
||||
#usr/lib/libsensors.a
|
||||
usr/lib/libsensors.so
|
||||
usr/lib/libsensors.so.4
|
||||
usr/lib/libsensors.so.4.4.0
|
||||
usr/lib/libsensors.so.5
|
||||
usr/lib/libsensors.so.5.0.0
|
||||
#usr/man/man1/sensors.1
|
||||
#usr/man/man3/libsensors.3
|
||||
#usr/man/man5/sensors.conf.5
|
||||
|
||||
@@ -41,7 +41,9 @@ usr/share/bash-completion/completions/tc
|
||||
#usr/share/man/man8/arpd.8
|
||||
#usr/share/man/man8/bridge.8
|
||||
#usr/share/man/man8/ctstat.8
|
||||
#usr/share/man/man8/dcb-app.8
|
||||
#usr/share/man/man8/dcb-buffer.8
|
||||
#usr/share/man/man8/dcb-dcbx.8
|
||||
#usr/share/man/man8/dcb-ets.8
|
||||
#usr/share/man/man8/dcb-maxrate.8
|
||||
#usr/share/man/man8/dcb-pfc.8
|
||||
@@ -166,4 +168,7 @@ usr/share/bash-completion/completions/tc
|
||||
#usr/share/man/man8/tipc-peer.8
|
||||
#usr/share/man/man8/tipc-socket.8
|
||||
#usr/share/man/man8/tipc.8
|
||||
#usr/share/man/man8/vdpa-dev.8
|
||||
#usr/share/man/man8/vdpa-mgmtdev.8
|
||||
#usr/share/man/man8/vdpa.8
|
||||
#var/lib/arpd
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#usr/lib/libarchive.la
|
||||
#usr/lib/libarchive.so
|
||||
usr/lib/libarchive.so.13
|
||||
usr/lib/libarchive.so.13.4.0
|
||||
usr/lib/libarchive.so.13.5.1
|
||||
#usr/lib/pkgconfig/libarchive.pc
|
||||
#usr/share/man/man1/bsdcat.1
|
||||
#usr/share/man/man1/bsdcpio.1
|
||||
|
||||
@@ -7,23 +7,21 @@
|
||||
#usr/lib/libcap-ng.so
|
||||
usr/lib/libcap-ng.so.0
|
||||
usr/lib/libcap-ng.so.0.0.0
|
||||
#usr/lib/libdrop_ambient.la
|
||||
#usr/lib/libdrop_ambient.so
|
||||
usr/lib/libdrop_ambient.so.0
|
||||
usr/lib/libdrop_ambient.so.0.0.0
|
||||
#usr/lib/pkgconfig/libcap-ng.pc
|
||||
#usr/lib/python2.7/site-packages/_capng.la
|
||||
#usr/lib/python2.7/site-packages/_capng.so
|
||||
#usr/lib/python2.7/site-packages/capng.py
|
||||
#usr/lib/python2.7/site-packages/capng.pyc
|
||||
#usr/lib/python2.7/site-packages/capng.pyo
|
||||
#usr/lib/python3.8/site-packages/_capng.la
|
||||
#usr/lib/python3.8/site-packages/_capng.so
|
||||
#usr/lib/python3.8/site-packages/capng.py
|
||||
#usr/share/aclocal/cap-ng.m4
|
||||
#usr/share/man/man3/capng_apply.3
|
||||
#usr/share/man/man3/capng_apply_caps_fd.3
|
||||
#usr/share/man/man3/capng_capability_to_name.3
|
||||
#usr/share/man/man3/capng_change_id.3
|
||||
#usr/share/man/man3/capng_clear.3
|
||||
#usr/share/man/man3/capng_fill.3
|
||||
#usr/share/man/man3/capng_get_caps_fd.3
|
||||
#usr/share/man/man3/capng_get_caps_process.3
|
||||
#usr/share/man/man3/capng_get_rootid.3
|
||||
#usr/share/man/man3/capng_have_capabilities.3
|
||||
#usr/share/man/man3/capng_have_capability.3
|
||||
#usr/share/man/man3/capng_lock.3
|
||||
@@ -32,10 +30,11 @@ usr/lib/libcap-ng.so.0.0.0
|
||||
#usr/share/man/man3/capng_print_caps_text.3
|
||||
#usr/share/man/man3/capng_restore_state.3
|
||||
#usr/share/man/man3/capng_save_state.3
|
||||
#usr/share/man/man3/capng_set_caps_fd.3
|
||||
#usr/share/man/man3/capng_set_rootid.3
|
||||
#usr/share/man/man3/capng_setpid.3
|
||||
#usr/share/man/man3/capng_update.3
|
||||
#usr/share/man/man3/capng_updatev.3
|
||||
#usr/share/man/man7/libdrop_ambient.7
|
||||
#usr/share/man/man8/captest.8
|
||||
#usr/share/man/man8/filecap.8
|
||||
#usr/share/man/man8/netcap.8
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
#usr/lib/libedit.la
|
||||
#usr/lib/libedit.so
|
||||
usr/lib/libedit.so.0
|
||||
usr/lib/libedit.so.0.0.60
|
||||
usr/lib/libedit.so.0.0.65
|
||||
#usr/lib/pkgconfig/libedit.pc
|
||||
#usr/share/man/man3/editline.3
|
||||
#usr/share/man/man3/el_deletestr.3
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#usr/bin/event_rpcgen.py
|
||||
#usr/include/evdns.h
|
||||
#usr/include/event.h
|
||||
#usr/include/event2
|
||||
#usr/include/event2/buffer.h
|
||||
#usr/include/event2/buffer_compat.h
|
||||
@@ -25,20 +28,29 @@
|
||||
#usr/include/event2/thread.h
|
||||
#usr/include/event2/util.h
|
||||
#usr/include/event2/visibility.h
|
||||
#usr/include/evhttp.h
|
||||
#usr/include/evrpc.h
|
||||
#usr/include/evutil.h
|
||||
usr/lib/libevent-2.1.so.7
|
||||
usr/lib/libevent-2.1.so.7.0.0
|
||||
usr/lib/libevent-2.1.so.7.0.1
|
||||
#usr/lib/libevent.la
|
||||
#usr/lib/libevent.so
|
||||
usr/lib/libevent_core-2.1.so.7
|
||||
usr/lib/libevent_core-2.1.so.7.0.0
|
||||
usr/lib/libevent_core-2.1.so.7.0.1
|
||||
#usr/lib/libevent_core.la
|
||||
#usr/lib/libevent_core.so
|
||||
usr/lib/libevent_extra-2.1.so.7
|
||||
usr/lib/libevent_extra-2.1.so.7.0.0
|
||||
usr/lib/libevent_extra-2.1.so.7.0.1
|
||||
#usr/lib/libevent_extra.la
|
||||
#usr/lib/libevent_extra.so
|
||||
usr/lib/libevent_openssl-2.1.so.7
|
||||
usr/lib/libevent_openssl-2.1.so.7.0.0
|
||||
usr/lib/libevent_openssl-2.1.so.7.0.1
|
||||
#usr/lib/libevent_openssl.la
|
||||
usr/lib/libevent_openssl.so
|
||||
#usr/lib/libevent_openssl.so
|
||||
usr/lib/libevent_pthreads-2.1.so.7
|
||||
usr/lib/libevent_pthreads-2.1.so.7.0.0
|
||||
usr/lib/libevent_pthreads-2.1.so.7.0.1
|
||||
#usr/lib/libevent_pthreads.la
|
||||
usr/lib/libevent_pthreads.so
|
||||
#usr/lib/libevent_pthreads.so
|
||||
#usr/lib/pkgconfig/libevent.pc
|
||||
#usr/lib/pkgconfig/libevent_core.pc
|
||||
#usr/lib/pkgconfig/libevent_extra.pc
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
#usr/lib/libgcrypt.la
|
||||
#usr/lib/libgcrypt.so
|
||||
usr/lib/libgcrypt.so.20
|
||||
usr/lib/libgcrypt.so.20.3.2
|
||||
usr/lib/libgcrypt.so.20.3.3
|
||||
#usr/lib/pkgconfig/libgcrypt.pc
|
||||
#usr/share/aclocal/libgcrypt.m4
|
||||
#usr/share/info/gcrypt.info
|
||||
|
||||
@@ -7,7 +7,7 @@ usr/bin/gpg-error
|
||||
#usr/lib/libgpg-error.la
|
||||
#usr/lib/libgpg-error.so
|
||||
usr/lib/libgpg-error.so.0
|
||||
usr/lib/libgpg-error.so.0.31.1
|
||||
usr/lib/libgpg-error.so.0.32.0
|
||||
#usr/lib/pkgconfig/gpg-error.pc
|
||||
#usr/share/aclocal/gpg-error.m4
|
||||
#usr/share/aclocal/gpgrt.m4
|
||||
|
||||
8
config/rootfiles/common/libinih
Normal file
8
config/rootfiles/common/libinih
Normal file
@@ -0,0 +1,8 @@
|
||||
#usr/include/INIReader.h
|
||||
#usr/include/ini.h
|
||||
#usr/lib/libINIReader.so
|
||||
#usr/lib/libINIReader.so.0
|
||||
#usr/lib/libinih.so
|
||||
#usr/lib/libinih.so.0
|
||||
#usr/lib/pkgconfig/INIReader.pc
|
||||
#usr/lib/pkgconfig/inih.pc
|
||||
@@ -1,34 +1,37 @@
|
||||
#usr/include/upnp
|
||||
#usr/include/upnp/FreeList.h
|
||||
#usr/include/upnp/LinkedList.h
|
||||
#usr/include/upnp/ThreadPool.h
|
||||
#usr/include/upnp/TimerThread.h
|
||||
#usr/include/upnp/Callback.h
|
||||
#usr/include/upnp/UpnpActionComplete.h
|
||||
#usr/include/upnp/UpnpActionRequest.h
|
||||
#usr/include/upnp/UpnpDiscovery.h
|
||||
#usr/include/upnp/UpnpEvent.h
|
||||
#usr/include/upnp/UpnpEventSubscribe.h
|
||||
#usr/include/upnp/UpnpExtraHeaders.h
|
||||
#usr/include/upnp/UpnpFileInfo.h
|
||||
#usr/include/upnp/UpnpGlobal.h
|
||||
#usr/include/upnp/UpnpInet.h
|
||||
#usr/include/upnp/UpnpIntTypes.h
|
||||
#usr/include/upnp/UpnpStateVarComplete.h
|
||||
#usr/include/upnp/UpnpStateVarRequest.h
|
||||
#usr/include/upnp/UpnpStdInt.h
|
||||
#usr/include/upnp/UpnpString.h
|
||||
#usr/include/upnp/UpnpSubscriptionRequest.h
|
||||
#usr/include/upnp/UpnpUniStd.h
|
||||
#usr/include/upnp/ithread.h
|
||||
#usr/include/upnp/ixml.h
|
||||
#usr/include/upnp/ixmldebug.h
|
||||
#usr/include/upnp/list.h
|
||||
#usr/include/upnp/upnp.h
|
||||
#usr/include/upnp/upnpconfig.h
|
||||
#usr/include/upnp/upnpdebug.h
|
||||
#usr/include/upnp/upnptools.h
|
||||
#usr/lib/libixml.a
|
||||
#usr/lib/libixml.la
|
||||
usr/lib/libixml.so
|
||||
usr/lib/libixml.so.2
|
||||
usr/lib/libixml.so.2.0.8
|
||||
#usr/lib/libthreadutil.a
|
||||
#usr/lib/libthreadutil.la
|
||||
usr/lib/libthreadutil.so
|
||||
usr/lib/libthreadutil.so.6
|
||||
usr/lib/libthreadutil.so.6.0.3
|
||||
#usr/lib/libixml.so
|
||||
usr/lib/libixml.so.11
|
||||
usr/lib/libixml.so.11.0.1
|
||||
#usr/lib/libupnp.a
|
||||
#usr/lib/libupnp.la
|
||||
usr/lib/libupnp.so
|
||||
usr/lib/libupnp.so.6
|
||||
usr/lib/libupnp.so.6.3.2
|
||||
#usr/lib/libupnp.so
|
||||
usr/lib/libupnp.so.17
|
||||
usr/lib/libupnp.so.17.0.6
|
||||
#usr/lib/pkgconfig/libupnp.pc
|
||||
|
||||
@@ -53,230 +53,171 @@
|
||||
#usr/lib/cmake/libxml2
|
||||
#usr/lib/cmake/libxml2/libxml2-config.cmake
|
||||
#usr/lib/libxml2.la
|
||||
usr/lib/libxml2.so
|
||||
#usr/lib/libxml2.so
|
||||
usr/lib/libxml2.so.2
|
||||
usr/lib/libxml2.so.2.9.4
|
||||
usr/lib/libxml2.so.2.9.10
|
||||
#usr/lib/pkgconfig/libxml-2.0.pc
|
||||
usr/lib/python2.7/site-packages/drv_libxml2.py
|
||||
usr/lib/python2.7/site-packages/libxml2.py
|
||||
#usr/lib/python2.7/site-packages/libxml2mod.la
|
||||
usr/lib/python2.7/site-packages/libxml2mod.so
|
||||
#usr/lib/xml2Conf.sh
|
||||
#usr/share/aclocal/libxml.m4
|
||||
#usr/share/doc/libxml2-2.9.4
|
||||
#usr/share/doc/libxml2-2.9.4/Copyright
|
||||
#usr/share/doc/libxml2-2.9.4/examples
|
||||
#usr/share/doc/libxml2-2.9.4/examples/testHTML.c
|
||||
#usr/share/doc/libxml2-2.9.4/examples/testSAX.c
|
||||
#usr/share/doc/libxml2-2.9.4/examples/testXPath.c
|
||||
#usr/share/doc/libxml2-2.9.4/examples/xmllint.c
|
||||
#usr/share/doc/libxml2-2.9.4/html
|
||||
#usr/share/doc/libxml2-2.9.4/html/DOM.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/FAQ.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/Libxml2-Logo-180x168.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/Libxml2-Logo-90x34.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/encoding.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/examples.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/examples.xsl
|
||||
#usr/share/doc/libxml2-2.9.4/html/html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/book1.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/home.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/index.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/left.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-DOCBparser.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-HTMLparser.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-HTMLtree.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-SAX.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-SAX2.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-c14n.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-catalog.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-chvalid.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-debugXML.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-dict.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-encoding.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-entities.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-globals.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-hash.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-lib.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-list.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-nanoftp.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-nanohttp.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-parser.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-parserInternals.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-pattern.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-relaxng.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-schemasInternals.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-schematron.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-threads.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-tree.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-uri.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-valid.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xinclude.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xlink.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlIO.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlautomata.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlerror.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlexports.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlmemory.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlmodule.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlreader.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlregexp.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlsave.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemas.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlschemastypes.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlstring.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlunicode.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlversion.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xmlwriter.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xpath.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xpathInternals.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xpointer.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/libxml-xzlib.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/right.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/html/up.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/index.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/io1.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/io1.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/io2.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/io2.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/libxml.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/parse1.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/parse2.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/parse3.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/parse4.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader1.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader1.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader2.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader3.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader3.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader4.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/reader4.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/redhat.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/smallfootonly.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/structure.gif
|
||||
#usr/share/doc/libxml2-2.9.4/html/test1.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/test2.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/test3.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/testWriter.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tree1.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tree1.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/tree2.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tree2.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/tst.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apa.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apb.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apc.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apd.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ape.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apf.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/apg.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/aph.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/api.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s02.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s03.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s04.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s05.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s06.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s07.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s08.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ar01s09.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/blank.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/1.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/10.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/2.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/3.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/4.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/5.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/6.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/7.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/8.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/callouts/9.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/caution.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/draft.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/home.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/important.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/next.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/note.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/prev.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/tip.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/toc-blank.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/toc-minus.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/toc-plus.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/up.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/images/warning.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includeaddattribute.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includeaddkeyword.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includeconvert.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includegetattribute.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includekeyword.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/includexpath.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/index.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/ix01.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/tutorial/xmltutorial.pdf
|
||||
#usr/share/doc/libxml2-2.9.4/html/w3c.png
|
||||
#usr/share/doc/libxml2-2.9.4/html/writer.xml
|
||||
#usr/share/doc/libxml2-2.9.4/html/xml.html
|
||||
#usr/share/doc/libxml2-2.9.4/html/xpath1.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/xpath1.res
|
||||
#usr/share/doc/libxml2-2.9.4/html/xpath2.c
|
||||
#usr/share/doc/libxml2-2.9.4/html/xpath2.res
|
||||
#usr/share/doc/libxml2-python-2.9.4
|
||||
#usr/share/doc/libxml2-python-2.9.4/TODO
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/attribs.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/build.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/compareNodes.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/ctxterror.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/cutnpaste.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/dtdvalid.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/error.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/inbuf.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/indexes.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/input_callback.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/invalid.xml
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/nsdel.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/outbuf.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/push.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/pushSAX.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/pushSAXhtml.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader2.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader3.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader4.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader5.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader6.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader7.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/reader8.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/readererr.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/readernext.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/regexp.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/relaxng.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/resolver.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/schema.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/serialize.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/sync.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/test.dtd
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/thread2.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tst.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tst.xml
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tstLastError.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tstURI.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tstmem.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/tstxpath.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/valid.xml
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/validDTD.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/validRNG.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/validSchemas.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/validate.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/walker.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/xpath.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/xpathext.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/xpathleak.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/xpathns.py
|
||||
#usr/share/doc/libxml2-python-2.9.4/examples/xpathret.py
|
||||
#usr/share/doc/libxml2-2.9.10
|
||||
#usr/share/doc/libxml2-2.9.10/Copyright
|
||||
#usr/share/doc/libxml2-2.9.10/examples
|
||||
#usr/share/doc/libxml2-2.9.10/examples/testHTML.c
|
||||
#usr/share/doc/libxml2-2.9.10/examples/testSAX.c
|
||||
#usr/share/doc/libxml2-2.9.10/examples/testXPath.c
|
||||
#usr/share/doc/libxml2-2.9.10/examples/xmllint.c
|
||||
#usr/share/doc/libxml2-2.9.10/html
|
||||
#usr/share/doc/libxml2-2.9.10/html/DOM.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/FAQ.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/Libxml2-Logo-180x168.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/Libxml2-Logo-90x34.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/encoding.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/examples.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/examples.xsl
|
||||
#usr/share/doc/libxml2-2.9.10/html/html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/book1.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/home.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/index.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/left.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-DOCBparser.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-HTMLparser.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-HTMLtree.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-SAX.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-SAX2.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-c14n.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-catalog.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-chvalid.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-debugXML.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-dict.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-encoding.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-entities.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-globals.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-hash.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-lib.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-list.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-nanoftp.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-nanohttp.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-parser.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-parserInternals.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-pattern.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-relaxng.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-schemasInternals.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-schematron.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-threads.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-tree.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-uri.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-valid.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xinclude.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xlink.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlIO.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlautomata.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlerror.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlexports.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlmemory.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlmodule.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlreader.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlregexp.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlsave.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlschemas.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlschemastypes.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlstring.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlunicode.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlversion.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xmlwriter.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xpath.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xpathInternals.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/libxml-xpointer.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/right.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/html/up.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/index.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/io1.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/io1.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/io2.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/io2.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/libxml.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/parse1.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/parse2.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/parse3.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/parse4.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader1.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader1.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader2.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader3.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader3.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader4.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/reader4.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/redhat.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/smallfootonly.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/structure.gif
|
||||
#usr/share/doc/libxml2-2.9.10/html/test1.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/test2.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/test3.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/testWriter.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tree1.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tree1.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/tree2.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tree2.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/tst.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apa.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apb.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apc.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apd.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ape.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apf.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/apg.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/aph.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/api.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s02.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s03.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s04.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s05.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s06.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s07.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s08.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ar01s09.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/blank.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/1.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/10.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/2.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/3.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/4.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/5.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/6.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/7.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/8.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/callouts/9.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/caution.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/draft.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/home.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/important.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/next.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/note.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/prev.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/tip.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/toc-blank.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/toc-minus.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/toc-plus.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/up.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/images/warning.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includeaddattribute.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includeaddkeyword.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includeconvert.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includegetattribute.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includekeyword.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/includexpath.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/index.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/ix01.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/tutorial/xmltutorial.pdf
|
||||
#usr/share/doc/libxml2-2.9.10/html/w3c.png
|
||||
#usr/share/doc/libxml2-2.9.10/html/writer.xml
|
||||
#usr/share/doc/libxml2-2.9.10/html/xml.html
|
||||
#usr/share/doc/libxml2-2.9.10/html/xpath1.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/xpath1.res
|
||||
#usr/share/doc/libxml2-2.9.10/html/xpath2.c
|
||||
#usr/share/doc/libxml2-2.9.10/html/xpath2.res
|
||||
#usr/share/gtk-doc
|
||||
#usr/share/gtk-doc/html
|
||||
#usr/share/gtk-doc/html/libxml2
|
||||
|
||||
@@ -39,11 +39,6 @@ usr/lib/libxslt.so.1
|
||||
usr/lib/libxslt.so.1.1.28
|
||||
#usr/lib/pkgconfig/libexslt.pc
|
||||
#usr/lib/pkgconfig/libxslt.pc
|
||||
usr/lib/python2.7/site-packages/libxml2.pyc
|
||||
#usr/lib/python2.7/site-packages/libxslt.py
|
||||
#usr/lib/python2.7/site-packages/libxsltmod.a
|
||||
#usr/lib/python2.7/site-packages/libxsltmod.la
|
||||
usr/lib/python2.7/site-packages/libxsltmod.so
|
||||
#usr/lib/xsltConf.sh
|
||||
#usr/share/aclocal/libxslt.m4
|
||||
#usr/share/doc/libxslt-1.1.28
|
||||
|
||||
@@ -5,10 +5,13 @@ usr/bin/luac
|
||||
#usr/include/lua.hpp
|
||||
#usr/include/luaconf.h
|
||||
#usr/include/lualib.h
|
||||
usr/lib/liblua-5.3.so
|
||||
#usr/lib/liblua.a
|
||||
#usr/lib/liblua.la
|
||||
usr/lib/liblua.so
|
||||
#usr/lib/liblua.so
|
||||
usr/lib/liblua.so.5.4
|
||||
usr/lib/liblua.so.5.4.3
|
||||
#usr/lib/lua
|
||||
#usr/lib/lua/5.4
|
||||
#usr/lib/pkgconfig/lua.pc
|
||||
#usr/share/lua
|
||||
#usr/share/lua/5.4
|
||||
#usr/share/man/man1/lua.1
|
||||
#usr/share/man/man1/luac.1
|
||||
|
||||
@@ -1,14 +1,13 @@
|
||||
#usr/bin/meson
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/PKG-INFO
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/entry_points.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/requires.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.56.0-py3.8.egg-info/top_level.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/PKG-INFO
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/entry_points.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/requires.txt
|
||||
#usr/lib/python3.8/site-packages/meson-0.58.0-py3.8.egg-info/top_level.txt
|
||||
#usr/lib/python3.8/site-packages/mesonbuild
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/__init__.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/_pathlib.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/arglist.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/ast
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/ast/__init__.py
|
||||
@@ -81,19 +80,31 @@
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/misc.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/mpi.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/platform.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/qt.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/scalapack.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/dependencies/ui.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/depfile.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/envconfig.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/environment.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter/__init__.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter/compiler.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter/interpreter.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter/interpreterobjects.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreter/mesonmain.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/interpreterbase.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/linkers.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mcompile.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mconf.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mdevenv.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mdist.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesondata.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib/__init__.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib/platform.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib/posix.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib/universal.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonlib/win32.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mesonmain.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/minit.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/minstall.py
|
||||
@@ -115,11 +126,13 @@
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/qt.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/qt4.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/qt5.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/qt6.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/rpm.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/sourceset.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/unstable_cuda.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/unstable_external_project.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/unstable_icestorm.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/unstable_rust.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/unstable_simd.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/modules/windows.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mparser.py
|
||||
@@ -128,6 +141,7 @@
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/mtest.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/munstable_coredata.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/optinterpreter.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/programs.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/rewriter.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/__init__.py
|
||||
@@ -135,10 +149,10 @@
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/clangtidy.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/cleantrees.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/cmake_run_ctgt.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/commandrunner.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/coverage.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/delwithsuffix.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/depfixer.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/depscan.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/dirchanger.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/externalproject.py
|
||||
#usr/lib/python3.8/site-packages/mesonbuild/scripts/gettext.py
|
||||
|
||||
@@ -1,62 +0,0 @@
|
||||
#usr/bin/amuFormat.sh
|
||||
#usr/bin/lz
|
||||
#usr/bin/mattrib
|
||||
#usr/bin/mbadblocks
|
||||
#usr/bin/mcat
|
||||
#usr/bin/mcd
|
||||
#usr/bin/mcheck
|
||||
#usr/bin/mclasserase
|
||||
#usr/bin/mcomp
|
||||
#usr/bin/mcopy
|
||||
#usr/bin/mdel
|
||||
#usr/bin/mdeltree
|
||||
#usr/bin/mdir
|
||||
#usr/bin/mdu
|
||||
#usr/bin/mformat
|
||||
#usr/bin/minfo
|
||||
#usr/bin/mkmanifest
|
||||
#usr/bin/mlabel
|
||||
#usr/bin/mmd
|
||||
#usr/bin/mmount
|
||||
#usr/bin/mmove
|
||||
#usr/bin/mpartition
|
||||
#usr/bin/mrd
|
||||
#usr/bin/mren
|
||||
#usr/bin/mshowfat
|
||||
usr/bin/mtools
|
||||
#usr/bin/mtoolstest
|
||||
#usr/bin/mtype
|
||||
#usr/bin/mxtar
|
||||
#usr/bin/mzip
|
||||
#usr/bin/tgz
|
||||
#usr/bin/uz
|
||||
#usr/info/mtools.info
|
||||
#usr/man/man1/floppyd.1
|
||||
#usr/man/man1/floppyd_installtest.1
|
||||
#usr/man/man1/mattrib.1
|
||||
#usr/man/man1/mbadblocks.1
|
||||
#usr/man/man1/mcat.1
|
||||
#usr/man/man1/mcd.1
|
||||
#usr/man/man1/mclasserase.1
|
||||
#usr/man/man1/mcopy.1
|
||||
#usr/man/man1/mdel.1
|
||||
#usr/man/man1/mdeltree.1
|
||||
#usr/man/man1/mdir.1
|
||||
#usr/man/man1/mdu.1
|
||||
#usr/man/man1/mformat.1
|
||||
#usr/man/man1/minfo.1
|
||||
#usr/man/man1/mkmanifest.1
|
||||
#usr/man/man1/mlabel.1
|
||||
#usr/man/man1/mmd.1
|
||||
#usr/man/man1/mmount.1
|
||||
#usr/man/man1/mmove.1
|
||||
#usr/man/man1/mpartition.1
|
||||
#usr/man/man1/mrd.1
|
||||
#usr/man/man1/mren.1
|
||||
#usr/man/man1/mshowfat.1
|
||||
#usr/man/man1/mtools.1
|
||||
#usr/man/man1/mtoolstest.1
|
||||
#usr/man/man1/mtype.1
|
||||
#usr/man/man1/mzip.1
|
||||
#usr/man/man5
|
||||
#usr/man/man5/mtools.5
|
||||
@@ -5,8 +5,6 @@ usr/bin/whiptail
|
||||
usr/lib/libnewt.so.0.52
|
||||
usr/lib/libnewt.so.0.52.21
|
||||
#usr/lib/pkgconfig/libnewt.pc
|
||||
#usr/lib/python2.7/site-packages/_snack.so
|
||||
#usr/lib/python2.7/site-packages/snack.py
|
||||
#usr/lib/python3.8/site-packages/_snack.so
|
||||
#usr/lib/python3.8/site-packages/snack.py
|
||||
#usr/share/locale/ar
|
||||
|
||||
@@ -19,7 +19,7 @@ usr/bin/ssh-keygen
|
||||
usr/bin/ssh-keyscan
|
||||
#usr/lib/openssh
|
||||
usr/lib/openssh/sftp-server
|
||||
usr/lib/openssh/ssh-keysign
|
||||
#usr/lib/openssh/ssh-keysign
|
||||
usr/lib/openssh/ssh-pkcs11-helper
|
||||
usr/lib/openssh/ssh-sk-helper
|
||||
usr/sbin/sshd
|
||||
|
||||
@@ -5,5 +5,5 @@
|
||||
#usr/lib/libpixman-1.la
|
||||
usr/lib/libpixman-1.so
|
||||
usr/lib/libpixman-1.so.0
|
||||
usr/lib/libpixman-1.so.0.34.0
|
||||
usr/lib/libpixman-1.so.0.40.0
|
||||
#usr/lib/pkgconfig/pixman-1.pc
|
||||
|
||||
@@ -44,6 +44,7 @@ usr/bin/pdfunite
|
||||
#usr/include/poppler/JArithmeticDecoder.h
|
||||
#usr/include/poppler/JBIG2Stream.h
|
||||
#usr/include/poppler/JPEG2000Stream.h
|
||||
#usr/include/poppler/JSInfo.h
|
||||
#usr/include/poppler/Lexer.h
|
||||
#usr/include/poppler/Linearization.h
|
||||
#usr/include/poppler/Link.h
|
||||
@@ -103,6 +104,7 @@ usr/bin/pdfunite
|
||||
#usr/include/poppler/cpp/poppler-rectangle.h
|
||||
#usr/include/poppler/cpp/poppler-toc.h
|
||||
#usr/include/poppler/cpp/poppler-version.h
|
||||
#usr/include/poppler/cpp/poppler_cpp_export.h
|
||||
#usr/include/poppler/fofi
|
||||
#usr/include/poppler/fofi/FoFiBase.h
|
||||
#usr/include/poppler/fofi/FoFiEncodings.h
|
||||
@@ -141,6 +143,7 @@ usr/bin/pdfunite
|
||||
#usr/include/poppler/goo/grandom.h
|
||||
#usr/include/poppler/goo/gstrtod.h
|
||||
#usr/include/poppler/poppler-config.h
|
||||
#usr/include/poppler/poppler_private_export.h
|
||||
#usr/include/poppler/splash
|
||||
#usr/include/poppler/splash/Splash.h
|
||||
#usr/include/poppler/splash/SplashBitmap.h
|
||||
@@ -167,14 +170,12 @@ usr/lib/libpoppler-cpp.so.0
|
||||
usr/lib/libpoppler-cpp.so.0.9.0
|
||||
#usr/lib/libpoppler-glib.so
|
||||
usr/lib/libpoppler-glib.so.8
|
||||
usr/lib/libpoppler-glib.so.8.17.0
|
||||
usr/lib/libpoppler-glib.so.8.21.0
|
||||
#usr/lib/libpoppler.so
|
||||
usr/lib/libpoppler.so.100
|
||||
usr/lib/libpoppler.so.100.0.0
|
||||
#usr/lib/pkgconfig/poppler-cairo.pc
|
||||
usr/lib/libpoppler.so.110
|
||||
usr/lib/libpoppler.so.110.0.0
|
||||
#usr/lib/pkgconfig/poppler-cpp.pc
|
||||
#usr/lib/pkgconfig/poppler-glib.pc
|
||||
#usr/lib/pkgconfig/poppler-splash.pc
|
||||
#usr/lib/pkgconfig/poppler.pc
|
||||
#usr/share/man/man1/pdfattach.1
|
||||
#usr/share/man/man1/pdfdetach.1
|
||||
|
||||
@@ -131,6 +131,7 @@ usr/share/poppler
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-4
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-5
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-6
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-7
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90ms-RKSJ
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-90pv-RKSJ
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/Adobe-Japan1-H-CID
|
||||
@@ -195,6 +196,21 @@ usr/share/poppler
|
||||
#usr/share/poppler/cMap/Adobe-Japan1/WP-Symbol
|
||||
#usr/share/poppler/cMap/Adobe-Japan2
|
||||
#usr/share/poppler/cMap/Adobe-Japan2/Adobe-Japan2-0
|
||||
#usr/share/poppler/cMap/Adobe-KR
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-0
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-1
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-2
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-3
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-4
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-5
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-6
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-7
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-8
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-9
|
||||
#usr/share/poppler/cMap/Adobe-KR/Adobe-KR-UCS2
|
||||
#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF16-H
|
||||
#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF32-H
|
||||
#usr/share/poppler/cMap/Adobe-KR/UniAKR-UTF8-H
|
||||
#usr/share/poppler/cMap/Adobe-Korea1
|
||||
#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-0
|
||||
#usr/share/poppler/cMap/Adobe-Korea1/Adobe-Korea1-1
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
etc/ppp/chap-secrets
|
||||
etc/ppp/demonloginscript
|
||||
etc/ppp/dialer
|
||||
#etc/ppp/eaptls-client
|
||||
#etc/ppp/eaptls-server
|
||||
etc/ppp/ioptions
|
||||
etc/ppp/ip-down
|
||||
etc/ppp/ip-up
|
||||
@@ -12,6 +14,7 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/ccp.h
|
||||
#usr/include/pppd/chap-new.h
|
||||
#usr/include/pppd/chap_ms.h
|
||||
#usr/include/pppd/eap-tls.h
|
||||
#usr/include/pppd/eap.h
|
||||
#usr/include/pppd/ecp.h
|
||||
#usr/include/pppd/eui64.h
|
||||
@@ -23,6 +26,7 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/magic.h
|
||||
#usr/include/pppd/md4.h
|
||||
#usr/include/pppd/md5.h
|
||||
#usr/include/pppd/mppe.h
|
||||
#usr/include/pppd/patchlevel.h
|
||||
#usr/include/pppd/pathnames.h
|
||||
#usr/include/pppd/pppcrypt.h
|
||||
@@ -33,18 +37,19 @@ etc/ppp/standardloginscript
|
||||
#usr/include/pppd/tdb.h
|
||||
#usr/include/pppd/upap.h
|
||||
usr/lib/pppd
|
||||
usr/lib/pppd/2.4.8
|
||||
#usr/lib/pppd/2.4.8/minconn.so
|
||||
#usr/lib/pppd/2.4.8/openl2tp.so
|
||||
#usr/lib/pppd/2.4.8/passprompt.so
|
||||
#usr/lib/pppd/2.4.8/passwordfd.so
|
||||
#usr/lib/pppd/2.4.8/pppoatm.so
|
||||
#usr/lib/pppd/2.4.8/pppol2tp.so
|
||||
#usr/lib/pppd/2.4.8/radattr.so
|
||||
#usr/lib/pppd/2.4.8/radius.so
|
||||
#usr/lib/pppd/2.4.8/radrealms.so
|
||||
#usr/lib/pppd/2.4.8/rp-pppoe.so
|
||||
#usr/lib/pppd/2.4.8/winbind.so
|
||||
usr/lib/pppd/2.4.9
|
||||
#usr/lib/pppd/2.4.9/minconn.so
|
||||
#usr/lib/pppd/2.4.9/openl2tp.so
|
||||
#usr/lib/pppd/2.4.9/passprompt.so
|
||||
#usr/lib/pppd/2.4.9/passwordfd.so
|
||||
#usr/lib/pppd/2.4.9/pppoatm.so
|
||||
#usr/lib/pppd/2.4.9/pppoe.so
|
||||
#usr/lib/pppd/2.4.9/pppol2tp.so
|
||||
#usr/lib/pppd/2.4.9/radattr.so
|
||||
#usr/lib/pppd/2.4.9/radius.so
|
||||
#usr/lib/pppd/2.4.9/radrealms.so
|
||||
#usr/lib/pppd/2.4.9/rp-pppoe.so
|
||||
#usr/lib/pppd/2.4.9/winbind.so
|
||||
usr/sbin/chat
|
||||
usr/sbin/pppd
|
||||
usr/sbin/pppdump
|
||||
|
||||
@@ -1,19 +0,0 @@
|
||||
#usr/lib/python2.7/site-packages/daemon
|
||||
usr/lib/python2.7/site-packages/daemon/__init__.py
|
||||
usr/lib/python2.7/site-packages/daemon/__init__.pyc
|
||||
usr/lib/python2.7/site-packages/daemon/_metadata.py
|
||||
usr/lib/python2.7/site-packages/daemon/_metadata.pyc
|
||||
usr/lib/python2.7/site-packages/daemon/daemon.py
|
||||
usr/lib/python2.7/site-packages/daemon/daemon.pyc
|
||||
usr/lib/python2.7/site-packages/daemon/pidfile.py
|
||||
usr/lib/python2.7/site-packages/daemon/pidfile.pyc
|
||||
usr/lib/python2.7/site-packages/daemon/runner.py
|
||||
usr/lib/python2.7/site-packages/daemon/runner.pyc
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/PKG-INFO
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/SOURCES.txt
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/dependency_links.txt
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/not-zip-safe
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/requires.txt
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/top_level.txt
|
||||
#usr/lib/python2.7/site-packages/python_daemon-2.1.1-py2.7.egg-info/version_info.json
|
||||
@@ -1,320 +0,0 @@
|
||||
#usr/bin/rst2html.py
|
||||
#usr/bin/rst2latex.py
|
||||
#usr/bin/rst2man.py
|
||||
#usr/bin/rst2odt.py
|
||||
#usr/bin/rst2odt_prepstyles.py
|
||||
#usr/bin/rst2pseudoxml.py
|
||||
#usr/bin/rst2s5.py
|
||||
#usr/bin/rst2xetex.py
|
||||
#usr/bin/rst2xml.py
|
||||
#usr/bin/rstpep2html.py
|
||||
#usr/lib/python2.7/site-packages/docutils
|
||||
#usr/lib/python2.7/site-packages/docutils-0.12-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/docutils/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/_compat.py
|
||||
#usr/lib/python2.7/site-packages/docutils/_compat.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/core.py
|
||||
#usr/lib/python2.7/site-packages/docutils/core.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/examples.py
|
||||
#usr/lib/python2.7/site-packages/docutils/examples.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/frontend.py
|
||||
#usr/lib/python2.7/site-packages/docutils/frontend.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/io.py
|
||||
#usr/lib/python2.7/site-packages/docutils/io.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/af.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/af.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ca.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ca.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/cs.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/cs.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/da.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/da.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/de.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/de.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/en.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/en.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/eo.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/eo.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/es.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/es.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/fi.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/fi.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/fr.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/fr.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/gl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/gl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/he.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/he.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/it.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/it.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ja.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ja.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/lt.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/lt.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/nl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/nl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/pl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/pl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/pt_br.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/pt_br.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ru.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/ru.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/sk.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/sk.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/sv.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/sv.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/zh_cn.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/zh_cn.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/zh_tw.py
|
||||
#usr/lib/python2.7/site-packages/docutils/languages/zh_tw.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/nodes.py
|
||||
#usr/lib/python2.7/site-packages/docutils/nodes.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/null.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/null.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/admonitions.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/admonitions.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/body.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/body.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/html.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/html.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/images.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/images.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/misc.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/misc.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/parts.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/parts.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/references.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/references.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/tables.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/directives/tables.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/README.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamsa.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamsb.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamsc.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamsn.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamso.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isoamsr.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isobox.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isocyr1.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isocyr2.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isodia.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isogrk1.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isogrk2.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isogrk3.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isogrk4-wide.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isogrk4.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isolat1.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isolat2.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomfrk-wide.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomfrk.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomopf-wide.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomopf.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomscr-wide.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isomscr.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isonum.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isopub.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/isotech.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/mmlalias.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/mmlextra-wide.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/mmlextra.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/s5defs.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/xhtml1-lat1.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/xhtml1-special.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/include/xhtml1-symbol.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/af.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/af.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ca.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ca.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/cs.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/cs.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/da.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/da.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/de.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/de.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/en.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/en.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/eo.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/eo.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/es.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/es.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/fi.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/fi.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/fr.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/fr.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/gl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/gl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/he.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/he.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/it.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/it.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ja.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ja.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/lt.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/lt.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/nl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/nl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/pl.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/pl.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/pt_br.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/pt_br.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ru.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/ru.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/sk.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/sk.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/sv.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/sv.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_cn.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_cn.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_tw.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/languages/zh_tw.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/roles.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/roles.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/states.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/states.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/tableparser.py
|
||||
#usr/lib/python2.7/site-packages/docutils/parsers/rst/tableparser.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/readers
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/doctree.py
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/doctree.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/pep.py
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/pep.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/standalone.py
|
||||
#usr/lib/python2.7/site-packages/docutils/readers/standalone.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/statemachine.py
|
||||
#usr/lib/python2.7/site-packages/docutils/statemachine.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/components.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/components.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/frontmatter.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/frontmatter.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/misc.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/misc.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/parts.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/parts.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/peps.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/peps.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/references.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/references.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/universal.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/universal.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/writer_aux.py
|
||||
#usr/lib/python2.7/site-packages/docutils/transforms/writer_aux.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/code_analyzer.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/code_analyzer.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/error_reporting.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/error_reporting.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/latex2mathml.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/latex2mathml.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/math2html.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/math2html.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/tex2unichar.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/tex2unichar.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/unichar2tex.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/math/unichar2tex.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/punctuation_chars.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/punctuation_chars.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/roman.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/roman.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/smartquotes.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/smartquotes.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/urischemes.py
|
||||
#usr/lib/python2.7/site-packages/docutils/utils/urischemes.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/docutils_xml.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/docutils_xml.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1/html4css1.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1/math.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/html4css1/template.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e/default.tex
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e/titlepage.tex
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/latex2e/xelatex.tex
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/manpage.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/manpage.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/null.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/null.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt/pygmentsformatter.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt/pygmentsformatter.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/odf_odt/styles.odt
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pep_html
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pep_html/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pep_html/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pep_html/pep.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pep_html/template.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pseudoxml.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/pseudoxml.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/__init__.pyc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/README.txt
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black/__base__
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black/framing.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-black/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white/framing.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/big-white/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/blank.gif
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/framing.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/iepngfix.htc
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/opera.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/outline.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/print.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/s5-core.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/slides.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/default/slides.js
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black/__base__
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-black/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white/framing.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/medium-white/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black/__base__
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-black/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white/framing.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/s5_html/themes/small-white/pretty.css
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/xetex
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/xetex/__init__.py
|
||||
#usr/lib/python2.7/site-packages/docutils/writers/xetex/__init__.pyc
|
||||
@@ -1,20 +0,0 @@
|
||||
#usr/lib/python2.7/site-packages/inotify
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info/PKG-INFO
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info/SOURCES.txt
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info/dependency_links.txt
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info/not-zip-safe
|
||||
#usr/lib/python2.7/site-packages/inotify-0.2.7-py2.7.egg-info/top_level.txt
|
||||
usr/lib/python2.7/site-packages/inotify/__init__.py
|
||||
usr/lib/python2.7/site-packages/inotify/__init__.pyc
|
||||
usr/lib/python2.7/site-packages/inotify/adapters.py
|
||||
usr/lib/python2.7/site-packages/inotify/adapters.pyc
|
||||
usr/lib/python2.7/site-packages/inotify/calls.py
|
||||
usr/lib/python2.7/site-packages/inotify/calls.pyc
|
||||
usr/lib/python2.7/site-packages/inotify/constants.py
|
||||
usr/lib/python2.7/site-packages/inotify/constants.pyc
|
||||
usr/lib/python2.7/site-packages/inotify/library.py
|
||||
usr/lib/python2.7/site-packages/inotify/library.pyc
|
||||
#usr/lib/python2.7/site-packages/inotify/resources
|
||||
#usr/lib/python2.7/site-packages/inotify/resources/README.rst
|
||||
#usr/lib/python2.7/site-packages/inotify/resources/requirements.txt
|
||||
@@ -1,8 +0,0 @@
|
||||
usr/lib/python2.7/site-packages/ipaddress.py
|
||||
usr/lib/python2.7/site-packages/ipaddress.pyc
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info/PKG-INFO
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info/SOURCES.txt
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info/dependency_links.txt
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info/top_level.txt
|
||||
#usr/lib/python2.7/site-packages/py2_ipaddress-3.4.1-py2.7.egg-info/zip-safe
|
||||
@@ -1,9 +0,0 @@
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO/PKG-INFO
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO/SOURCES.txt
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO/dependency_links.txt
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO/not-zip-safe
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/EGG-INFO/top_level.txt
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/six.py
|
||||
#usr/lib/python2.7/site-packages/six-1.10.0-py2.7.egg/six.pyc
|
||||
14
config/rootfiles/common/python3-daemon
Normal file
14
config/rootfiles/common/python3-daemon
Normal file
@@ -0,0 +1,14 @@
|
||||
#usr/lib/python3.8/site-packages/daemon
|
||||
usr/lib/python3.8/site-packages/daemon/__init__.py
|
||||
usr/lib/python3.8/site-packages/daemon/_metadata.py
|
||||
usr/lib/python3.8/site-packages/daemon/daemon.py
|
||||
usr/lib/python3.8/site-packages/daemon/pidfile.py
|
||||
usr/lib/python3.8/site-packages/daemon/runner.py
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/PKG-INFO
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/not-zip-safe
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/requires.txt
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/top_level.txt
|
||||
#usr/lib/python3.8/site-packages/python_daemon-2.1.1-py3.8.egg-info/version_info.json
|
||||
17
config/rootfiles/common/python3-inotify
Normal file
17
config/rootfiles/common/python3-inotify
Normal file
@@ -0,0 +1,17 @@
|
||||
#usr/lib/python3.8/site-packages/inotify
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/PKG-INFO
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/SOURCES.txt
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/dependency_links.txt
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/not-zip-safe
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/requires.txt
|
||||
#usr/lib/python3.8/site-packages/inotify-0.2.10-py3.8.egg-info/top_level.txt
|
||||
usr/lib/python3.8/site-packages/inotify/__init__.py
|
||||
usr/lib/python3.8/site-packages/inotify/adapters.py
|
||||
usr/lib/python3.8/site-packages/inotify/calls.py
|
||||
usr/lib/python3.8/site-packages/inotify/constants.py
|
||||
usr/lib/python3.8/site-packages/inotify/library.py
|
||||
#usr/lib/python3.8/site-packages/inotify/resources
|
||||
#usr/lib/python3.8/site-packages/inotify/resources/README.rst
|
||||
#usr/lib/python3.8/site-packages/inotify/resources/requirements.txt
|
||||
usr/lib/python3.8/site-packages/inotify/test_support.py
|
||||
@@ -9,10 +9,10 @@
|
||||
#usr/include/readline/tilde.h
|
||||
#usr/lib/libhistory.so
|
||||
usr/lib/libhistory.so.8
|
||||
usr/lib/libhistory.so.8.0
|
||||
usr/lib/libhistory.so.8.1
|
||||
#usr/lib/libreadline.so
|
||||
usr/lib/libreadline.so.8
|
||||
usr/lib/libreadline.so.8.0
|
||||
usr/lib/libreadline.so.8.1
|
||||
#usr/lib/pkgconfig/readline.pc
|
||||
#usr/share/doc/readline
|
||||
#usr/share/doc/readline/CHANGES
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
#usr/man/fr.UTF-8/man8/iwlist.8
|
||||
#usr/man/fr.UTF-8/man8/iwpriv.8
|
||||
#usr/man/fr.UTF-8/man8/iwspy.8
|
||||
#usr/man/man5
|
||||
#usr/man/man5/iftab.5
|
||||
#usr/man/man7/wireless.7
|
||||
#usr/man/man8/ifrename.8
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
@@ -11610,9 +11610,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sevseg.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sierra/net.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sisusbvga/con.h
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd
|
||||
#lib/modules/KVER-ipfire/build/include/config/usb/sl811/hcd.h
|
||||
@@ -16388,6 +16386,7 @@ etc/modprobe.d/ipv6.conf
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_fs.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_mount.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncp_no.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ncsi.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/ndctl.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/neighbour.h
|
||||
#lib/modules/KVER-ipfire/build/include/uapi/linux/net.h
|
||||
|
||||
@@ -432,6 +432,7 @@
|
||||
#usr/include/linux/ncp_fs.h
|
||||
#usr/include/linux/ncp_mount.h
|
||||
#usr/include/linux/ncp_no.h
|
||||
#usr/include/linux/ncsi.h
|
||||
#usr/include/linux/ndctl.h
|
||||
#usr/include/linux/neighbour.h
|
||||
#usr/include/linux/net.h
|
||||
|
||||
@@ -7,8 +7,8 @@ usr/bin/sensors-conf-convert
|
||||
#usr/include/sensors/sensors.h
|
||||
#usr/lib/libsensors.a
|
||||
usr/lib/libsensors.so
|
||||
usr/lib/libsensors.so.4
|
||||
usr/lib/libsensors.so.4.4.0
|
||||
usr/lib/libsensors.so.5
|
||||
usr/lib/libsensors.so.5.0.0
|
||||
#usr/man/man1/sensors.1
|
||||
#usr/man/man3/libsensors.3
|
||||
#usr/man/man5/sensors.conf.5
|
||||
|
||||
@@ -12,6 +12,7 @@ sbin/xfs_repair
|
||||
#usr/include/xfs/xfs_da_format.h
|
||||
#usr/include/xfs/xfs_format.h
|
||||
#usr/include/xfs/xfs_fs.h
|
||||
#usr/include/xfs/xfs_fs_compat.h
|
||||
#usr/include/xfs/xfs_log_format.h
|
||||
#usr/include/xfs/xfs_types.h
|
||||
#usr/include/xfs/xqm.h
|
||||
@@ -50,14 +51,19 @@ usr/sbin/xfs_spaceman
|
||||
#usr/share/man/man2/ioctl_xfs_bulkstat.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsbulkstat.2
|
||||
#usr/share/man/man2/ioctl_xfs_fscounts.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsgeometry.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsgetxattr.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsgetxattra.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsinumbers.2
|
||||
#usr/share/man/man2/ioctl_xfs_fsop_geometry.2
|
||||
#usr/share/man/man2/ioctl_xfs_fssetxattr.2
|
||||
#usr/share/man/man2/ioctl_xfs_getbmap.2
|
||||
#usr/share/man/man2/ioctl_xfs_getbmapa.2
|
||||
#usr/share/man/man2/ioctl_xfs_getbmapx.2
|
||||
#usr/share/man/man2/ioctl_xfs_getresblks.2
|
||||
#usr/share/man/man2/ioctl_xfs_goingdown.2
|
||||
#usr/share/man/man2/ioctl_xfs_inumbers.2
|
||||
#usr/share/man/man2/ioctl_xfs_scrub_metadata.2
|
||||
#usr/share/man/man2/ioctl_xfs_setresblks.2
|
||||
#usr/share/man/man3/attr_list_by_handle.3
|
||||
#usr/share/man/man3/attr_multi_by_handle.3
|
||||
#usr/share/man/man3/fd_to_handle.3
|
||||
|
||||
1
config/rootfiles/core/157/filelists/Canary-Stability
Symbolic link
1
config/rootfiles/core/157/filelists/Canary-Stability
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/Canary-Stability
|
||||
1
config/rootfiles/core/157/filelists/Digest
Symbolic link
1
config/rootfiles/core/157/filelists/Digest
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/Digest
|
||||
1
config/rootfiles/core/157/filelists/aarch64/linux
Symbolic link
1
config/rootfiles/core/157/filelists/aarch64/linux
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/linux
|
||||
1
config/rootfiles/core/157/filelists/aarch64/linux-initrd
Symbolic link
1
config/rootfiles/core/157/filelists/aarch64/linux-initrd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/linux-initrd
|
||||
1
config/rootfiles/core/157/filelists/aarch64/lm_sensors
Symbolic link
1
config/rootfiles/core/157/filelists/aarch64/lm_sensors
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/aarch64/lm_sensors
|
||||
1
config/rootfiles/core/157/filelists/apache2
Symbolic link
1
config/rootfiles/core/157/filelists/apache2
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/apache2
|
||||
1
config/rootfiles/core/157/filelists/armv5tel/linux-initrd-multi
Symbolic link
1
config/rootfiles/core/157/filelists/armv5tel/linux-initrd-multi
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/linux-initrd-multi
|
||||
1
config/rootfiles/core/157/filelists/armv5tel/linux-multi
Symbolic link
1
config/rootfiles/core/157/filelists/armv5tel/linux-multi
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/linux-multi
|
||||
1
config/rootfiles/core/157/filelists/armv5tel/lm_sensors
Symbolic link
1
config/rootfiles/core/157/filelists/armv5tel/lm_sensors
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/lm_sensors
|
||||
1
config/rootfiles/core/157/filelists/bash
Symbolic link
1
config/rootfiles/core/157/filelists/bash
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/bash
|
||||
1
config/rootfiles/core/157/filelists/boost
Symbolic link
1
config/rootfiles/core/157/filelists/boost
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/boost
|
||||
1
config/rootfiles/core/157/filelists/collectd
Symbolic link
1
config/rootfiles/core/157/filelists/collectd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/collectd
|
||||
1
config/rootfiles/core/157/filelists/curl
Symbolic link
1
config/rootfiles/core/157/filelists/curl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/curl
|
||||
1
config/rootfiles/core/157/filelists/ddns
Symbolic link
1
config/rootfiles/core/157/filelists/ddns
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/ddns
|
||||
1
config/rootfiles/core/157/filelists/dejavu-fonts-ttf
Symbolic link
1
config/rootfiles/core/157/filelists/dejavu-fonts-ttf
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/dejavu-fonts-ttf
|
||||
1
config/rootfiles/core/157/filelists/expat
Symbolic link
1
config/rootfiles/core/157/filelists/expat
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/expat
|
||||
1
config/rootfiles/core/157/filelists/file
Symbolic link
1
config/rootfiles/core/157/filelists/file
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/file
|
||||
6
config/rootfiles/core/157/filelists/files
Normal file
6
config/rootfiles/core/157/filelists/files
Normal file
@@ -0,0 +1,6 @@
|
||||
srv/web/ipfire/cgi-bin/getrrdimage.cgi
|
||||
srv/web/ipfire/cgi-bin/iptables.cgi
|
||||
srv/web/ipfire/html/themes/ipfire/include/css/style.css
|
||||
usr/local/bin/getipstat
|
||||
usr/sbin/unbound-dhcp-leases-bridge
|
||||
var/ipfire/network-functions.pl
|
||||
1
config/rootfiles/core/157/filelists/fuse
Symbolic link
1
config/rootfiles/core/157/filelists/fuse
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/fuse
|
||||
1
config/rootfiles/core/157/filelists/glib
Symbolic link
1
config/rootfiles/core/157/filelists/glib
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/glib
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user