mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-27 11:13:24 +02:00
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into BUG10730
This commit is contained in:
2
config/backup/includes/monit
Normal file
2
config/backup/includes/monit
Normal file
@@ -0,0 +1,2 @@
|
||||
/etc/monitrc
|
||||
/etc/monit.d
|
||||
@@ -3,7 +3,7 @@ driver=nl80211
|
||||
#
|
||||
interface=blue0
|
||||
hw_mode=g
|
||||
channel=05
|
||||
channel=6
|
||||
logger_syslog=-1
|
||||
logger_syslog_level=3
|
||||
logger_stdout=-1
|
||||
|
||||
@@ -3079,7 +3079,7 @@ CONFIG_REGULATOR_LP8755=m
|
||||
# CONFIG_REGULATOR_TPS62360 is not set
|
||||
# CONFIG_REGULATOR_TPS65023 is not set
|
||||
# CONFIG_REGULATOR_TPS6507X is not set
|
||||
CONFIG_MEDIA_SUPPORT=y
|
||||
CONFIG_MEDIA_SUPPORT=m
|
||||
|
||||
#
|
||||
# Multimedia core support
|
||||
@@ -3090,9 +3090,9 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||||
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
||||
CONFIG_MEDIA_RC_SUPPORT=y
|
||||
CONFIG_MEDIA_CONTROLLER=y
|
||||
CONFIG_VIDEO_DEV=y
|
||||
CONFIG_VIDEO_DEV=m
|
||||
CONFIG_VIDEO_V4L2_SUBDEV_API=y
|
||||
CONFIG_VIDEO_V4L2=y
|
||||
CONFIG_VIDEO_V4L2=m
|
||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||
CONFIG_VIDEO_TUNER=m
|
||||
@@ -3106,7 +3106,7 @@ CONFIG_VIDEOBUF2_CORE=m
|
||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||
CONFIG_VIDEOBUF2_DMA_CONTIG=m
|
||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
||||
CONFIG_DVB_CORE=y
|
||||
CONFIG_DVB_CORE=m
|
||||
CONFIG_DVB_NET=y
|
||||
CONFIG_TTPCI_EEPROM=m
|
||||
CONFIG_DVB_MAX_ADAPTERS=8
|
||||
@@ -3115,7 +3115,7 @@ CONFIG_DVB_DYNAMIC_MINORS=y
|
||||
#
|
||||
# Media drivers
|
||||
#
|
||||
CONFIG_RC_CORE=y
|
||||
CONFIG_RC_CORE=m
|
||||
CONFIG_RC_MAP=m
|
||||
CONFIG_RC_DECODERS=y
|
||||
CONFIG_LIRC=m
|
||||
|
||||
@@ -3330,7 +3330,7 @@ CONFIG_REGULATOR_TI_ABB=y
|
||||
# CONFIG_REGULATOR_TPS6507X is not set
|
||||
CONFIG_REGULATOR_TWL4030=y
|
||||
CONFIG_REGULATOR_VEXPRESS=m
|
||||
CONFIG_MEDIA_SUPPORT=y
|
||||
CONFIG_MEDIA_SUPPORT=m
|
||||
|
||||
#
|
||||
# Multimedia core support
|
||||
@@ -3341,9 +3341,9 @@ CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y
|
||||
# CONFIG_MEDIA_RADIO_SUPPORT is not set
|
||||
CONFIG_MEDIA_RC_SUPPORT=y
|
||||
CONFIG_MEDIA_CONTROLLER=y
|
||||
CONFIG_VIDEO_DEV=y
|
||||
CONFIG_VIDEO_DEV=m
|
||||
CONFIG_VIDEO_V4L2_SUBDEV_API=y
|
||||
CONFIG_VIDEO_V4L2=y
|
||||
CONFIG_VIDEO_V4L2=m
|
||||
# CONFIG_VIDEO_ADV_DEBUG is not set
|
||||
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
|
||||
CONFIG_VIDEO_TUNER=m
|
||||
@@ -3357,7 +3357,7 @@ CONFIG_VIDEOBUF2_CORE=m
|
||||
CONFIG_VIDEOBUF2_MEMOPS=m
|
||||
CONFIG_VIDEOBUF2_DMA_CONTIG=m
|
||||
CONFIG_VIDEOBUF2_VMALLOC=m
|
||||
CONFIG_DVB_CORE=y
|
||||
CONFIG_DVB_CORE=m
|
||||
CONFIG_DVB_NET=y
|
||||
CONFIG_TTPCI_EEPROM=m
|
||||
CONFIG_DVB_MAX_ADAPTERS=8
|
||||
@@ -3366,7 +3366,7 @@ CONFIG_DVB_DYNAMIC_MINORS=y
|
||||
#
|
||||
# Media drivers
|
||||
#
|
||||
CONFIG_RC_CORE=y
|
||||
CONFIG_RC_CORE=m
|
||||
CONFIG_RC_MAP=m
|
||||
CONFIG_RC_DECODERS=y
|
||||
CONFIG_LIRC=m
|
||||
@@ -3606,8 +3606,6 @@ CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
|
||||
CONFIG_VIDEO_OMAP2_VOUT=y
|
||||
CONFIG_VIDEO_TIMBERDALE=m
|
||||
CONFIG_SOC_CAMERA=m
|
||||
CONFIG_SOC_CAMERA_SCALE_CROP=m
|
||||
CONFIG_SOC_CAMERA_PLATFORM=m
|
||||
CONFIG_VIDEO_MX3=m
|
||||
CONFIG_VIDEO_RCAR_VIN=m
|
||||
# CONFIG_VIDEO_SH_MOBILE_CSI2 is not set
|
||||
|
||||
@@ -1453,7 +1453,7 @@ CONFIG_USB_KAWETH=m
|
||||
CONFIG_USB_PEGASUS=m
|
||||
CONFIG_USB_RTL8150=m
|
||||
CONFIG_USB_RTL8152=m
|
||||
CONFIG_USB_USBNET=y
|
||||
CONFIG_USB_USBNET=m
|
||||
CONFIG_USB_NET_AX8817X=m
|
||||
CONFIG_USB_NET_AX88179_178A=m
|
||||
CONFIG_USB_NET_CDCETHER=m
|
||||
|
||||
252
config/monit/monitrc
Normal file
252
config/monit/monitrc
Normal file
@@ -0,0 +1,252 @@
|
||||
###############################################################################
|
||||
## Monit control file
|
||||
###############################################################################
|
||||
##
|
||||
## Comments begin with a '#' and extend through the end of the line. Keywords
|
||||
## are case insensitive. All path's MUST BE FULLY QUALIFIED, starting with '/'.
|
||||
##
|
||||
## Below you will find examples of some frequently used statements. For
|
||||
## information about the control file and a complete list of statements and
|
||||
## options, please have a look in the Monit manual.
|
||||
##
|
||||
##
|
||||
###############################################################################
|
||||
## Global section
|
||||
###############################################################################
|
||||
##
|
||||
## Start Monit in the background (run as a daemon):
|
||||
#
|
||||
set daemon 60 # check services at 1-minute intervals
|
||||
# with start delay 240 # optional: delay the first check by 4-minutes (by
|
||||
# # default Monit check immediately after Monit start)
|
||||
#
|
||||
#
|
||||
## Set syslog logging with the 'daemon' facility. If the FACILITY option is
|
||||
## omitted, Monit will use 'user' facility by default. If you want to log to
|
||||
## a standalone log file instead, specify the full path to the log file
|
||||
#
|
||||
set logfile syslog facility log_daemon
|
||||
#
|
||||
#
|
||||
## Set the location of the Monit lock file which stores the process id of the
|
||||
## running Monit instance. By default this file is stored in $HOME/.monit.pid
|
||||
#
|
||||
set pidfile /var/run/monit.pid
|
||||
#
|
||||
## Set the location of the Monit id file which stores the unique id for the
|
||||
## Monit instance. The id is generated and stored on first Monit start. By
|
||||
## default the file is placed in $HOME/.monit.id.
|
||||
#
|
||||
set idfile /var/lib/monit/id
|
||||
#
|
||||
## Set the location of the Monit state file which saves monitoring states
|
||||
## on each cycle. By default the file is placed in $HOME/.monit.state. If
|
||||
## the state file is stored on a persistent filesystem, Monit will recover
|
||||
## the monitoring state across reboots. If it is on temporary filesystem, the
|
||||
## state will be lost on reboot which may be convenient in some situations.
|
||||
#
|
||||
set statefile /var/lib/monit/state
|
||||
#
|
||||
## Set the list of mail servers for alert delivery. Multiple servers may be
|
||||
## specified using a comma separator. If the first mail server fails, Monit
|
||||
# will use the second mail server in the list and so on. By default Monit uses
|
||||
# port 25 - it is possible to override this with the PORT option.
|
||||
#
|
||||
# set mailserver mail.bar.baz, # primary mailserver
|
||||
# backup.bar.baz port 10025, # backup mailserver on port 10025
|
||||
# localhost # fallback relay
|
||||
#
|
||||
#
|
||||
## By default Monit will drop alert events if no mail servers are available.
|
||||
## If you want to keep the alerts for later delivery retry, you can use the
|
||||
## EVENTQUEUE statement. The base directory where undelivered alerts will be
|
||||
## stored is specified by the BASEDIR option. You can limit the queue size
|
||||
## by using the SLOTS option (if omitted, the queue is limited by space
|
||||
## available in the back end filesystem).
|
||||
#
|
||||
set eventqueue
|
||||
basedir /var/lib/monit # set the base directory where events will be stored
|
||||
slots 100 # optionally limit the queue size
|
||||
#
|
||||
#
|
||||
## Send status and events to M/Monit (for more informations about M/Monit
|
||||
## see http://mmonit.com/). By default Monit registers credentials with
|
||||
## M/Monit so M/Monit can smoothly communicate back to Monit and you don't
|
||||
## have to register Monit credentials manually in M/Monit. It is possible to
|
||||
## disable credential registration using the commented out option below.
|
||||
## Though, if safety is a concern we recommend instead using https when
|
||||
## communicating with M/Monit and send credentials encrypted.
|
||||
#
|
||||
# set mmonit http://monit:monit@192.168.1.10:8080/collector
|
||||
# # and register without credentials # Don't register credentials
|
||||
#
|
||||
#
|
||||
## Monit by default uses the following format for alerts if the the mail-format
|
||||
## statement is missing::
|
||||
## --8<--
|
||||
## set mail-format {
|
||||
## from: monit@$HOST
|
||||
## subject: monit alert -- $EVENT $SERVICE
|
||||
## message: $EVENT Service $SERVICE
|
||||
## Date: $DATE
|
||||
## Action: $ACTION
|
||||
## Host: $HOST
|
||||
## Description: $DESCRIPTION
|
||||
##
|
||||
## Your faithful employee,
|
||||
## Monit
|
||||
## }
|
||||
## --8<--
|
||||
##
|
||||
## You can override this message format or parts of it, such as subject
|
||||
## or sender using the MAIL-FORMAT statement. Macros such as $DATE, etc.
|
||||
## are expanded at runtime. For example, to override the sender, use:
|
||||
#
|
||||
# set mail-format { from: monit@foo.bar }a
|
||||
#
|
||||
#
|
||||
## You can set alert recipients whom will receive alerts if/when a
|
||||
## service defined in this file has errors. Alerts may be restricted on
|
||||
## events by using a filter as in the second example below.
|
||||
#
|
||||
# set alert sysadm@foo.bar # receive all alerts
|
||||
## Do not alert when Monit start, stop or perform a user initiated action.
|
||||
## This filter is recommended to avoid getting alerts for trivial cases
|
||||
# set alert your-name@your.domain not on { instance, action }
|
||||
#
|
||||
#
|
||||
## Monit has an embedded web server which can be used to view status of
|
||||
## services monitored and manage services from a web interface. See the
|
||||
## Monit Wiki if you want to enable SSL for the web server.
|
||||
#
|
||||
set httpd port 2812 and
|
||||
use address localhost # only accept connection from localhost
|
||||
allow localhost # allow localhost to connect to the server and
|
||||
# allow admin:monit # require user 'admin' with password 'monit'
|
||||
# allow @monit # allow users of group 'monit' to connect (rw)
|
||||
# allow @users readonly # allow users of group 'users' to connect readonly
|
||||
|
||||
###############################################################################
|
||||
## Services
|
||||
###############################################################################
|
||||
##
|
||||
## Check general system resources such as load average, cpu and memory
|
||||
## usage. Each test specifies a resource, conditions and the action to be
|
||||
## performed should a test fail.
|
||||
#
|
||||
# check system myhost.mydomain.tld
|
||||
# if loadavg (1min) > 4 then alert
|
||||
# if loadavg (5min) > 2 then alert
|
||||
# if memory usage > 75% then alert
|
||||
# if swap usage > 25% then alert
|
||||
# if cpu usage (user) > 70% then alert
|
||||
# if cpu usage (system) > 30% then alert
|
||||
# if cpu usage (wait) > 20% then alert
|
||||
#
|
||||
#
|
||||
## Check if a file exists, checksum, permissions, uid and gid. In addition
|
||||
## to alert recipients in the global section, customized alert can be sent to
|
||||
## additional recipients by specifying a local alert handler. The service may
|
||||
## be grouped using the GROUP option. More than one group can be specified by
|
||||
## repeating the 'group name' statement.
|
||||
#
|
||||
# check file apache_bin with path /usr/local/apache/bin/httpd
|
||||
# if failed checksum and
|
||||
# expect the sum 8f7f419955cefa0b33a2ba316cba3659 then unmonitor
|
||||
# if failed permission 755 then unmonitor
|
||||
# if failed uid root then unmonitor
|
||||
# if failed gid root then unmonitor
|
||||
# alert security@foo.bar on {
|
||||
# checksum, permission, uid, gid, unmonitor
|
||||
# } with the mail-format { subject: Alarm! }
|
||||
# group server
|
||||
#
|
||||
#
|
||||
## Check that a process is running, in this case Apache, and that it respond
|
||||
## to HTTP and HTTPS requests. Check its resource usage such as cpu and memory,
|
||||
## and number of children. If the process is not running, Monit will restart
|
||||
## it by default. In case the service is restarted very often and the
|
||||
## problem remains, it is possible to disable monitoring using the TIMEOUT
|
||||
## statement. This service depends on another service (apache_bin) which
|
||||
## is defined above.
|
||||
#
|
||||
# check process apache with pidfile /usr/local/apache/logs/httpd.pid
|
||||
# start program = "/etc/init.d/httpd start" with timeout 60 seconds
|
||||
# stop program = "/etc/init.d/httpd stop"
|
||||
# if cpu > 60% for 2 cycles then alert
|
||||
# if cpu > 80% for 5 cycles then restart
|
||||
# if totalmem > 200.0 MB for 5 cycles then restart
|
||||
# if children > 250 then restart
|
||||
# if loadavg(5min) greater than 10 for 8 cycles then stop
|
||||
# if failed host www.tildeslash.com port 80 protocol http
|
||||
# and request "/somefile.html"
|
||||
# then restart
|
||||
# if failed port 443 type tcpssl protocol http
|
||||
# with timeout 15 seconds
|
||||
# then restart
|
||||
# if 3 restarts within 5 cycles then timeout
|
||||
# depends on apache_bin
|
||||
# group server
|
||||
#
|
||||
#
|
||||
## Check filesystem permissions, uid, gid, space and inode usage. Other services,
|
||||
## such as databases, may depend on this resource and an automatically graceful
|
||||
## stop may be cascaded to them before the filesystem will become full and data
|
||||
## lost.
|
||||
#
|
||||
# check filesystem datafs with path /dev/sdb1
|
||||
# start program = "/bin/mount /data"
|
||||
# stop program = "/bin/umount /data"
|
||||
# if failed permission 660 then unmonitor
|
||||
# if failed uid root then unmonitor
|
||||
# if failed gid disk then unmonitor
|
||||
# if space usage > 80% for 5 times within 15 cycles then alert
|
||||
# if space usage > 99% then stop
|
||||
# if inode usage > 30000 then alert
|
||||
# if inode usage > 99% then stop
|
||||
# group server
|
||||
#
|
||||
#
|
||||
## Check a file's timestamp. In this example, we test if a file is older
|
||||
## than 15 minutes and assume something is wrong if its not updated. Also,
|
||||
## if the file size exceed a given limit, execute a script
|
||||
#
|
||||
# check file database with path /data/mydatabase.db
|
||||
# if failed permission 700 then alert
|
||||
# if failed uid data then alert
|
||||
# if failed gid data then alert
|
||||
# if timestamp > 15 minutes then alert
|
||||
# if size > 100 MB then exec "/my/cleanup/script" as uid dba and gid dba
|
||||
#
|
||||
#
|
||||
## Check directory permission, uid and gid. An event is triggered if the
|
||||
## directory does not belong to the user with uid 0 and gid 0. In addition,
|
||||
## the permissions have to match the octal description of 755 (see chmod(1)).
|
||||
#
|
||||
# check directory bin with path /bin
|
||||
# if failed permission 755 then unmonitor
|
||||
# if failed uid 0 then unmonitor
|
||||
# if failed gid 0 then unmonitor
|
||||
#
|
||||
#
|
||||
## Check a remote host availability by issuing a ping test and check the
|
||||
## content of a response from a web server. Up to three pings are sent and
|
||||
## connection to a port and an application level network check is performed.
|
||||
#
|
||||
# check host myserver with address 192.168.1.1
|
||||
# if failed icmp type echo count 3 with timeout 3 seconds then alert
|
||||
# if failed port 3306 protocol mysql with timeout 15 seconds then alert
|
||||
# if failed port 80 protocol http
|
||||
# and request /monit/ with content = "Monit [0-9.]+ Download"
|
||||
# then alert
|
||||
#
|
||||
#
|
||||
###############################################################################
|
||||
## Includes
|
||||
###############################################################################
|
||||
##
|
||||
## It is possible to include additional configuration parts from other files or
|
||||
## directories.
|
||||
#
|
||||
include /etc/monit.d/*
|
||||
#
|
||||
1
config/rootfiles/common/armv5tel/initscripts
Normal file → Executable file
1
config/rootfiles/common/armv5tel/initscripts
Normal file → Executable file
@@ -52,6 +52,7 @@ etc/rc.d/init.d/mISDN
|
||||
#etc/rc.d/init.d/mldonkey
|
||||
etc/rc.d/init.d/modules
|
||||
#etc/rc.d/init.d/motion
|
||||
#etc/rc.d/init.d/monit
|
||||
etc/rc.d/init.d/mountfs
|
||||
etc/rc.d/init.d/mountkernfs
|
||||
etc/rc.d/init.d/mounttmpfs
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
#boot/MLO
|
||||
boot/boot.scr
|
||||
boot/boot.script
|
||||
boot/convert_bootscript
|
||||
#boot/u-boot.img
|
||||
boot/uEnv.txt
|
||||
usr/bin/mkimage
|
||||
#usr/share/u-boot
|
||||
#usr/share/u-boot/banana_pi
|
||||
usr/share/u-boot/banana_pi/u-boot-sunxi-with-spl.bin
|
||||
#usr/share/u-boot/pandaboard
|
||||
#usr/share/u-boot/pandaboard/MLO
|
||||
#usr/share/u-boot/pandaboard/u-boot.img
|
||||
usr/share/u-boot/pandaboard/MLO
|
||||
usr/share/u-boot/pandaboard/u-boot.img
|
||||
#usr/share/u-boot/wandboard_dl
|
||||
#usr/share/u-boot/wandboard_dl/u-boot.imx
|
||||
usr/share/u-boot/wandboard_dl/u-boot.imx
|
||||
#usr/share/u-boot/wandboard_quad
|
||||
#usr/share/u-boot/wandboard_quad/u-boot.imx
|
||||
usr/share/u-boot/wandboard_quad/u-boot.imx
|
||||
#usr/share/u-boot/wandboard_solo
|
||||
#usr/share/u-boot/wandboard_solo/u-boot.imx
|
||||
usr/share/u-boot/wandboard_solo/u-boot.imx
|
||||
|
||||
@@ -1,12 +1,14 @@
|
||||
lib/udev/rules.d/85-regulatory.rules
|
||||
#root/.python-eggs
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-MACHINE.egg-tmp/M2Crypto/__m2crypto.so
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i686.egg-tmp/M2Crypto/__m2crypto.so
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto
|
||||
#root/.python-eggs/M2Crypto-0.21.1-py2.7-linux-i586.egg-tmp/M2Crypto/__m2crypto.so
|
||||
sbin/crda
|
||||
sbin/regdbdump
|
||||
#usr/include/reglib
|
||||
#usr/include/reglib/nl80211.h
|
||||
#usr/include/reglib/regdb.h
|
||||
#usr/include/reglib/reglib.h
|
||||
usr/lib/libreg.so
|
||||
#usr/share/man/man8/crda.8.gz
|
||||
#usr/share/man/man8/regdbdump.8.gz
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
lib/firmware/dvb-fe-bcm3510-01.fw
|
||||
lib/firmware/dvb-fe-drxj-mc-1.0.8.fw
|
||||
lib/firmware/dvb-fe-drxj-mc-vsb-1.0.8.fw
|
||||
lib/firmware/dvb-fe-drxj-mc-vsb-qam-1.0.8.fw
|
||||
lib/firmware/dvb-fe-or51132-qam.fw
|
||||
lib/firmware/dvb-fe-or51132-vsb.fw
|
||||
lib/firmware/dvb-fe-or51211.fw
|
||||
@@ -21,4 +24,4 @@ lib/firmware/dvb-usb-vp702x-01.fw
|
||||
lib/firmware/dvb-usb-vp7045-01.fw
|
||||
lib/firmware/dvb-usb-wt220u-01.fw
|
||||
lib/firmware/dvb-usb-wt220u-02.fw
|
||||
lib/firmware/v4l-cx23885-enc.fw
|
||||
lib/firmware/v4l-cx23885-enc-broken.fw
|
||||
|
||||
1
config/rootfiles/common/i586/initscripts
Normal file → Executable file
1
config/rootfiles/common/i586/initscripts
Normal file → Executable file
@@ -53,6 +53,7 @@ etc/rc.d/init.d/mISDN
|
||||
#etc/rc.d/init.d/miniupnpd
|
||||
#etc/rc.d/init.d/mldonkey
|
||||
etc/rc.d/init.d/modules
|
||||
#etc/rc.d/init.d/monit
|
||||
#etc/rc.d/init.d/motion
|
||||
etc/rc.d/init.d/mountfs
|
||||
etc/rc.d/init.d/mountkernfs
|
||||
|
||||
@@ -137,6 +137,7 @@ lib/kbd/consolefonts/iso07u-16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat0-12.psfu.gz
|
||||
#lib/kbd/consolefonts/lat0-14.psfu.gz
|
||||
lib/kbd/consolefonts/lat0-16.psfu.gz
|
||||
lib/kbd/consolefonts/lat0-sun16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat1-08.psfu.gz
|
||||
#lib/kbd/consolefonts/lat1-10.psfu.gz
|
||||
#lib/kbd/consolefonts/lat1-12.psfu.gz
|
||||
@@ -147,6 +148,7 @@ lib/kbd/consolefonts/lat1-16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat2-12.psfu.gz
|
||||
#lib/kbd/consolefonts/lat2-14.psfu.gz
|
||||
lib/kbd/consolefonts/lat2-16.psfu.gz
|
||||
lib/kbd/consolefonts/lat2-sun16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat2a-16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat4-08.psfu.gz
|
||||
#lib/kbd/consolefonts/lat4-10.psfu.gz
|
||||
@@ -188,6 +190,7 @@ lib/kbd/consolefonts/lat5-16.psfu.gz
|
||||
#lib/kbd/consolefonts/lat9w-12.psfu.gz
|
||||
#lib/kbd/consolefonts/lat9w-14.psfu.gz
|
||||
#lib/kbd/consolefonts/lat9w-16.psfu.gz
|
||||
lib/kbd/consolefonts/latarcyrheb-sun16.psfu.gz
|
||||
#lib/kbd/consolefonts/partialfonts
|
||||
#lib/kbd/consolefonts/partialfonts/8859-1.a0-ff.08.gz
|
||||
#lib/kbd/consolefonts/partialfonts/8859-1.a0-ff.14.gz
|
||||
|
||||
@@ -2,6 +2,8 @@
|
||||
lib/firmware/3com/3C359.bin
|
||||
lib/firmware/3com/typhoon.bin
|
||||
lib/firmware/GPL-3
|
||||
lib/firmware/LICENCE.Abilis
|
||||
lib/firmware/LICENCE.IntcSST2
|
||||
lib/firmware/LICENCE.Marvell
|
||||
lib/firmware/LICENCE.OLPC
|
||||
lib/firmware/LICENCE.agere
|
||||
@@ -11,23 +13,30 @@ lib/firmware/LICENCE.ca0132
|
||||
lib/firmware/LICENCE.chelsio_firmware
|
||||
lib/firmware/LICENCE.cw1200
|
||||
lib/firmware/LICENCE.ene_firmware
|
||||
lib/firmware/LICENCE.fw_sst_0f28
|
||||
lib/firmware/LICENCE.go7007
|
||||
lib/firmware/LICENCE.i2400m
|
||||
lib/firmware/LICENCE.ibt_firmware
|
||||
lib/firmware/LICENCE.it913x
|
||||
lib/firmware/LICENCE.iwlwifi_firmware
|
||||
lib/firmware/LICENCE.mwl8335
|
||||
lib/firmware/LICENCE.myri10ge_firmware
|
||||
lib/firmware/LICENCE.phanfw
|
||||
lib/firmware/LICENCE.qat_dh895xcc_firmware
|
||||
lib/firmware/LICENCE.qla2xxx
|
||||
lib/firmware/LICENCE.r8a779x_usb3
|
||||
lib/firmware/LICENCE.ralink-firmware.txt
|
||||
lib/firmware/LICENCE.ralink_a_mediatek_company_firmware
|
||||
lib/firmware/LICENCE.rtlwifi_firmware.txt
|
||||
lib/firmware/LICENCE.siano
|
||||
lib/firmware/LICENCE.tda7706-firmware.txt
|
||||
lib/firmware/LICENCE.ti-connectivity
|
||||
lib/firmware/LICENCE.ueagle-atm4-firmware
|
||||
lib/firmware/LICENCE.via_vt6656
|
||||
lib/firmware/LICENCE.wl1251
|
||||
lib/firmware/LICENCE.xc4000
|
||||
lib/firmware/LICENCE.xc5000
|
||||
lib/firmware/LICENCE.xc5000c
|
||||
lib/firmware/LICENSE.amd-ucode
|
||||
lib/firmware/LICENSE.dib0700
|
||||
lib/firmware/LICENSE.radeon
|
||||
@@ -58,6 +67,8 @@ lib/firmware/amd-ucode/microcode_amd.bin
|
||||
lib/firmware/amd-ucode/microcode_amd.bin.asc
|
||||
lib/firmware/amd-ucode/microcode_amd_fam15h.bin
|
||||
lib/firmware/amd-ucode/microcode_amd_fam15h.bin.asc
|
||||
lib/firmware/amd-ucode/microcode_amd_fam16h.bin
|
||||
lib/firmware/amd-ucode/microcode_amd_fam16h.bin.asc
|
||||
#lib/firmware/ar3k
|
||||
#lib/firmware/ar3k/1020200
|
||||
lib/firmware/ar3k/1020200/PS_ASIC.pst
|
||||
@@ -100,6 +111,8 @@ lib/firmware/ar7010_1_1.fw
|
||||
lib/firmware/ar9170-1.fw
|
||||
lib/firmware/ar9170-2.fw
|
||||
lib/firmware/ar9271.fw
|
||||
lib/firmware/as102_data1_st.hex
|
||||
lib/firmware/as102_data2_st.hex
|
||||
lib/firmware/ath3k-1.fw
|
||||
#lib/firmware/ath6k
|
||||
#lib/firmware/ath6k/AR6002
|
||||
@@ -191,9 +204,11 @@ lib/firmware/bnx2x/bnx2x-e1-6.2.9.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.0.20.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.0.23.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.0.29.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.2.16.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.2.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.8.17.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.8.19.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.8.2.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-6.0.34.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-6.2.5.0.fw
|
||||
@@ -201,9 +216,11 @@ lib/firmware/bnx2x/bnx2x-e1h-6.2.9.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.0.20.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.0.23.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.0.29.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.2.16.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.2.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.8.17.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.8.19.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.8.2.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-6.0.34.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-6.2.5.0.fw
|
||||
@@ -211,14 +228,18 @@ lib/firmware/bnx2x/bnx2x-e2-6.2.9.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.0.20.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.0.23.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.0.29.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.2.16.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.2.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.8.17.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.8.19.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.8.2.0.fw
|
||||
#lib/firmware/brcm
|
||||
lib/firmware/brcm/bcm4329-fullmac-4.bin
|
||||
lib/firmware/brcm/bcm43xx-0.fw
|
||||
lib/firmware/brcm/bcm43xx_hdr-0.fw
|
||||
lib/firmware/brcm/brcmfmac43143-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43143.bin
|
||||
lib/firmware/brcm/brcmfmac43236b.bin
|
||||
lib/firmware/brcm/brcmfmac43241b0-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43241b4-sdio.bin
|
||||
@@ -226,6 +247,8 @@ lib/firmware/brcm/brcmfmac4329-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac4330-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac4334-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac4335-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43362-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac4354-sdio.bin
|
||||
lib/firmware/carl9170-1.fw
|
||||
#lib/firmware/carl9170fw
|
||||
#lib/firmware/carl9170fw/CMakeLists.txt
|
||||
@@ -391,6 +414,8 @@ lib/firmware/cis/src/PE520.cis
|
||||
lib/firmware/cis/src/RS-COM-2P.cis
|
||||
lib/firmware/cis/src/tamarack.cis
|
||||
lib/firmware/cis/tamarack.cis
|
||||
lib/firmware/cmmb_vega_12mhz.inp
|
||||
lib/firmware/cmmb_venice_12mhz.inp
|
||||
#lib/firmware/configure
|
||||
#lib/firmware/cpia2
|
||||
lib/firmware/cpia2/stv0672_vp4.bin
|
||||
@@ -412,9 +437,9 @@ lib/firmware/cxgb3/t3fw-7.10.0.bin
|
||||
lib/firmware/cxgb3/t3fw-7.12.0.bin
|
||||
lib/firmware/cxgb3/t3fw-7.4.0.bin
|
||||
#lib/firmware/cxgb4
|
||||
lib/firmware/cxgb4/t4fw-1.9.23.0.bin
|
||||
lib/firmware/cxgb4/t4fw-1.12.25.0.bin
|
||||
lib/firmware/cxgb4/t4fw.bin
|
||||
lib/firmware/cxgb4/t5fw-1.9.23.0.bin
|
||||
lib/firmware/cxgb4/t5fw-1.12.25.0.bin
|
||||
lib/firmware/cxgb4/t5fw.bin
|
||||
#lib/firmware/dabusb
|
||||
lib/firmware/dabusb/bitstream.bin
|
||||
@@ -424,9 +449,15 @@ lib/firmware/dabusb/firmware.fw
|
||||
#lib/firmware/dsp56k/bootstrap.asm
|
||||
lib/firmware/dsp56k/bootstrap.bin
|
||||
#lib/firmware/dsp56k/concat-bootstrap.pl
|
||||
lib/firmware/dvb-fe-xc4000-1.4.1.fw
|
||||
lib/firmware/dvb-fe-xc5000-1.6.114.fw
|
||||
lib/firmware/dvb-fe-xc5000c-4.1.30.7.fw
|
||||
lib/firmware/dvb-usb-dib0700-1.20.fw
|
||||
lib/firmware/dvb-usb-it9135-01.fw
|
||||
lib/firmware/dvb-usb-it9135-02.fw
|
||||
lib/firmware/dvb-usb-terratec-h5-drxk.fw
|
||||
lib/firmware/dvb_nova_12mhz.inp
|
||||
lib/firmware/dvb_nova_12mhz_b0.inp
|
||||
#lib/firmware/e100
|
||||
lib/firmware/e100/d101m_ucode.bin
|
||||
lib/firmware/e100/d101s_ucode.bin
|
||||
@@ -472,9 +503,17 @@ lib/firmware/i2400m-fw-usb-1.4.sbcf
|
||||
lib/firmware/i2400m-fw-usb-1.5.sbcf
|
||||
lib/firmware/i6050-fw-usb-1.5.sbcf
|
||||
#lib/firmware/intel
|
||||
lib/firmware/intel/IntcSST2.bin
|
||||
lib/firmware/intel/fw_sst_0f28.bin
|
||||
lib/firmware/intel/fw_sst_0f28.bin-48kHz_i2s_master
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.bseq
|
||||
lib/firmware/intelliport2.bin
|
||||
#lib/firmware/isci
|
||||
#lib/firmware/isci/Makefile
|
||||
@@ -483,6 +522,9 @@ lib/firmware/isci/README
|
||||
#lib/firmware/isci/create_fw.h
|
||||
lib/firmware/isci/isci_firmware.bin
|
||||
#lib/firmware/isci/probe_roms.h
|
||||
lib/firmware/isdbt_nova_12mhz.inp
|
||||
lib/firmware/isdbt_nova_12mhz_b0.inp
|
||||
lib/firmware/isdbt_rio.inp
|
||||
lib/firmware/iwlwifi-100-5.ucode
|
||||
lib/firmware/iwlwifi-1000-3.ucode
|
||||
lib/firmware/iwlwifi-1000-5.ucode
|
||||
@@ -490,7 +532,10 @@ lib/firmware/iwlwifi-105-6.ucode
|
||||
lib/firmware/iwlwifi-135-6.ucode
|
||||
lib/firmware/iwlwifi-2000-6.ucode
|
||||
lib/firmware/iwlwifi-2030-6.ucode
|
||||
lib/firmware/iwlwifi-3160-10.ucode
|
||||
lib/firmware/iwlwifi-3160-7.ucode
|
||||
lib/firmware/iwlwifi-3160-8.ucode
|
||||
lib/firmware/iwlwifi-3160-9.ucode
|
||||
lib/firmware/iwlwifi-3945-2.ucode
|
||||
lib/firmware/iwlwifi-4965-2.ucode
|
||||
lib/firmware/iwlwifi-5000-1.ucode
|
||||
@@ -504,7 +549,14 @@ lib/firmware/iwlwifi-6000g2b-5.ucode
|
||||
lib/firmware/iwlwifi-6000g2b-6.ucode
|
||||
lib/firmware/iwlwifi-6050-4.ucode
|
||||
lib/firmware/iwlwifi-6050-5.ucode
|
||||
lib/firmware/iwlwifi-7260-10.ucode
|
||||
lib/firmware/iwlwifi-7260-7.ucode
|
||||
lib/firmware/iwlwifi-7260-8.ucode
|
||||
lib/firmware/iwlwifi-7260-9.ucode
|
||||
lib/firmware/iwlwifi-7265-10.ucode
|
||||
lib/firmware/iwlwifi-7265-8.ucode
|
||||
lib/firmware/iwlwifi-7265-9.ucode
|
||||
lib/firmware/iwlwifi-7265D-10.ucode
|
||||
#lib/firmware/kaweth
|
||||
lib/firmware/kaweth/new_code.bin
|
||||
lib/firmware/kaweth/new_code_fix.bin
|
||||
@@ -595,15 +647,20 @@ lib/firmware/mwl8k/fmimage_8687.fw
|
||||
lib/firmware/mwl8k/fmimage_8764_ap-1.fw
|
||||
lib/firmware/mwl8k/helper_8366.fw
|
||||
lib/firmware/mwl8k/helper_8687.fw
|
||||
lib/firmware/myri10ge_eth_big_z8e.dat
|
||||
lib/firmware/myri10ge_eth_z8e.dat
|
||||
lib/firmware/myri10ge_ethp_big_z8e.dat
|
||||
lib/firmware/myri10ge_ethp_z8e.dat
|
||||
lib/firmware/myri10ge_rss_eth_big_z8e.dat
|
||||
lib/firmware/myri10ge_rss_eth_z8e.dat
|
||||
lib/firmware/myri10ge_rss_ethp_big_z8e.dat
|
||||
lib/firmware/myri10ge_rss_ethp_z8e.dat
|
||||
#lib/firmware/myricom
|
||||
lib/firmware/myricom/lanai.bin
|
||||
#lib/firmware/ositech
|
||||
lib/firmware/ositech/Xilinx7OD.bin
|
||||
lib/firmware/phanfw.bin
|
||||
lib/firmware/qat_895xcc.bin
|
||||
lib/firmware/ql2100_fw.bin
|
||||
lib/firmware/ql2200_fw.bin
|
||||
lib/firmware/ql2300_fw.bin
|
||||
@@ -618,6 +675,7 @@ lib/firmware/qlogic/isp1000.bin
|
||||
lib/firmware/qlogic/sd7220.fw
|
||||
#lib/firmware/r128
|
||||
lib/firmware/r128/r128_cce.bin
|
||||
lib/firmware/r8a779x_usb3_v1.dlmem
|
||||
#lib/firmware/radeon
|
||||
lib/firmware/radeon/ARUBA_me.bin
|
||||
lib/firmware/radeon/ARUBA_pfp.bin
|
||||
@@ -628,6 +686,7 @@ lib/firmware/radeon/BARTS_pfp.bin
|
||||
lib/firmware/radeon/BARTS_smc.bin
|
||||
lib/firmware/radeon/BONAIRE_ce.bin
|
||||
lib/firmware/radeon/BONAIRE_mc.bin
|
||||
lib/firmware/radeon/BONAIRE_mc2.bin
|
||||
lib/firmware/radeon/BONAIRE_me.bin
|
||||
lib/firmware/radeon/BONAIRE_mec.bin
|
||||
lib/firmware/radeon/BONAIRE_pfp.bin
|
||||
@@ -635,6 +694,7 @@ lib/firmware/radeon/BONAIRE_rlc.bin
|
||||
lib/firmware/radeon/BONAIRE_sdma.bin
|
||||
lib/firmware/radeon/BONAIRE_smc.bin
|
||||
lib/firmware/radeon/BONAIRE_uvd.bin
|
||||
lib/firmware/radeon/BONAIRE_vce.bin
|
||||
lib/firmware/radeon/BTC_rlc.bin
|
||||
lib/firmware/radeon/CAICOS_mc.bin
|
||||
lib/firmware/radeon/CAICOS_me.bin
|
||||
@@ -656,10 +716,20 @@ lib/firmware/radeon/CYPRESS_smc.bin
|
||||
lib/firmware/radeon/CYPRESS_uvd.bin
|
||||
lib/firmware/radeon/HAINAN_ce.bin
|
||||
lib/firmware/radeon/HAINAN_mc.bin
|
||||
lib/firmware/radeon/HAINAN_mc2.bin
|
||||
lib/firmware/radeon/HAINAN_me.bin
|
||||
lib/firmware/radeon/HAINAN_pfp.bin
|
||||
lib/firmware/radeon/HAINAN_rlc.bin
|
||||
lib/firmware/radeon/HAINAN_smc.bin
|
||||
lib/firmware/radeon/HAWAII_ce.bin
|
||||
lib/firmware/radeon/HAWAII_mc.bin
|
||||
lib/firmware/radeon/HAWAII_mc2.bin
|
||||
lib/firmware/radeon/HAWAII_me.bin
|
||||
lib/firmware/radeon/HAWAII_mec.bin
|
||||
lib/firmware/radeon/HAWAII_pfp.bin
|
||||
lib/firmware/radeon/HAWAII_rlc.bin
|
||||
lib/firmware/radeon/HAWAII_sdma.bin
|
||||
lib/firmware/radeon/HAWAII_smc.bin
|
||||
lib/firmware/radeon/JUNIPER_me.bin
|
||||
lib/firmware/radeon/JUNIPER_pfp.bin
|
||||
lib/firmware/radeon/JUNIPER_rlc.bin
|
||||
@@ -676,8 +746,15 @@ lib/firmware/radeon/KAVERI_mec.bin
|
||||
lib/firmware/radeon/KAVERI_pfp.bin
|
||||
lib/firmware/radeon/KAVERI_rlc.bin
|
||||
lib/firmware/radeon/KAVERI_sdma.bin
|
||||
lib/firmware/radeon/MULLINS_ce.bin
|
||||
lib/firmware/radeon/MULLINS_me.bin
|
||||
lib/firmware/radeon/MULLINS_mec.bin
|
||||
lib/firmware/radeon/MULLINS_pfp.bin
|
||||
lib/firmware/radeon/MULLINS_rlc.bin
|
||||
lib/firmware/radeon/MULLINS_sdma.bin
|
||||
lib/firmware/radeon/OLAND_ce.bin
|
||||
lib/firmware/radeon/OLAND_mc.bin
|
||||
lib/firmware/radeon/OLAND_mc2.bin
|
||||
lib/firmware/radeon/OLAND_me.bin
|
||||
lib/firmware/radeon/OLAND_pfp.bin
|
||||
lib/firmware/radeon/OLAND_rlc.bin
|
||||
@@ -686,6 +763,7 @@ lib/firmware/radeon/PALM_me.bin
|
||||
lib/firmware/radeon/PALM_pfp.bin
|
||||
lib/firmware/radeon/PITCAIRN_ce.bin
|
||||
lib/firmware/radeon/PITCAIRN_mc.bin
|
||||
lib/firmware/radeon/PITCAIRN_mc2.bin
|
||||
lib/firmware/radeon/PITCAIRN_me.bin
|
||||
lib/firmware/radeon/PITCAIRN_pfp.bin
|
||||
lib/firmware/radeon/PITCAIRN_rlc.bin
|
||||
@@ -698,6 +776,7 @@ lib/firmware/radeon/R520_cp.bin
|
||||
lib/firmware/radeon/R600_me.bin
|
||||
lib/firmware/radeon/R600_pfp.bin
|
||||
lib/firmware/radeon/R600_rlc.bin
|
||||
lib/firmware/radeon/R600_uvd.bin
|
||||
lib/firmware/radeon/R700_rlc.bin
|
||||
lib/firmware/radeon/REDWOOD_me.bin
|
||||
lib/firmware/radeon/REDWOOD_pfp.bin
|
||||
@@ -707,6 +786,7 @@ lib/firmware/radeon/RS600_cp.bin
|
||||
lib/firmware/radeon/RS690_cp.bin
|
||||
lib/firmware/radeon/RS780_me.bin
|
||||
lib/firmware/radeon/RS780_pfp.bin
|
||||
lib/firmware/radeon/RS780_uvd.bin
|
||||
lib/firmware/radeon/RV610_me.bin
|
||||
lib/firmware/radeon/RV610_pfp.bin
|
||||
lib/firmware/radeon/RV620_me.bin
|
||||
@@ -728,6 +808,7 @@ lib/firmware/radeon/RV740_smc.bin
|
||||
lib/firmware/radeon/RV770_me.bin
|
||||
lib/firmware/radeon/RV770_pfp.bin
|
||||
lib/firmware/radeon/RV770_smc.bin
|
||||
lib/firmware/radeon/RV770_uvd.bin
|
||||
lib/firmware/radeon/SUMO2_me.bin
|
||||
lib/firmware/radeon/SUMO2_pfp.bin
|
||||
lib/firmware/radeon/SUMO_me.bin
|
||||
@@ -736,6 +817,7 @@ lib/firmware/radeon/SUMO_rlc.bin
|
||||
lib/firmware/radeon/SUMO_uvd.bin
|
||||
lib/firmware/radeon/TAHITI_ce.bin
|
||||
lib/firmware/radeon/TAHITI_mc.bin
|
||||
lib/firmware/radeon/TAHITI_mc2.bin
|
||||
lib/firmware/radeon/TAHITI_me.bin
|
||||
lib/firmware/radeon/TAHITI_pfp.bin
|
||||
lib/firmware/radeon/TAHITI_rlc.bin
|
||||
@@ -747,11 +829,78 @@ lib/firmware/radeon/TURKS_pfp.bin
|
||||
lib/firmware/radeon/TURKS_smc.bin
|
||||
lib/firmware/radeon/VERDE_ce.bin
|
||||
lib/firmware/radeon/VERDE_mc.bin
|
||||
lib/firmware/radeon/VERDE_mc2.bin
|
||||
lib/firmware/radeon/VERDE_me.bin
|
||||
lib/firmware/radeon/VERDE_pfp.bin
|
||||
lib/firmware/radeon/VERDE_rlc.bin
|
||||
lib/firmware/radeon/VERDE_smc.bin
|
||||
lib/firmware/radeon/bonaire_ce.bin
|
||||
lib/firmware/radeon/bonaire_mc.bin
|
||||
lib/firmware/radeon/bonaire_me.bin
|
||||
lib/firmware/radeon/bonaire_mec.bin
|
||||
lib/firmware/radeon/bonaire_pfp.bin
|
||||
lib/firmware/radeon/bonaire_rlc.bin
|
||||
lib/firmware/radeon/bonaire_sdma.bin
|
||||
lib/firmware/radeon/bonaire_smc.bin
|
||||
lib/firmware/radeon/hainan_ce.bin
|
||||
lib/firmware/radeon/hainan_mc.bin
|
||||
lib/firmware/radeon/hainan_me.bin
|
||||
lib/firmware/radeon/hainan_pfp.bin
|
||||
lib/firmware/radeon/hainan_rlc.bin
|
||||
lib/firmware/radeon/hainan_smc.bin
|
||||
lib/firmware/radeon/hawaii_ce.bin
|
||||
lib/firmware/radeon/hawaii_mc.bin
|
||||
lib/firmware/radeon/hawaii_me.bin
|
||||
lib/firmware/radeon/hawaii_mec.bin
|
||||
lib/firmware/radeon/hawaii_pfp.bin
|
||||
lib/firmware/radeon/hawaii_rlc.bin
|
||||
lib/firmware/radeon/hawaii_sdma.bin
|
||||
lib/firmware/radeon/hawaii_smc.bin
|
||||
lib/firmware/radeon/kabini_ce.bin
|
||||
lib/firmware/radeon/kabini_me.bin
|
||||
lib/firmware/radeon/kabini_mec.bin
|
||||
lib/firmware/radeon/kabini_pfp.bin
|
||||
lib/firmware/radeon/kabini_rlc.bin
|
||||
lib/firmware/radeon/kabini_sdma.bin
|
||||
lib/firmware/radeon/kaveri_ce.bin
|
||||
lib/firmware/radeon/kaveri_me.bin
|
||||
lib/firmware/radeon/kaveri_mec.bin
|
||||
lib/firmware/radeon/kaveri_mec2.bin
|
||||
lib/firmware/radeon/kaveri_pfp.bin
|
||||
lib/firmware/radeon/kaveri_rlc.bin
|
||||
lib/firmware/radeon/kaveri_sdma.bin
|
||||
lib/firmware/radeon/mullins_ce.bin
|
||||
lib/firmware/radeon/mullins_me.bin
|
||||
lib/firmware/radeon/mullins_mec.bin
|
||||
lib/firmware/radeon/mullins_pfp.bin
|
||||
lib/firmware/radeon/mullins_rlc.bin
|
||||
lib/firmware/radeon/mullins_sdma.bin
|
||||
lib/firmware/radeon/oland_ce.bin
|
||||
lib/firmware/radeon/oland_mc.bin
|
||||
lib/firmware/radeon/oland_me.bin
|
||||
lib/firmware/radeon/oland_pfp.bin
|
||||
lib/firmware/radeon/oland_rlc.bin
|
||||
lib/firmware/radeon/oland_smc.bin
|
||||
lib/firmware/radeon/pitcairn_ce.bin
|
||||
lib/firmware/radeon/pitcairn_mc.bin
|
||||
lib/firmware/radeon/pitcairn_me.bin
|
||||
lib/firmware/radeon/pitcairn_pfp.bin
|
||||
lib/firmware/radeon/pitcairn_rlc.bin
|
||||
lib/firmware/radeon/pitcairn_smc.bin
|
||||
lib/firmware/radeon/tahiti_ce.bin
|
||||
lib/firmware/radeon/tahiti_mc.bin
|
||||
lib/firmware/radeon/tahiti_me.bin
|
||||
lib/firmware/radeon/tahiti_pfp.bin
|
||||
lib/firmware/radeon/tahiti_rlc.bin
|
||||
lib/firmware/radeon/tahiti_smc.bin
|
||||
lib/firmware/radeon/verde_ce.bin
|
||||
lib/firmware/radeon/verde_mc.bin
|
||||
lib/firmware/radeon/verde_me.bin
|
||||
lib/firmware/radeon/verde_pfp.bin
|
||||
lib/firmware/radeon/verde_rlc.bin
|
||||
lib/firmware/radeon/verde_smc.bin
|
||||
lib/firmware/rp2.fw
|
||||
lib/firmware/rsi_91x.fw
|
||||
lib/firmware/rt2561.bin
|
||||
lib/firmware/rt2561s.bin
|
||||
lib/firmware/rt2661.bin
|
||||
@@ -766,6 +915,8 @@ lib/firmware/rt73.bin
|
||||
lib/firmware/rtl_nic/rtl8105e-1.fw
|
||||
lib/firmware/rtl_nic/rtl8106e-1.fw
|
||||
lib/firmware/rtl_nic/rtl8106e-2.fw
|
||||
lib/firmware/rtl_nic/rtl8107e-1.fw
|
||||
lib/firmware/rtl_nic/rtl8107e-2.fw
|
||||
lib/firmware/rtl_nic/rtl8168d-1.fw
|
||||
lib/firmware/rtl_nic/rtl8168d-2.fw
|
||||
lib/firmware/rtl_nic/rtl8168e-1.fw
|
||||
@@ -776,6 +927,8 @@ lib/firmware/rtl_nic/rtl8168f-2.fw
|
||||
lib/firmware/rtl_nic/rtl8168g-1.fw
|
||||
lib/firmware/rtl_nic/rtl8168g-2.fw
|
||||
lib/firmware/rtl_nic/rtl8168g-3.fw
|
||||
lib/firmware/rtl_nic/rtl8168h-1.fw
|
||||
lib/firmware/rtl_nic/rtl8168h-2.fw
|
||||
lib/firmware/rtl_nic/rtl8402-1.fw
|
||||
lib/firmware/rtl_nic/rtl8411-1.fw
|
||||
lib/firmware/rtl_nic/rtl8411-2.fw
|
||||
@@ -790,15 +943,24 @@ lib/firmware/rtlwifi/rtl8192cufw_A.bin
|
||||
lib/firmware/rtlwifi/rtl8192cufw_B.bin
|
||||
lib/firmware/rtlwifi/rtl8192cufw_TMSC.bin
|
||||
lib/firmware/rtlwifi/rtl8192defw.bin
|
||||
lib/firmware/rtlwifi/rtl8192eefw.bin
|
||||
lib/firmware/rtlwifi/rtl8192sefw.bin
|
||||
lib/firmware/rtlwifi/rtl8712u.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_A.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_B.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_B_NoBT.bin
|
||||
lib/firmware/rtlwifi/rtl8723befw.bin
|
||||
lib/firmware/rtlwifi/rtl8723fw.bin
|
||||
lib/firmware/rtlwifi/rtl8723fw_B.bin
|
||||
lib/firmware/rtlwifi/rtl8821aefw.bin
|
||||
lib/firmware/rtlwifi/rtl8821aefw_wowlan.bin
|
||||
lib/firmware/s2250.fw
|
||||
lib/firmware/s2250_loader.fw
|
||||
lib/firmware/s5p-mfc
|
||||
lib/firmware/s5p-mfc/s5p-mfc-v6.fw
|
||||
lib/firmware/s5p-mfc/s5p-mfc.fw
|
||||
lib/firmware/s5p-mfc-v6-v2.fw
|
||||
lib/firmware/s5p-mfc-v6.fw
|
||||
lib/firmware/s5p-mfc-v7.fw
|
||||
lib/firmware/s5p-mfc-v8.fw
|
||||
lib/firmware/s5p-mfc.fw
|
||||
#lib/firmware/sb16
|
||||
lib/firmware/sb16/alaw_main.csp
|
||||
lib/firmware/sb16/ima_adpcm_capture.csp
|
||||
@@ -812,11 +974,17 @@ lib/firmware/slicoss/gbrcvucode.sys
|
||||
lib/firmware/slicoss/oasisdbgdownload.sys
|
||||
lib/firmware/slicoss/oasisdownload.sys
|
||||
lib/firmware/slicoss/oasisrcvucode.sys
|
||||
lib/firmware/sms1xxx-hcw-55xxx-dvbt-02.fw
|
||||
lib/firmware/sms1xxx-hcw-55xxx-isdbt-02.fw
|
||||
lib/firmware/sms1xxx-nova-a-dvbt-01.fw
|
||||
lib/firmware/sms1xxx-nova-b-dvbt-01.fw
|
||||
lib/firmware/sms1xxx-stellar-dvbt-01.fw
|
||||
#lib/firmware/sun
|
||||
lib/firmware/sun/cassini.bin
|
||||
#lib/firmware/sxg
|
||||
lib/firmware/sxg/saharadbgdownloadB.sys
|
||||
lib/firmware/sxg/saharadownloadB.sys
|
||||
lib/firmware/tdmb_nova_12mhz.inp
|
||||
#lib/firmware/tehuti
|
||||
lib/firmware/tehuti/bdx.bin
|
||||
#lib/firmware/ti-connectivity
|
||||
@@ -850,6 +1018,8 @@ lib/firmware/ti-connectivity/wl128x-nvs.bin
|
||||
lib/firmware/ti-connectivity/wl12xx-nvs.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-conf.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-fw-2.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-fw-3.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-fw-4.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-fw.bin
|
||||
lib/firmware/ti_3410.fw
|
||||
lib/firmware/ti_5052.fw
|
||||
|
||||
@@ -3,6 +3,7 @@ etc/ntp.conf
|
||||
etc/rc.d/rc0.d/K46ntpd
|
||||
etc/rc.d/rc3.d/S26ntpd
|
||||
etc/rc.d/rc6.d/K46ntpd
|
||||
usr/bin/calc_tickadj
|
||||
usr/bin/ntp-keygen
|
||||
usr/bin/ntp-wait
|
||||
usr/bin/ntpd
|
||||
@@ -13,12 +14,273 @@ usr/bin/ntptime
|
||||
usr/bin/ntptrace
|
||||
usr/bin/sntp
|
||||
usr/bin/tickadj
|
||||
#usr/include/event2
|
||||
#usr/share/doc/ntp4
|
||||
#usr/share/doc/ntp4/html
|
||||
#usr/share/doc/ntp4/html/access.html
|
||||
#usr/share/doc/ntp4/html/accopt.html
|
||||
#usr/share/doc/ntp4/html/assoc.html
|
||||
#usr/share/doc/ntp4/html/audio.html
|
||||
#usr/share/doc/ntp4/html/authentic.html
|
||||
#usr/share/doc/ntp4/html/authopt.html
|
||||
#usr/share/doc/ntp4/html/autokey.html
|
||||
#usr/share/doc/ntp4/html/bugs.html
|
||||
#usr/share/doc/ntp4/html/build.html
|
||||
#usr/share/doc/ntp4/html/clock.html
|
||||
#usr/share/doc/ntp4/html/clockopt.html
|
||||
#usr/share/doc/ntp4/html/cluster.html
|
||||
#usr/share/doc/ntp4/html/comdex.html
|
||||
#usr/share/doc/ntp4/html/config.html
|
||||
#usr/share/doc/ntp4/html/confopt.html
|
||||
#usr/share/doc/ntp4/html/copyright.html
|
||||
#usr/share/doc/ntp4/html/debug.html
|
||||
#usr/share/doc/ntp4/html/decode.html
|
||||
#usr/share/doc/ntp4/html/discipline.html
|
||||
#usr/share/doc/ntp4/html/discover.html
|
||||
#usr/share/doc/ntp4/html/drivers
|
||||
#usr/share/doc/ntp4/html/drivers/driver1.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver10.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver11.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver12.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver16.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver18.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver19.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver20.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver22.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver26.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver27.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver28.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver29.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver3.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver30.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver31.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver32.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver33.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver34.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver35.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver36.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver37.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver38.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver39.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver4.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver40.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver42.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver43.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver44.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver45.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver46.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver5.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver6.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver7.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver8.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver9.html
|
||||
#usr/share/doc/ntp4/html/drivers/icons
|
||||
#usr/share/doc/ntp4/html/drivers/icons/home.gif
|
||||
#usr/share/doc/ntp4/html/drivers/icons/mail2.gif
|
||||
#usr/share/doc/ntp4/html/drivers/mx4200data.html
|
||||
#usr/share/doc/ntp4/html/drivers/oncore-shmem.html
|
||||
#usr/share/doc/ntp4/html/drivers/scripts
|
||||
#usr/share/doc/ntp4/html/drivers/scripts/footer.txt
|
||||
#usr/share/doc/ntp4/html/drivers/scripts/style.css
|
||||
#usr/share/doc/ntp4/html/drivers/tf582_4.html
|
||||
#usr/share/doc/ntp4/html/extern.html
|
||||
#usr/share/doc/ntp4/html/filter.html
|
||||
#usr/share/doc/ntp4/html/hints
|
||||
#usr/share/doc/ntp4/html/hints.html
|
||||
#usr/share/doc/ntp4/html/hints/a-ux
|
||||
#usr/share/doc/ntp4/html/hints/aix
|
||||
#usr/share/doc/ntp4/html/hints/bsdi
|
||||
#usr/share/doc/ntp4/html/hints/changes
|
||||
#usr/share/doc/ntp4/html/hints/decosf1
|
||||
#usr/share/doc/ntp4/html/hints/decosf2
|
||||
#usr/share/doc/ntp4/html/hints/freebsd
|
||||
#usr/share/doc/ntp4/html/hints/hpux
|
||||
#usr/share/doc/ntp4/html/hints/linux
|
||||
#usr/share/doc/ntp4/html/hints/mpeix
|
||||
#usr/share/doc/ntp4/html/hints/notes-xntp-v3
|
||||
#usr/share/doc/ntp4/html/hints/parse
|
||||
#usr/share/doc/ntp4/html/hints/refclocks
|
||||
#usr/share/doc/ntp4/html/hints/rs6000
|
||||
#usr/share/doc/ntp4/html/hints/sco.html
|
||||
#usr/share/doc/ntp4/html/hints/sgi
|
||||
#usr/share/doc/ntp4/html/hints/solaris-dosynctodr.html
|
||||
#usr/share/doc/ntp4/html/hints/solaris.html
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.4023118
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.4095849
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.S99ntpd
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.patchfreq
|
||||
#usr/share/doc/ntp4/html/hints/sun4
|
||||
#usr/share/doc/ntp4/html/hints/svr4-dell
|
||||
#usr/share/doc/ntp4/html/hints/svr4_package
|
||||
#usr/share/doc/ntp4/html/hints/todo
|
||||
#usr/share/doc/ntp4/html/hints/vxworks.html
|
||||
#usr/share/doc/ntp4/html/hints/winnt.html
|
||||
#usr/share/doc/ntp4/html/history.html
|
||||
#usr/share/doc/ntp4/html/howto.html
|
||||
#usr/share/doc/ntp4/html/huffpuff.html
|
||||
#usr/share/doc/ntp4/html/icons
|
||||
#usr/share/doc/ntp4/html/icons/home.gif
|
||||
#usr/share/doc/ntp4/html/icons/mail2.gif
|
||||
#usr/share/doc/ntp4/html/icons/sitemap.png
|
||||
#usr/share/doc/ntp4/html/index.html
|
||||
#usr/share/doc/ntp4/html/kern.html
|
||||
#usr/share/doc/ntp4/html/kernpps.html
|
||||
#usr/share/doc/ntp4/html/keygen.html
|
||||
#usr/share/doc/ntp4/html/leap.html
|
||||
#usr/share/doc/ntp4/html/miscopt.html
|
||||
#usr/share/doc/ntp4/html/monopt.html
|
||||
#usr/share/doc/ntp4/html/msyslog.html
|
||||
#usr/share/doc/ntp4/html/ntp-wait.html
|
||||
#usr/share/doc/ntp4/html/ntp_conf.html
|
||||
#usr/share/doc/ntp4/html/ntpd.html
|
||||
#usr/share/doc/ntp4/html/ntpdate.html
|
||||
#usr/share/doc/ntp4/html/ntpdc.html
|
||||
#usr/share/doc/ntp4/html/ntpdsim.html
|
||||
#usr/share/doc/ntp4/html/ntpdsim_new.html
|
||||
#usr/share/doc/ntp4/html/ntpq.html
|
||||
#usr/share/doc/ntp4/html/ntptime.html
|
||||
#usr/share/doc/ntp4/html/ntptrace.html
|
||||
#usr/share/doc/ntp4/html/orphan.html
|
||||
#usr/share/doc/ntp4/html/parsedata.html
|
||||
#usr/share/doc/ntp4/html/parsenew.html
|
||||
#usr/share/doc/ntp4/html/pic
|
||||
#usr/share/doc/ntp4/html/pic/9400n.jpg
|
||||
#usr/share/doc/ntp4/html/pic/alice11.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice13.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice15.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice23.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice31.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice32.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice35.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice38.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice44.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice47.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice51.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice61.gif
|
||||
#usr/share/doc/ntp4/html/pic/barnstable.gif
|
||||
#usr/share/doc/ntp4/html/pic/beaver.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom3.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom3a.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom4.gif
|
||||
#usr/share/doc/ntp4/html/pic/broad.gif
|
||||
#usr/share/doc/ntp4/html/pic/bustardfly.gif
|
||||
#usr/share/doc/ntp4/html/pic/c51.jpg
|
||||
#usr/share/doc/ntp4/html/pic/description.jpg
|
||||
#usr/share/doc/ntp4/html/pic/discipline.gif
|
||||
#usr/share/doc/ntp4/html/pic/dogsnake.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver29.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver43_1.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver43_2.jpg
|
||||
#usr/share/doc/ntp4/html/pic/fg6021.gif
|
||||
#usr/share/doc/ntp4/html/pic/fg6039.jpg
|
||||
#usr/share/doc/ntp4/html/pic/fig_3_1.gif
|
||||
#usr/share/doc/ntp4/html/pic/flatheads.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt1.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt2.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt3.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt4.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt5.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt6.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt7.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt8.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt9.gif
|
||||
#usr/share/doc/ntp4/html/pic/freq1211.gif
|
||||
#usr/share/doc/ntp4/html/pic/gadget.jpg
|
||||
#usr/share/doc/ntp4/html/pic/gps167.jpg
|
||||
#usr/share/doc/ntp4/html/pic/group.gif
|
||||
#usr/share/doc/ntp4/html/pic/hornraba.gif
|
||||
#usr/share/doc/ntp4/html/pic/igclock.gif
|
||||
#usr/share/doc/ntp4/html/pic/neoclock4x.gif
|
||||
#usr/share/doc/ntp4/html/pic/offset1211.gif
|
||||
#usr/share/doc/ntp4/html/pic/oncore_evalbig.gif
|
||||
#usr/share/doc/ntp4/html/pic/oncore_remoteant.jpg
|
||||
#usr/share/doc/ntp4/html/pic/oncore_utplusbig.gif
|
||||
#usr/share/doc/ntp4/html/pic/oz2.gif
|
||||
#usr/share/doc/ntp4/html/pic/panda.gif
|
||||
#usr/share/doc/ntp4/html/pic/pd_om006.gif
|
||||
#usr/share/doc/ntp4/html/pic/pd_om011.gif
|
||||
#usr/share/doc/ntp4/html/pic/peer.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo1a.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo3a.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo4.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo5.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo6.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo7.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo8.gif
|
||||
#usr/share/doc/ntp4/html/pic/pzf509.jpg
|
||||
#usr/share/doc/ntp4/html/pic/pzf511.jpg
|
||||
#usr/share/doc/ntp4/html/pic/rabbit.gif
|
||||
#usr/share/doc/ntp4/html/pic/radio2.jpg
|
||||
#usr/share/doc/ntp4/html/pic/sheepb.jpg
|
||||
#usr/share/doc/ntp4/html/pic/stack1a.jpg
|
||||
#usr/share/doc/ntp4/html/pic/stats.gif
|
||||
#usr/share/doc/ntp4/html/pic/sx5.gif
|
||||
#usr/share/doc/ntp4/html/pic/thunderbolt.jpg
|
||||
#usr/share/doc/ntp4/html/pic/time1.gif
|
||||
#usr/share/doc/ntp4/html/pic/tonea.gif
|
||||
#usr/share/doc/ntp4/html/pic/tribeb.gif
|
||||
#usr/share/doc/ntp4/html/pic/wingdorothy.gif
|
||||
#usr/share/doc/ntp4/html/poll.html
|
||||
#usr/share/doc/ntp4/html/pps.html
|
||||
#usr/share/doc/ntp4/html/prefer.html
|
||||
#usr/share/doc/ntp4/html/quick.html
|
||||
#usr/share/doc/ntp4/html/rate.html
|
||||
#usr/share/doc/ntp4/html/rdebug.html
|
||||
#usr/share/doc/ntp4/html/refclock.html
|
||||
#usr/share/doc/ntp4/html/release.html
|
||||
#usr/share/doc/ntp4/html/scripts
|
||||
#usr/share/doc/ntp4/html/scripts/accopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/audio.txt
|
||||
#usr/share/doc/ntp4/html/scripts/authopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/clockopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/command.txt
|
||||
#usr/share/doc/ntp4/html/scripts/config.txt
|
||||
#usr/share/doc/ntp4/html/scripts/confopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/external.txt
|
||||
#usr/share/doc/ntp4/html/scripts/footer.txt
|
||||
#usr/share/doc/ntp4/html/scripts/hand.txt
|
||||
#usr/share/doc/ntp4/html/scripts/install.txt
|
||||
#usr/share/doc/ntp4/html/scripts/manual.txt
|
||||
#usr/share/doc/ntp4/html/scripts/misc.txt
|
||||
#usr/share/doc/ntp4/html/scripts/miscopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/monopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/refclock.txt
|
||||
#usr/share/doc/ntp4/html/scripts/special.txt
|
||||
#usr/share/doc/ntp4/html/scripts/style.css
|
||||
#usr/share/doc/ntp4/html/select.html
|
||||
#usr/share/doc/ntp4/html/sitemap.html
|
||||
#usr/share/doc/ntp4/html/sntp.html
|
||||
#usr/share/doc/ntp4/html/stats.html
|
||||
#usr/share/doc/ntp4/html/tickadj.html
|
||||
#usr/share/doc/ntp4/html/warp.html
|
||||
#usr/share/doc/ntp4/html/xleave.html
|
||||
#usr/share/doc/ntp4/ntp-keygen.html
|
||||
#usr/share/doc/ntp4/ntp-wait.html
|
||||
#usr/share/doc/ntp4/ntp.conf.html
|
||||
#usr/share/doc/ntp4/ntp.keys.html
|
||||
#usr/share/doc/ntp4/ntpd.html
|
||||
#usr/share/doc/ntp4/ntpdc.html
|
||||
#usr/share/doc/ntp4/ntpq.html
|
||||
#usr/share/doc/ntp4/ntpsnmpd.html
|
||||
#usr/share/doc/ntp4/ntpsweep.html
|
||||
#usr/share/doc/ntp4/ntptrace.html
|
||||
#usr/share/doc/sntp
|
||||
#usr/share/doc/sntp/sntp.html
|
||||
#usr/share/man/man1/calc_tickadj.1
|
||||
#usr/share/man/man1/ntp-keygen.1
|
||||
#usr/share/man/man1/ntp-wait.1
|
||||
#usr/share/man/man1/ntpd.1
|
||||
#usr/share/man/man1/ntpdc.1
|
||||
#usr/share/man/man1/ntpq.1
|
||||
#usr/share/man/man1/ntpsnmpd.1
|
||||
#usr/share/man/man1/ntptrace.1
|
||||
#usr/share/man/man1/sntp.1
|
||||
#usr/share/man/man5/ntp.conf.5
|
||||
#usr/share/man/man5/ntp.keys.5
|
||||
#usr/share/ntp
|
||||
#usr/share/ntp/lib
|
||||
#usr/share/ntp/lib/NTP
|
||||
#usr/share/ntp/lib/NTP/Util.pm
|
||||
var/ipfire/time/counter.conf
|
||||
var/ipfire/time/enable
|
||||
var/ipfire/time/settime.conf
|
||||
|
||||
@@ -95,6 +95,7 @@ usr/local/bin/settime
|
||||
usr/local/bin/timecheck
|
||||
usr/local/bin/timezone-transition
|
||||
#usr/local/bin/uname
|
||||
usr/local/bin/update-bootloader
|
||||
usr/local/bin/update-lang-cache
|
||||
#usr/local/include
|
||||
#usr/local/lib
|
||||
|
||||
1
config/rootfiles/core/86/filelists/armv5tel/u-boot
Symbolic link
1
config/rootfiles/core/86/filelists/armv5tel/u-boot
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../../common/armv5tel/u-boot
|
||||
1
config/rootfiles/core/86/filelists/bash
Symbolic link
1
config/rootfiles/core/86/filelists/bash
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/bash
|
||||
1
config/rootfiles/core/86/filelists/crda
Symbolic link
1
config/rootfiles/core/86/filelists/crda
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/crda
|
||||
@@ -1,5 +1,8 @@
|
||||
etc/system-release
|
||||
etc/issue
|
||||
opt/pakfire/etc/pakfire.conf
|
||||
usr/lib/firewall/rules.pl
|
||||
usr/local/bin/update-bootloader
|
||||
var/ipfire/header.pl
|
||||
var/ipfire/langs
|
||||
var/ipfire/lang.pl
|
||||
|
||||
1
config/rootfiles/core/86/filelists/iw
Symbolic link
1
config/rootfiles/core/86/filelists/iw
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/iw
|
||||
1
config/rootfiles/core/86/filelists/kbd
Symbolic link
1
config/rootfiles/core/86/filelists/kbd
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/kbd
|
||||
287
config/rootfiles/core/86/filelists/ntp
Normal file
287
config/rootfiles/core/86/filelists/ntp
Normal file
@@ -0,0 +1,287 @@
|
||||
etc/ntp
|
||||
etc/ntp.conf
|
||||
etc/rc.d/rc0.d/K46ntpd
|
||||
etc/rc.d/rc3.d/S26ntpd
|
||||
etc/rc.d/rc6.d/K46ntpd
|
||||
usr/bin/calc_tickadj
|
||||
usr/bin/ntp-keygen
|
||||
usr/bin/ntp-wait
|
||||
usr/bin/ntpd
|
||||
usr/bin/ntpdate
|
||||
usr/bin/ntpdc
|
||||
usr/bin/ntpq
|
||||
usr/bin/ntptime
|
||||
usr/bin/ntptrace
|
||||
usr/bin/sntp
|
||||
usr/bin/tickadj
|
||||
#usr/include/event2
|
||||
#usr/share/doc/ntp4
|
||||
#usr/share/doc/ntp4/html
|
||||
#usr/share/doc/ntp4/html/access.html
|
||||
#usr/share/doc/ntp4/html/accopt.html
|
||||
#usr/share/doc/ntp4/html/assoc.html
|
||||
#usr/share/doc/ntp4/html/audio.html
|
||||
#usr/share/doc/ntp4/html/authentic.html
|
||||
#usr/share/doc/ntp4/html/authopt.html
|
||||
#usr/share/doc/ntp4/html/autokey.html
|
||||
#usr/share/doc/ntp4/html/bugs.html
|
||||
#usr/share/doc/ntp4/html/build.html
|
||||
#usr/share/doc/ntp4/html/clock.html
|
||||
#usr/share/doc/ntp4/html/clockopt.html
|
||||
#usr/share/doc/ntp4/html/cluster.html
|
||||
#usr/share/doc/ntp4/html/comdex.html
|
||||
#usr/share/doc/ntp4/html/config.html
|
||||
#usr/share/doc/ntp4/html/confopt.html
|
||||
#usr/share/doc/ntp4/html/copyright.html
|
||||
#usr/share/doc/ntp4/html/debug.html
|
||||
#usr/share/doc/ntp4/html/decode.html
|
||||
#usr/share/doc/ntp4/html/discipline.html
|
||||
#usr/share/doc/ntp4/html/discover.html
|
||||
#usr/share/doc/ntp4/html/drivers
|
||||
#usr/share/doc/ntp4/html/drivers/driver1.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver10.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver11.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver12.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver16.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver18.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver19.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver20.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver22.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver26.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver27.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver28.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver29.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver3.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver30.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver31.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver32.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver33.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver34.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver35.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver36.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver37.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver38.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver39.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver4.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver40.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver42.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver43.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver44.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver45.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver46.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver5.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver6.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver7.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver8.html
|
||||
#usr/share/doc/ntp4/html/drivers/driver9.html
|
||||
#usr/share/doc/ntp4/html/drivers/icons
|
||||
#usr/share/doc/ntp4/html/drivers/icons/home.gif
|
||||
#usr/share/doc/ntp4/html/drivers/icons/mail2.gif
|
||||
#usr/share/doc/ntp4/html/drivers/mx4200data.html
|
||||
#usr/share/doc/ntp4/html/drivers/oncore-shmem.html
|
||||
#usr/share/doc/ntp4/html/drivers/scripts
|
||||
#usr/share/doc/ntp4/html/drivers/scripts/footer.txt
|
||||
#usr/share/doc/ntp4/html/drivers/scripts/style.css
|
||||
#usr/share/doc/ntp4/html/drivers/tf582_4.html
|
||||
#usr/share/doc/ntp4/html/extern.html
|
||||
#usr/share/doc/ntp4/html/filter.html
|
||||
#usr/share/doc/ntp4/html/hints
|
||||
#usr/share/doc/ntp4/html/hints.html
|
||||
#usr/share/doc/ntp4/html/hints/a-ux
|
||||
#usr/share/doc/ntp4/html/hints/aix
|
||||
#usr/share/doc/ntp4/html/hints/bsdi
|
||||
#usr/share/doc/ntp4/html/hints/changes
|
||||
#usr/share/doc/ntp4/html/hints/decosf1
|
||||
#usr/share/doc/ntp4/html/hints/decosf2
|
||||
#usr/share/doc/ntp4/html/hints/freebsd
|
||||
#usr/share/doc/ntp4/html/hints/hpux
|
||||
#usr/share/doc/ntp4/html/hints/linux
|
||||
#usr/share/doc/ntp4/html/hints/mpeix
|
||||
#usr/share/doc/ntp4/html/hints/notes-xntp-v3
|
||||
#usr/share/doc/ntp4/html/hints/parse
|
||||
#usr/share/doc/ntp4/html/hints/refclocks
|
||||
#usr/share/doc/ntp4/html/hints/rs6000
|
||||
#usr/share/doc/ntp4/html/hints/sco.html
|
||||
#usr/share/doc/ntp4/html/hints/sgi
|
||||
#usr/share/doc/ntp4/html/hints/solaris-dosynctodr.html
|
||||
#usr/share/doc/ntp4/html/hints/solaris.html
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.4023118
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.4095849
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.S99ntpd
|
||||
#usr/share/doc/ntp4/html/hints/solaris.xtra.patchfreq
|
||||
#usr/share/doc/ntp4/html/hints/sun4
|
||||
#usr/share/doc/ntp4/html/hints/svr4-dell
|
||||
#usr/share/doc/ntp4/html/hints/svr4_package
|
||||
#usr/share/doc/ntp4/html/hints/todo
|
||||
#usr/share/doc/ntp4/html/hints/vxworks.html
|
||||
#usr/share/doc/ntp4/html/hints/winnt.html
|
||||
#usr/share/doc/ntp4/html/history.html
|
||||
#usr/share/doc/ntp4/html/howto.html
|
||||
#usr/share/doc/ntp4/html/huffpuff.html
|
||||
#usr/share/doc/ntp4/html/icons
|
||||
#usr/share/doc/ntp4/html/icons/home.gif
|
||||
#usr/share/doc/ntp4/html/icons/mail2.gif
|
||||
#usr/share/doc/ntp4/html/icons/sitemap.png
|
||||
#usr/share/doc/ntp4/html/index.html
|
||||
#usr/share/doc/ntp4/html/kern.html
|
||||
#usr/share/doc/ntp4/html/kernpps.html
|
||||
#usr/share/doc/ntp4/html/keygen.html
|
||||
#usr/share/doc/ntp4/html/leap.html
|
||||
#usr/share/doc/ntp4/html/miscopt.html
|
||||
#usr/share/doc/ntp4/html/monopt.html
|
||||
#usr/share/doc/ntp4/html/msyslog.html
|
||||
#usr/share/doc/ntp4/html/ntp-wait.html
|
||||
#usr/share/doc/ntp4/html/ntp_conf.html
|
||||
#usr/share/doc/ntp4/html/ntpd.html
|
||||
#usr/share/doc/ntp4/html/ntpdate.html
|
||||
#usr/share/doc/ntp4/html/ntpdc.html
|
||||
#usr/share/doc/ntp4/html/ntpdsim.html
|
||||
#usr/share/doc/ntp4/html/ntpdsim_new.html
|
||||
#usr/share/doc/ntp4/html/ntpq.html
|
||||
#usr/share/doc/ntp4/html/ntptime.html
|
||||
#usr/share/doc/ntp4/html/ntptrace.html
|
||||
#usr/share/doc/ntp4/html/orphan.html
|
||||
#usr/share/doc/ntp4/html/parsedata.html
|
||||
#usr/share/doc/ntp4/html/parsenew.html
|
||||
#usr/share/doc/ntp4/html/pic
|
||||
#usr/share/doc/ntp4/html/pic/9400n.jpg
|
||||
#usr/share/doc/ntp4/html/pic/alice11.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice13.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice15.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice23.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice31.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice32.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice35.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice38.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice44.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice47.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice51.gif
|
||||
#usr/share/doc/ntp4/html/pic/alice61.gif
|
||||
#usr/share/doc/ntp4/html/pic/barnstable.gif
|
||||
#usr/share/doc/ntp4/html/pic/beaver.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom3.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom3a.gif
|
||||
#usr/share/doc/ntp4/html/pic/boom4.gif
|
||||
#usr/share/doc/ntp4/html/pic/broad.gif
|
||||
#usr/share/doc/ntp4/html/pic/bustardfly.gif
|
||||
#usr/share/doc/ntp4/html/pic/c51.jpg
|
||||
#usr/share/doc/ntp4/html/pic/description.jpg
|
||||
#usr/share/doc/ntp4/html/pic/discipline.gif
|
||||
#usr/share/doc/ntp4/html/pic/dogsnake.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver29.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver43_1.gif
|
||||
#usr/share/doc/ntp4/html/pic/driver43_2.jpg
|
||||
#usr/share/doc/ntp4/html/pic/fg6021.gif
|
||||
#usr/share/doc/ntp4/html/pic/fg6039.jpg
|
||||
#usr/share/doc/ntp4/html/pic/fig_3_1.gif
|
||||
#usr/share/doc/ntp4/html/pic/flatheads.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt1.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt2.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt3.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt4.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt5.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt6.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt7.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt8.gif
|
||||
#usr/share/doc/ntp4/html/pic/flt9.gif
|
||||
#usr/share/doc/ntp4/html/pic/freq1211.gif
|
||||
#usr/share/doc/ntp4/html/pic/gadget.jpg
|
||||
#usr/share/doc/ntp4/html/pic/gps167.jpg
|
||||
#usr/share/doc/ntp4/html/pic/group.gif
|
||||
#usr/share/doc/ntp4/html/pic/hornraba.gif
|
||||
#usr/share/doc/ntp4/html/pic/igclock.gif
|
||||
#usr/share/doc/ntp4/html/pic/neoclock4x.gif
|
||||
#usr/share/doc/ntp4/html/pic/offset1211.gif
|
||||
#usr/share/doc/ntp4/html/pic/oncore_evalbig.gif
|
||||
#usr/share/doc/ntp4/html/pic/oncore_remoteant.jpg
|
||||
#usr/share/doc/ntp4/html/pic/oncore_utplusbig.gif
|
||||
#usr/share/doc/ntp4/html/pic/oz2.gif
|
||||
#usr/share/doc/ntp4/html/pic/panda.gif
|
||||
#usr/share/doc/ntp4/html/pic/pd_om006.gif
|
||||
#usr/share/doc/ntp4/html/pic/pd_om011.gif
|
||||
#usr/share/doc/ntp4/html/pic/peer.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo1a.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo3a.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo4.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo5.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo6.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo7.gif
|
||||
#usr/share/doc/ntp4/html/pic/pogo8.gif
|
||||
#usr/share/doc/ntp4/html/pic/pzf509.jpg
|
||||
#usr/share/doc/ntp4/html/pic/pzf511.jpg
|
||||
#usr/share/doc/ntp4/html/pic/rabbit.gif
|
||||
#usr/share/doc/ntp4/html/pic/radio2.jpg
|
||||
#usr/share/doc/ntp4/html/pic/sheepb.jpg
|
||||
#usr/share/doc/ntp4/html/pic/stack1a.jpg
|
||||
#usr/share/doc/ntp4/html/pic/stats.gif
|
||||
#usr/share/doc/ntp4/html/pic/sx5.gif
|
||||
#usr/share/doc/ntp4/html/pic/thunderbolt.jpg
|
||||
#usr/share/doc/ntp4/html/pic/time1.gif
|
||||
#usr/share/doc/ntp4/html/pic/tonea.gif
|
||||
#usr/share/doc/ntp4/html/pic/tribeb.gif
|
||||
#usr/share/doc/ntp4/html/pic/wingdorothy.gif
|
||||
#usr/share/doc/ntp4/html/poll.html
|
||||
#usr/share/doc/ntp4/html/pps.html
|
||||
#usr/share/doc/ntp4/html/prefer.html
|
||||
#usr/share/doc/ntp4/html/quick.html
|
||||
#usr/share/doc/ntp4/html/rate.html
|
||||
#usr/share/doc/ntp4/html/rdebug.html
|
||||
#usr/share/doc/ntp4/html/refclock.html
|
||||
#usr/share/doc/ntp4/html/release.html
|
||||
#usr/share/doc/ntp4/html/scripts
|
||||
#usr/share/doc/ntp4/html/scripts/accopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/audio.txt
|
||||
#usr/share/doc/ntp4/html/scripts/authopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/clockopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/command.txt
|
||||
#usr/share/doc/ntp4/html/scripts/config.txt
|
||||
#usr/share/doc/ntp4/html/scripts/confopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/external.txt
|
||||
#usr/share/doc/ntp4/html/scripts/footer.txt
|
||||
#usr/share/doc/ntp4/html/scripts/hand.txt
|
||||
#usr/share/doc/ntp4/html/scripts/install.txt
|
||||
#usr/share/doc/ntp4/html/scripts/manual.txt
|
||||
#usr/share/doc/ntp4/html/scripts/misc.txt
|
||||
#usr/share/doc/ntp4/html/scripts/miscopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/monopt.txt
|
||||
#usr/share/doc/ntp4/html/scripts/refclock.txt
|
||||
#usr/share/doc/ntp4/html/scripts/special.txt
|
||||
#usr/share/doc/ntp4/html/scripts/style.css
|
||||
#usr/share/doc/ntp4/html/select.html
|
||||
#usr/share/doc/ntp4/html/sitemap.html
|
||||
#usr/share/doc/ntp4/html/sntp.html
|
||||
#usr/share/doc/ntp4/html/stats.html
|
||||
#usr/share/doc/ntp4/html/tickadj.html
|
||||
#usr/share/doc/ntp4/html/warp.html
|
||||
#usr/share/doc/ntp4/html/xleave.html
|
||||
#usr/share/doc/ntp4/ntp-keygen.html
|
||||
#usr/share/doc/ntp4/ntp-wait.html
|
||||
#usr/share/doc/ntp4/ntp.conf.html
|
||||
#usr/share/doc/ntp4/ntp.keys.html
|
||||
#usr/share/doc/ntp4/ntpd.html
|
||||
#usr/share/doc/ntp4/ntpdc.html
|
||||
#usr/share/doc/ntp4/ntpq.html
|
||||
#usr/share/doc/ntp4/ntpsnmpd.html
|
||||
#usr/share/doc/ntp4/ntpsweep.html
|
||||
#usr/share/doc/ntp4/ntptrace.html
|
||||
#usr/share/doc/sntp
|
||||
#usr/share/doc/sntp/sntp.html
|
||||
#usr/share/man/man1/calc_tickadj.1
|
||||
#usr/share/man/man1/ntp-keygen.1
|
||||
#usr/share/man/man1/ntp-wait.1
|
||||
#usr/share/man/man1/ntpd.1
|
||||
#usr/share/man/man1/ntpdc.1
|
||||
#usr/share/man/man1/ntpq.1
|
||||
#usr/share/man/man1/ntptrace.1
|
||||
#usr/share/man/man1/sntp.1
|
||||
#usr/share/man/man5/ntp.conf.5
|
||||
#usr/share/man/man5/ntp.keys.5
|
||||
#usr/share/ntp
|
||||
#usr/share/ntp/lib
|
||||
#usr/share/ntp/lib/NTP
|
||||
#usr/share/ntp/lib/NTP/Util.pm
|
||||
var/ipfire/time/counter.conf
|
||||
var/ipfire/time/enable
|
||||
var/ipfire/time/settime.conf
|
||||
var/ipfire/time/settings
|
||||
1
config/rootfiles/core/86/filelists/openssl
Symbolic link
1
config/rootfiles/core/86/filelists/openssl
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssl
|
||||
1
config/rootfiles/core/86/filelists/openssl-compat
Symbolic link
1
config/rootfiles/core/86/filelists/openssl-compat
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/openssl-compat
|
||||
202
config/rootfiles/core/86/filelists/updated-firmwares
Normal file
202
config/rootfiles/core/86/filelists/updated-firmwares
Normal file
@@ -0,0 +1,202 @@
|
||||
lib/firmware/amd-ucode/microcode_amd_fam15h.bin
|
||||
lib/firmware/amd-ucode/microcode_amd_fam15h.bin.asc
|
||||
lib/firmware/amd-ucode/microcode_amd_fam16h.bin
|
||||
lib/firmware/amd-ucode/microcode_amd_fam16h.bin.asc
|
||||
lib/firmware/as102_data1_st.hex
|
||||
lib/firmware/as102_data2_st.hex
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1-7.8.19.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e1h-7.8.19.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.10.51.0.fw
|
||||
lib/firmware/bnx2x/bnx2x-e2-7.8.19.0.fw
|
||||
lib/firmware/brcm/brcmfmac43143.bin
|
||||
lib/firmware/brcm/brcmfmac43143-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac43362-sdio.bin
|
||||
lib/firmware/brcm/brcmfmac4354-sdio.bin
|
||||
lib/firmware/cmmb_vega_12mhz.inp
|
||||
lib/firmware/cmmb_venice_12mhz.inp
|
||||
lib/firmware/cxgb4/t4fw-1.12.25.0.bin
|
||||
lib/firmware/cxgb4/t4fw.bin
|
||||
lib/firmware/cxgb4/t5fw-1.12.25.0.bin
|
||||
lib/firmware/cxgb4/t5fw.bin
|
||||
lib/firmware/dvb-fe-drxj-mc-1.0.8.fw
|
||||
lib/firmware/dvb-fe-drxj-mc-vsb-1.0.8.fw
|
||||
lib/firmware/dvb-fe-drxj-mc-vsb-qam-1.0.8.fw
|
||||
lib/firmware/dvb-fe-xc4000-1.4.1.fw
|
||||
lib/firmware/dvb-fe-xc5000c-4.1.30.7.fw
|
||||
lib/firmware/dvb_nova_12mhz_b0.inp
|
||||
lib/firmware/dvb_nova_12mhz.inp
|
||||
lib/firmware/dvb-usb-it9135-01.fw
|
||||
lib/firmware/dvb-usb-it9135-02.fw
|
||||
lib/firmware/emi62/bitstream.fw
|
||||
lib/firmware/intel/fw_sst_0f28.bin
|
||||
lib/firmware/intel/fw_sst_0f28.bin-48kHz_i2s_master
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.1.2d.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.0.2.3.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.1.2d.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.7.10-fw-1.80.2.3.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.2.27.d.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.10-fw-1.10.3.11.e.bseq
|
||||
lib/firmware/intel/ibt-hw-37.8.bseq
|
||||
lib/firmware/intel/IntcSST2.bin
|
||||
lib/firmware/isdbt_nova_12mhz_b0.inp
|
||||
lib/firmware/isdbt_nova_12mhz.inp
|
||||
lib/firmware/isdbt_rio.inp
|
||||
lib/firmware/iwlwifi-3160-10.ucode
|
||||
lib/firmware/iwlwifi-3160-8.ucode
|
||||
lib/firmware/iwlwifi-3160-9.ucode
|
||||
lib/firmware/iwlwifi-7260-10.ucode
|
||||
lib/firmware/iwlwifi-7260-8.ucode
|
||||
lib/firmware/iwlwifi-7260-9.ucode
|
||||
lib/firmware/iwlwifi-7265-10.ucode
|
||||
lib/firmware/iwlwifi-7265-8.ucode
|
||||
lib/firmware/iwlwifi-7265-9.ucode
|
||||
lib/firmware/iwlwifi-7265D-10.ucode
|
||||
lib/firmware/LICENCE.Abilis
|
||||
lib/firmware/LICENCE.chelsio_firmware
|
||||
lib/firmware/LICENCE.fw_sst_0f28
|
||||
lib/firmware/LICENCE.ibt_firmware
|
||||
lib/firmware/LICENCE.IntcSST2
|
||||
lib/firmware/LICENCE.it913x
|
||||
lib/firmware/LICENCE.iwlwifi_firmware
|
||||
lib/firmware/LICENCE.qat_dh895xcc_firmware
|
||||
lib/firmware/LICENCE.r8a779x_usb3
|
||||
lib/firmware/LICENCE.siano
|
||||
lib/firmware/LICENCE.xc4000
|
||||
lib/firmware/LICENCE.xc5000c
|
||||
lib/firmware/LICENSE.amd-ucode
|
||||
lib/firmware/LICENSE.radeon
|
||||
lib/firmware/myri10ge_eth_big_z8e.dat
|
||||
lib/firmware/myri10ge_ethp_big_z8e.dat
|
||||
lib/firmware/myri10ge_ethp_z8e.dat
|
||||
lib/firmware/myri10ge_eth_z8e.dat
|
||||
lib/firmware/myri10ge_rss_eth_big_z8e.dat
|
||||
lib/firmware/myri10ge_rss_ethp_big_z8e.dat
|
||||
lib/firmware/myri10ge_rss_ethp_z8e.dat
|
||||
lib/firmware/myri10ge_rss_eth_z8e.dat
|
||||
lib/firmware/qat_895xcc.bin
|
||||
lib/firmware/ql2400_fw.bin
|
||||
lib/firmware/ql2500_fw.bin
|
||||
lib/firmware/r8a779x_usb3_v1.dlmem
|
||||
lib/firmware/radeon/bonaire_ce.bin
|
||||
lib/firmware/radeon/BONAIRE_mc2.bin
|
||||
lib/firmware/radeon/bonaire_mc.bin
|
||||
lib/firmware/radeon/bonaire_me.bin
|
||||
lib/firmware/radeon/bonaire_mec.bin
|
||||
lib/firmware/radeon/bonaire_pfp.bin
|
||||
lib/firmware/radeon/bonaire_rlc.bin
|
||||
lib/firmware/radeon/bonaire_sdma.bin
|
||||
lib/firmware/radeon/bonaire_smc.bin
|
||||
lib/firmware/radeon/BONAIRE_vce.bin
|
||||
lib/firmware/radeon/hainan_ce.bin
|
||||
lib/firmware/radeon/HAINAN_mc2.bin
|
||||
lib/firmware/radeon/hainan_mc.bin
|
||||
lib/firmware/radeon/hainan_me.bin
|
||||
lib/firmware/radeon/hainan_pfp.bin
|
||||
lib/firmware/radeon/hainan_rlc.bin
|
||||
lib/firmware/radeon/hainan_smc.bin
|
||||
lib/firmware/radeon/hawaii_ce.bin
|
||||
lib/firmware/radeon/HAWAII_ce.bin
|
||||
lib/firmware/radeon/HAWAII_mc2.bin
|
||||
lib/firmware/radeon/hawaii_mc.bin
|
||||
lib/firmware/radeon/HAWAII_mc.bin
|
||||
lib/firmware/radeon/hawaii_me.bin
|
||||
lib/firmware/radeon/HAWAII_me.bin
|
||||
lib/firmware/radeon/hawaii_mec.bin
|
||||
lib/firmware/radeon/HAWAII_mec.bin
|
||||
lib/firmware/radeon/hawaii_pfp.bin
|
||||
lib/firmware/radeon/HAWAII_pfp.bin
|
||||
lib/firmware/radeon/hawaii_rlc.bin
|
||||
lib/firmware/radeon/HAWAII_rlc.bin
|
||||
lib/firmware/radeon/hawaii_sdma.bin
|
||||
lib/firmware/radeon/HAWAII_sdma.bin
|
||||
lib/firmware/radeon/hawaii_smc.bin
|
||||
lib/firmware/radeon/HAWAII_smc.bin
|
||||
lib/firmware/radeon/kabini_ce.bin
|
||||
lib/firmware/radeon/kabini_me.bin
|
||||
lib/firmware/radeon/kabini_mec.bin
|
||||
lib/firmware/radeon/kabini_pfp.bin
|
||||
lib/firmware/radeon/kabini_rlc.bin
|
||||
lib/firmware/radeon/kabini_sdma.bin
|
||||
lib/firmware/radeon/kaveri_ce.bin
|
||||
lib/firmware/radeon/kaveri_me.bin
|
||||
lib/firmware/radeon/kaveri_mec2.bin
|
||||
lib/firmware/radeon/kaveri_mec.bin
|
||||
lib/firmware/radeon/kaveri_pfp.bin
|
||||
lib/firmware/radeon/kaveri_rlc.bin
|
||||
lib/firmware/radeon/kaveri_sdma.bin
|
||||
lib/firmware/radeon/mullins_ce.bin
|
||||
lib/firmware/radeon/MULLINS_ce.bin
|
||||
lib/firmware/radeon/mullins_me.bin
|
||||
lib/firmware/radeon/MULLINS_me.bin
|
||||
lib/firmware/radeon/mullins_mec.bin
|
||||
lib/firmware/radeon/MULLINS_mec.bin
|
||||
lib/firmware/radeon/mullins_pfp.bin
|
||||
lib/firmware/radeon/MULLINS_pfp.bin
|
||||
lib/firmware/radeon/mullins_rlc.bin
|
||||
lib/firmware/radeon/MULLINS_rlc.bin
|
||||
lib/firmware/radeon/mullins_sdma.bin
|
||||
lib/firmware/radeon/MULLINS_sdma.bin
|
||||
lib/firmware/radeon/oland_ce.bin
|
||||
lib/firmware/radeon/OLAND_mc2.bin
|
||||
lib/firmware/radeon/oland_mc.bin
|
||||
lib/firmware/radeon/oland_me.bin
|
||||
lib/firmware/radeon/oland_pfp.bin
|
||||
lib/firmware/radeon/oland_rlc.bin
|
||||
lib/firmware/radeon/oland_smc.bin
|
||||
lib/firmware/radeon/pitcairn_ce.bin
|
||||
lib/firmware/radeon/PITCAIRN_mc2.bin
|
||||
lib/firmware/radeon/pitcairn_mc.bin
|
||||
lib/firmware/radeon/pitcairn_me.bin
|
||||
lib/firmware/radeon/pitcairn_pfp.bin
|
||||
lib/firmware/radeon/pitcairn_rlc.bin
|
||||
lib/firmware/radeon/pitcairn_smc.bin
|
||||
lib/firmware/radeon/R600_uvd.bin
|
||||
lib/firmware/radeon/RS780_uvd.bin
|
||||
lib/firmware/radeon/RV770_uvd.bin
|
||||
lib/firmware/radeon/tahiti_ce.bin
|
||||
lib/firmware/radeon/TAHITI_mc2.bin
|
||||
lib/firmware/radeon/tahiti_mc.bin
|
||||
lib/firmware/radeon/tahiti_me.bin
|
||||
lib/firmware/radeon/tahiti_pfp.bin
|
||||
lib/firmware/radeon/tahiti_rlc.bin
|
||||
lib/firmware/radeon/tahiti_smc.bin
|
||||
lib/firmware/radeon/verde_ce.bin
|
||||
lib/firmware/radeon/VERDE_mc2.bin
|
||||
lib/firmware/radeon/verde_mc.bin
|
||||
lib/firmware/radeon/verde_me.bin
|
||||
lib/firmware/radeon/verde_pfp.bin
|
||||
lib/firmware/radeon/verde_rlc.bin
|
||||
lib/firmware/radeon/verde_smc.bin
|
||||
lib/firmware/README
|
||||
lib/firmware/rsi_91x.fw
|
||||
lib/firmware/rtl_nic/rtl8107e-1.fw
|
||||
lib/firmware/rtl_nic/rtl8107e-2.fw
|
||||
lib/firmware/rtl_nic/rtl8168h-1.fw
|
||||
lib/firmware/rtl_nic/rtl8168h-2.fw
|
||||
lib/firmware/rtlwifi/rtl8192cfw.bin
|
||||
lib/firmware/rtlwifi/rtl8192cfwU_B.bin
|
||||
lib/firmware/rtlwifi/rtl8192defw.bin
|
||||
lib/firmware/rtlwifi/rtl8192eefw.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_A.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_B.bin
|
||||
lib/firmware/rtlwifi/rtl8723aufw_B_NoBT.bin
|
||||
lib/firmware/rtlwifi/rtl8723befw.bin
|
||||
lib/firmware/rtlwifi/rtl8821aefw.bin
|
||||
lib/firmware/rtlwifi/rtl8821aefw_wowlan.bin
|
||||
lib/firmware/s5p-mfc.fw
|
||||
lib/firmware/s5p-mfc-v6.fw
|
||||
lib/firmware/s5p-mfc-v6-v2.fw
|
||||
lib/firmware/s5p-mfc-v7.fw
|
||||
lib/firmware/s5p-mfc-v8.fw
|
||||
lib/firmware/sms1xxx-hcw-55xxx-dvbt-02.fw
|
||||
lib/firmware/sms1xxx-hcw-55xxx-isdbt-02.fw
|
||||
lib/firmware/sms1xxx-nova-a-dvbt-01.fw
|
||||
lib/firmware/sms1xxx-nova-b-dvbt-01.fw
|
||||
lib/firmware/sms1xxx-stellar-dvbt-01.fw
|
||||
lib/firmware/tdmb_nova_12mhz.inp
|
||||
lib/firmware/ti-connectivity/wl18xx-fw-3.bin
|
||||
lib/firmware/ti-connectivity/wl18xx-fw-4.bin
|
||||
lib/firmware/v4l-cx23885-enc-broken.fw
|
||||
lib/firmware/WHENCE
|
||||
1
config/rootfiles/core/86/filelists/wireless-regdb
Symbolic link
1
config/rootfiles/core/86/filelists/wireless-regdb
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/wireless-regdb
|
||||
1
config/rootfiles/core/86/filelists/wpa_supplicant
Symbolic link
1
config/rootfiles/core/86/filelists/wpa_supplicant
Symbolic link
@@ -0,0 +1 @@
|
||||
../../../common/wpa_supplicant
|
||||
@@ -100,6 +100,7 @@ echo Update Kernel to $KVER ...
|
||||
rm -rf /boot/System.map-*
|
||||
rm -rf /boot/config-*
|
||||
rm -rf /boot/ipfirerd-*
|
||||
rm -rf /boot/initramfs-*
|
||||
rm -rf /boot/vmlinuz-*
|
||||
rm -rf /boot/uImage-ipfire-*
|
||||
rm -rf /boot/uInit-ipfire-*
|
||||
@@ -125,6 +126,10 @@ esac
|
||||
#Extract files
|
||||
tar xavf /opt/pakfire/tmp/files* --no-overwrite-dir -p --numeric-owner -C /
|
||||
|
||||
#
|
||||
#restart init because glibc was updated.
|
||||
telinit u
|
||||
|
||||
# Check diskspace on boot
|
||||
BOOTSPACE=`df /boot -Pk | sed "s| * | |g" | cut -d" " -f4 | tail -n 1`
|
||||
|
||||
@@ -175,16 +180,10 @@ case "$(uname -m)" in
|
||||
echo "GRUB_TERMINAL=\"serial\"" >> /etc/default/grub
|
||||
echo "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=115200\"" >> /etc/default/grub
|
||||
fi
|
||||
grub-mkconfig -o /boot/grub/grub.cfg
|
||||
|
||||
ROOT=$(mount | grep " / " | cut -d" " -f1)
|
||||
ROOT=${ROOT::-1}
|
||||
|
||||
if ! grub-install --no-floppy --recheck "${ROOT}"; then
|
||||
if ! grub-install --no-floppy --recheck --force "${ROOT}"; then
|
||||
logger -p syslog.emerg -t ipfire \
|
||||
"Could not update the bootloader!"
|
||||
fi
|
||||
if ! /usr/local/bin/update-bootloader; then
|
||||
logger -p syslog.emerg -t ipfire \
|
||||
"Could not update the bootloader!"
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
|
||||
@@ -1,63 +1,79 @@
|
||||
var/ipfire/lynis-1.2.9
|
||||
var/ipfire/lynis-1.2.9/db
|
||||
var/ipfire/lynis-1.2.9/db/fileperms.db
|
||||
var/ipfire/lynis-1.2.9/db/hints.db
|
||||
var/ipfire/lynis-1.2.9/db/integrity.db
|
||||
var/ipfire/lynis-1.2.9/db/malware-susp.db
|
||||
var/ipfire/lynis-1.2.9/db/malware.db
|
||||
var/ipfire/lynis-1.2.9/db/sbl.db
|
||||
var/ipfire/lynis-1.2.9/default.prf
|
||||
var/ipfire/lynis-1.2.9/include
|
||||
var/ipfire/lynis-1.2.9/include/binaries
|
||||
var/ipfire/lynis-1.2.9/include/consts
|
||||
var/ipfire/lynis-1.2.9/include/functions
|
||||
var/ipfire/lynis-1.2.9/include/osdetection
|
||||
var/ipfire/lynis-1.2.9/include/parameters
|
||||
var/ipfire/lynis-1.2.9/include/profiles
|
||||
var/ipfire/lynis-1.2.9/include/report
|
||||
var/ipfire/lynis-1.2.9/include/tests_accounting
|
||||
var/ipfire/lynis-1.2.9/include/tests_authentication
|
||||
var/ipfire/lynis-1.2.9/include/tests_banners
|
||||
var/ipfire/lynis-1.2.9/include/tests_boot_services
|
||||
var/ipfire/lynis-1.2.9/include/tests_crypto
|
||||
var/ipfire/lynis-1.2.9/include/tests_databases
|
||||
var/ipfire/lynis-1.2.9/include/tests_file_integrity
|
||||
var/ipfire/lynis-1.2.9/include/tests_file_permissions
|
||||
var/ipfire/lynis-1.2.9/include/tests_filesystems
|
||||
var/ipfire/lynis-1.2.9/include/tests_firewalls
|
||||
var/ipfire/lynis-1.2.9/include/tests_hardening
|
||||
var/ipfire/lynis-1.2.9/include/tests_hardening_tools
|
||||
var/ipfire/lynis-1.2.9/include/tests_homedirs
|
||||
var/ipfire/lynis-1.2.9/include/tests_insecure_services
|
||||
var/ipfire/lynis-1.2.9/include/tests_kernel
|
||||
var/ipfire/lynis-1.2.9/include/tests_kernel_hardening
|
||||
var/ipfire/lynis-1.2.9/include/tests_ldap
|
||||
var/ipfire/lynis-1.2.9/include/tests_logging
|
||||
var/ipfire/lynis-1.2.9/include/tests_mac_frameworks
|
||||
var/ipfire/lynis-1.2.9/include/tests_mail_messaging
|
||||
var/ipfire/lynis-1.2.9/include/tests_malware
|
||||
var/ipfire/lynis-1.2.9/include/tests_memory_processes
|
||||
var/ipfire/lynis-1.2.9/include/tests_nameservices
|
||||
var/ipfire/lynis-1.2.9/include/tests_networking
|
||||
var/ipfire/lynis-1.2.9/include/tests_php
|
||||
var/ipfire/lynis-1.2.9/include/tests_ports_packages
|
||||
var/ipfire/lynis-1.2.9/include/tests_printers_spools
|
||||
var/ipfire/lynis-1.2.9/include/tests_scheduling
|
||||
var/ipfire/lynis-1.2.9/include/tests_shells
|
||||
var/ipfire/lynis-1.2.9/include/tests_snmp
|
||||
var/ipfire/lynis-1.2.9/include/tests_solaris
|
||||
var/ipfire/lynis-1.2.9/include/tests_squid
|
||||
var/ipfire/lynis-1.2.9/include/tests_ssh
|
||||
var/ipfire/lynis-1.2.9/include/tests_storage
|
||||
var/ipfire/lynis-1.2.9/include/tests_storage_nfs
|
||||
var/ipfire/lynis-1.2.9/include/tests_time
|
||||
var/ipfire/lynis-1.2.9/include/tests_virtualization
|
||||
var/ipfire/lynis-1.2.9/include/tests_webservers
|
||||
var/ipfire/lynis-1.2.9/lynis
|
||||
var/ipfire/lynis-1.2.9/lynis.8
|
||||
var/ipfire/lynis-1.2.9/plugins
|
||||
var/ipfire/lynis-1.2.9/plugins/README
|
||||
var/ipfire/lynis-1.2.9/plugins/plugin_access_files
|
||||
var/ipfire/lynis-1.2.9/plugins/plugin_compliance_pci
|
||||
var/ipfire/lynis-1.2.9/plugins/plugin_homedirs
|
||||
var/ipfire/lynis-1.2.9/plugins/plugin_webserver_data
|
||||
var/ipfire/lynis
|
||||
#var/ipfire/lynis/CONTRIBUTORS
|
||||
#var/ipfire/lynis/db
|
||||
var/ipfire/lynis/db/fileperms.db
|
||||
var/ipfire/lynis/db/hints.db
|
||||
var/ipfire/lynis/db/integrity.db
|
||||
var/ipfire/lynis/db/malware-susp.db
|
||||
var/ipfire/lynis/db/malware.db
|
||||
var/ipfire/lynis/db/sbl.db
|
||||
var/ipfire/lynis/default.prf
|
||||
#var/ipfire/lynis/extras
|
||||
var/ipfire/lynis/extras/.bzrignore
|
||||
#var/ipfire/lynis/extras/README
|
||||
#var/ipfire/lynis/extras/bash_completion.d
|
||||
var/ipfire/lynis/extras/bash_completion.d/lynis
|
||||
var/ipfire/lynis/extras/build-lynis.sh
|
||||
var/ipfire/lynis/extras/check-lynis.sh
|
||||
var/ipfire/lynis/extras/files.dat
|
||||
var/ipfire/lynis/extras/lynis.spec
|
||||
#var/ipfire/lynis/extras/openbsd
|
||||
#var/ipfire/lynis/extras/openbsd/+CONTENTS
|
||||
#var/ipfire/lynis/extras/systemd
|
||||
#var/ipfire/lynis/extras/systemd/lynis.service
|
||||
#var/ipfire/lynis/extras/systemd/lynis.timer
|
||||
#var/ipfire/lynis/include
|
||||
var/ipfire/lynis/include/binaries
|
||||
var/ipfire/lynis/include/consts
|
||||
var/ipfire/lynis/include/data_upload
|
||||
var/ipfire/lynis/include/functions
|
||||
var/ipfire/lynis/include/osdetection
|
||||
var/ipfire/lynis/include/parameters
|
||||
var/ipfire/lynis/include/profiles
|
||||
var/ipfire/lynis/include/report
|
||||
var/ipfire/lynis/include/tests_accounting
|
||||
var/ipfire/lynis/include/tests_authentication
|
||||
var/ipfire/lynis/include/tests_banners
|
||||
var/ipfire/lynis/include/tests_boot_services
|
||||
var/ipfire/lynis/include/tests_crypto
|
||||
var/ipfire/lynis/include/tests_custom.template
|
||||
var/ipfire/lynis/include/tests_databases
|
||||
var/ipfire/lynis/include/tests_file_integrity
|
||||
var/ipfire/lynis/include/tests_file_permissions
|
||||
var/ipfire/lynis/include/tests_filesystems
|
||||
var/ipfire/lynis/include/tests_firewalls
|
||||
var/ipfire/lynis/include/tests_hardening
|
||||
var/ipfire/lynis/include/tests_hardening_tools
|
||||
var/ipfire/lynis/include/tests_homedirs
|
||||
var/ipfire/lynis/include/tests_insecure_services
|
||||
var/ipfire/lynis/include/tests_kernel
|
||||
var/ipfire/lynis/include/tests_kernel_hardening
|
||||
var/ipfire/lynis/include/tests_ldap
|
||||
var/ipfire/lynis/include/tests_logging
|
||||
var/ipfire/lynis/include/tests_mac_frameworks
|
||||
var/ipfire/lynis/include/tests_mail_messaging
|
||||
var/ipfire/lynis/include/tests_malware
|
||||
var/ipfire/lynis/include/tests_memory_processes
|
||||
var/ipfire/lynis/include/tests_nameservices
|
||||
var/ipfire/lynis/include/tests_networking
|
||||
var/ipfire/lynis/include/tests_php
|
||||
var/ipfire/lynis/include/tests_ports_packages
|
||||
var/ipfire/lynis/include/tests_printers_spools
|
||||
var/ipfire/lynis/include/tests_scheduling
|
||||
var/ipfire/lynis/include/tests_shells
|
||||
var/ipfire/lynis/include/tests_snmp
|
||||
#var/ipfire/lynis/include/tests_solaris
|
||||
var/ipfire/lynis/include/tests_squid
|
||||
var/ipfire/lynis/include/tests_ssh
|
||||
var/ipfire/lynis/include/tests_storage
|
||||
var/ipfire/lynis/include/tests_storage_nfs
|
||||
var/ipfire/lynis/include/tests_tcpwrappers
|
||||
var/ipfire/lynis/include/tests_time
|
||||
var/ipfire/lynis/include/tests_tooling
|
||||
var/ipfire/lynis/include/tests_virtualization
|
||||
var/ipfire/lynis/include/tests_webservers
|
||||
var/ipfire/lynis/lynis
|
||||
var/ipfire/lynis/lynis.8
|
||||
#var/ipfire/lynis/plugins
|
||||
var/ipfire/lynis/plugins/README
|
||||
var/ipfire/lynis/plugins/custom_plugin.template
|
||||
|
||||
8
config/rootfiles/packages/monit
Normal file
8
config/rootfiles/packages/monit
Normal file
@@ -0,0 +1,8 @@
|
||||
etc/monitrc
|
||||
usr/bin/monit
|
||||
#usr/share/man/man1/monit.1
|
||||
var/ipfire/backup/addons/includes/monit
|
||||
etc/rc.d/init.d/monit
|
||||
etc/rc.d/rc0.d/K40monit
|
||||
etc/rc.d/rc3.d/S60monit
|
||||
etc/rc.d/rc6.d/K40monit
|
||||
@@ -2,6 +2,8 @@ usr/bin/ncat
|
||||
usr/bin/ndiff
|
||||
usr/bin/nmap
|
||||
usr/bin/nping
|
||||
usr/lib/python2.7/site-packages/ndiff.py
|
||||
usr/lib/python2.7/site-packages/ndiff.pyc
|
||||
#usr/share/man/de/man1/nmap.1
|
||||
#usr/share/man/es/man1/nmap.1
|
||||
#usr/share/man/fr/man1/nmap.1
|
||||
@@ -12,9 +14,7 @@ usr/bin/nping
|
||||
#usr/share/man/hu/man1
|
||||
#usr/share/man/hu/man1/nmap.1
|
||||
#usr/share/man/it/man1/nmap.1
|
||||
#usr/share/man/jp
|
||||
#usr/share/man/jp/man1
|
||||
#usr/share/man/jp/man1/nmap.1
|
||||
#usr/share/man/ja/man1/nmap.1
|
||||
#usr/share/man/man1/ncat.1
|
||||
#usr/share/man/man1/ndiff.1
|
||||
#usr/share/man/man1/nmap.1
|
||||
@@ -41,7 +41,7 @@ usr/bin/nping
|
||||
#usr/share/man/zh/man1
|
||||
#usr/share/man/zh/man1/nmap.1
|
||||
#usr/share/ncat
|
||||
usr/share/ncat/ca-bundle.crt
|
||||
#usr/share/ncat/ca-bundle.crt
|
||||
#usr/share/nmap
|
||||
usr/share/nmap/nmap-mac-prefixes
|
||||
usr/share/nmap/nmap-os-db
|
||||
@@ -53,30 +53,50 @@ usr/share/nmap/nmap-services
|
||||
usr/share/nmap/nmap.dtd
|
||||
usr/share/nmap/nmap.xsl
|
||||
usr/share/nmap/nse_main.lua
|
||||
#usr/share/nmap/nselib
|
||||
usr/share/nmap/nselib
|
||||
usr/share/nmap/nselib/afp.lua
|
||||
usr/share/nmap/nselib/ajp.lua
|
||||
usr/share/nmap/nselib/amqp.lua
|
||||
usr/share/nmap/nselib/asn1.lua
|
||||
usr/share/nmap/nselib/base32.lua
|
||||
usr/share/nmap/nselib/base64.lua
|
||||
usr/share/nmap/nselib/bin.luadoc
|
||||
usr/share/nmap/nselib/bit.luadoc
|
||||
usr/share/nmap/nselib/bitcoin.lua
|
||||
usr/share/nmap/nselib/bittorrent.lua
|
||||
usr/share/nmap/nselib/bjnp.lua
|
||||
usr/share/nmap/nselib/brute.lua
|
||||
usr/share/nmap/nselib/cassandra.lua
|
||||
usr/share/nmap/nselib/citrixxml.lua
|
||||
usr/share/nmap/nselib/comm.lua
|
||||
usr/share/nmap/nselib/creds.lua
|
||||
usr/share/nmap/nselib/cvs.lua
|
||||
#usr/share/nmap/nselib/data
|
||||
usr/share/nmap/nselib/data
|
||||
usr/share/nmap/nselib/data/dns-srv-names
|
||||
usr/share/nmap/nselib/data/drupal-modules.lst
|
||||
usr/share/nmap/nselib/data/favicon-db
|
||||
usr/share/nmap/nselib/data/http-default-accounts-fingerprints.lua
|
||||
usr/share/nmap/nselib/data/http-devframework-fingerprints.lua
|
||||
usr/share/nmap/nselib/data/http-fingerprints.lua
|
||||
usr/share/nmap/nselib/data/http-folders.txt
|
||||
usr/share/nmap/nselib/data/http-sql-errors.lst
|
||||
usr/share/nmap/nselib/data/http-web-files-extensions.lst
|
||||
usr/share/nmap/nselib/data/ike-fingerprints.lua
|
||||
#usr/share/nmap/nselib/data/jdwp-class
|
||||
#usr/share/nmap/nselib/data/jdwp-class/JDWPExecCmd.class
|
||||
#usr/share/nmap/nselib/data/jdwp-class/JDWPExecCmd.java
|
||||
#usr/share/nmap/nselib/data/jdwp-class/JDWPSystemInfo.class
|
||||
#usr/share/nmap/nselib/data/jdwp-class/JDWPSystemInfo.java
|
||||
#usr/share/nmap/nselib/data/jdwp-class/README.txt
|
||||
usr/share/nmap/nselib/data/mgroupnames.db
|
||||
usr/share/nmap/nselib/data/mysql-cis.audit
|
||||
usr/share/nmap/nselib/data/oracle-default-accounts.lst
|
||||
usr/share/nmap/nselib/data/oracle-sids
|
||||
usr/share/nmap/nselib/data/packetdecoders.lua
|
||||
usr/share/nmap/nselib/data/passwords.lst
|
||||
#usr/share/nmap/nselib/data/pixel.gif
|
||||
#usr/share/nmap/nselib/data/psexec
|
||||
usr/share/nmap/nselib/data/psexec/README
|
||||
#usr/share/nmap/nselib/data/psexec/README
|
||||
usr/share/nmap/nselib/data/psexec/backdoor.lua
|
||||
usr/share/nmap/nselib/data/psexec/default.lua
|
||||
usr/share/nmap/nselib/data/psexec/drives.lua
|
||||
@@ -92,6 +112,8 @@ usr/share/nmap/nselib/data/ssl-ciphers
|
||||
usr/share/nmap/nselib/data/ssl-fingerprints
|
||||
usr/share/nmap/nselib/data/tftplist.txt
|
||||
usr/share/nmap/nselib/data/usernames.lst
|
||||
usr/share/nmap/nselib/data/vhosts-default.lst
|
||||
usr/share/nmap/nselib/data/vhosts-full.lst
|
||||
usr/share/nmap/nselib/data/wp-plugins.lst
|
||||
usr/share/nmap/nselib/datafiles.lua
|
||||
usr/share/nmap/nselib/dhcp.lua
|
||||
@@ -101,20 +123,29 @@ usr/share/nmap/nselib/dnsbl.lua
|
||||
usr/share/nmap/nselib/dnssd.lua
|
||||
usr/share/nmap/nselib/drda.lua
|
||||
usr/share/nmap/nselib/eap.lua
|
||||
usr/share/nmap/nselib/eigrp.lua
|
||||
usr/share/nmap/nselib/formulas.lua
|
||||
usr/share/nmap/nselib/ftp.lua
|
||||
usr/share/nmap/nselib/giop.lua
|
||||
usr/share/nmap/nselib/gps.lua
|
||||
usr/share/nmap/nselib/http.lua
|
||||
usr/share/nmap/nselib/httpspider.lua
|
||||
usr/share/nmap/nselib/iax2.lua
|
||||
usr/share/nmap/nselib/ike.lua
|
||||
usr/share/nmap/nselib/imap.lua
|
||||
usr/share/nmap/nselib/informix.lua
|
||||
usr/share/nmap/nselib/ipOps.lua
|
||||
usr/share/nmap/nselib/ipp.lua
|
||||
usr/share/nmap/nselib/iscsi.lua
|
||||
usr/share/nmap/nselib/isns.lua
|
||||
usr/share/nmap/nselib/jdwp.lua
|
||||
usr/share/nmap/nselib/json.lua
|
||||
usr/share/nmap/nselib/ldap.lua
|
||||
usr/share/nmap/nselib/lfs.luadoc
|
||||
usr/share/nmap/nselib/listop.lua
|
||||
usr/share/nmap/nselib/match.lua
|
||||
usr/share/nmap/nselib/membase.lua
|
||||
usr/share/nmap/nselib/mobileme.lua
|
||||
usr/share/nmap/nselib/mongodb.lua
|
||||
usr/share/nmap/nselib/msrpc.lua
|
||||
usr/share/nmap/nselib/msrpcperformance.lua
|
||||
@@ -125,14 +156,19 @@ usr/share/nmap/nselib/natpmp.lua
|
||||
usr/share/nmap/nselib/ncp.lua
|
||||
usr/share/nmap/nselib/ndmp.lua
|
||||
usr/share/nmap/nselib/netbios.lua
|
||||
usr/share/nmap/nselib/nmap.luadoc
|
||||
usr/share/nmap/nselib/nrpc.lua
|
||||
usr/share/nmap/nselib/nsedebug.lua
|
||||
usr/share/nmap/nselib/omp2.lua
|
||||
usr/share/nmap/nselib/openssl.luadoc
|
||||
usr/share/nmap/nselib/ospf.lua
|
||||
usr/share/nmap/nselib/packet.lua
|
||||
usr/share/nmap/nselib/pcre.luadoc
|
||||
usr/share/nmap/nselib/pgsql.lua
|
||||
usr/share/nmap/nselib/pop3.lua
|
||||
usr/share/nmap/nselib/pppoe.lua
|
||||
usr/share/nmap/nselib/proxy.lua
|
||||
usr/share/nmap/nselib/rdp.lua
|
||||
usr/share/nmap/nselib/redis.lua
|
||||
usr/share/nmap/nselib/rmi.lua
|
||||
usr/share/nmap/nselib/rpc.lua
|
||||
@@ -158,7 +194,10 @@ usr/share/nmap/nselib/stun.lua
|
||||
usr/share/nmap/nselib/tab.lua
|
||||
usr/share/nmap/nselib/target.lua
|
||||
usr/share/nmap/nselib/tftp.lua
|
||||
usr/share/nmap/nselib/tls.lua
|
||||
usr/share/nmap/nselib/tns.lua
|
||||
usr/share/nmap/nselib/unicode.lua
|
||||
usr/share/nmap/nselib/unittest.lua
|
||||
usr/share/nmap/nselib/unpwdb.lua
|
||||
usr/share/nmap/nselib/upnp.lua
|
||||
usr/share/nmap/nselib/url.lua
|
||||
@@ -177,6 +216,12 @@ usr/share/nmap/scripts/afp-ls.nse
|
||||
usr/share/nmap/scripts/afp-path-vuln.nse
|
||||
usr/share/nmap/scripts/afp-serverinfo.nse
|
||||
usr/share/nmap/scripts/afp-showmount.nse
|
||||
usr/share/nmap/scripts/ajp-auth.nse
|
||||
usr/share/nmap/scripts/ajp-brute.nse
|
||||
usr/share/nmap/scripts/ajp-headers.nse
|
||||
usr/share/nmap/scripts/ajp-methods.nse
|
||||
usr/share/nmap/scripts/ajp-request.nse
|
||||
usr/share/nmap/scripts/allseeingeye-info.nse
|
||||
usr/share/nmap/scripts/amqp-info.nse
|
||||
usr/share/nmap/scripts/asn-query.nse
|
||||
usr/share/nmap/scripts/auth-owners.nse
|
||||
@@ -188,12 +233,17 @@ usr/share/nmap/scripts/bitcoin-getaddr.nse
|
||||
usr/share/nmap/scripts/bitcoin-info.nse
|
||||
usr/share/nmap/scripts/bitcoinrpc-info.nse
|
||||
usr/share/nmap/scripts/bittorrent-discovery.nse
|
||||
usr/share/nmap/scripts/bjnp-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-ataoe-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-avahi-dos.nse
|
||||
usr/share/nmap/scripts/broadcast-bjnp-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-db2-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-dhcp-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-dhcp6-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-dns-service-discovery.nse
|
||||
usr/share/nmap/scripts/broadcast-dropbox-listener.nse
|
||||
usr/share/nmap/scripts/broadcast-eigrp-discovery.nse
|
||||
usr/share/nmap/scripts/broadcast-igmp-discovery.nse
|
||||
usr/share/nmap/scripts/broadcast-listener.nse
|
||||
usr/share/nmap/scripts/broadcast-ms-sql-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-netbios-master-browser.nse
|
||||
@@ -201,17 +251,21 @@ usr/share/nmap/scripts/broadcast-networker-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-novell-locate.nse
|
||||
usr/share/nmap/scripts/broadcast-pc-anywhere.nse
|
||||
usr/share/nmap/scripts/broadcast-pc-duo.nse
|
||||
usr/share/nmap/scripts/broadcast-pim-discovery.nse
|
||||
usr/share/nmap/scripts/broadcast-ping.nse
|
||||
usr/share/nmap/scripts/broadcast-pppoe-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-rip-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-ripng-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-sybase-asa-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-tellstick-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-upnp-info.nse
|
||||
usr/share/nmap/scripts/broadcast-versant-locate.nse
|
||||
usr/share/nmap/scripts/broadcast-wake-on-lan.nse
|
||||
usr/share/nmap/scripts/broadcast-wpad-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-wsdd-discover.nse
|
||||
usr/share/nmap/scripts/broadcast-xdmcp-discover.nse
|
||||
usr/share/nmap/scripts/cassandra-brute.nse
|
||||
usr/share/nmap/scripts/cassandra-info.nse
|
||||
usr/share/nmap/scripts/cccam-version.nse
|
||||
usr/share/nmap/scripts/citrix-brute-xml.nse
|
||||
usr/share/nmap/scripts/citrix-enum-apps-xml.nse
|
||||
@@ -221,6 +275,8 @@ usr/share/nmap/scripts/citrix-enum-servers.nse
|
||||
usr/share/nmap/scripts/couchdb-databases.nse
|
||||
usr/share/nmap/scripts/couchdb-stats.nse
|
||||
usr/share/nmap/scripts/creds-summary.nse
|
||||
usr/share/nmap/scripts/cups-info.nse
|
||||
usr/share/nmap/scripts/cups-queue-info.nse
|
||||
usr/share/nmap/scripts/cvs-brute-repository.nse
|
||||
usr/share/nmap/scripts/cvs-brute.nse
|
||||
usr/share/nmap/scripts/daap-get-library.nse
|
||||
@@ -228,12 +284,17 @@ usr/share/nmap/scripts/daytime.nse
|
||||
usr/share/nmap/scripts/db2-das-info.nse
|
||||
usr/share/nmap/scripts/db2-discover.nse
|
||||
usr/share/nmap/scripts/dhcp-discover.nse
|
||||
usr/share/nmap/scripts/dict-info.nse
|
||||
usr/share/nmap/scripts/distcc-cve2004-2687.nse
|
||||
usr/share/nmap/scripts/dns-blacklist.nse
|
||||
usr/share/nmap/scripts/dns-brute.nse
|
||||
usr/share/nmap/scripts/dns-cache-snoop.nse
|
||||
usr/share/nmap/scripts/dns-check-zone.nse
|
||||
usr/share/nmap/scripts/dns-client-subnet-scan.nse
|
||||
usr/share/nmap/scripts/dns-fuzz.nse
|
||||
usr/share/nmap/scripts/dns-ip6-arpa-scan.nse
|
||||
usr/share/nmap/scripts/dns-nsec-enum.nse
|
||||
usr/share/nmap/scripts/dns-nsec3-enum.nse
|
||||
usr/share/nmap/scripts/dns-nsid.nse
|
||||
usr/share/nmap/scripts/dns-random-srcport.nse
|
||||
usr/share/nmap/scripts/dns-random-txid.nse
|
||||
@@ -252,8 +313,12 @@ usr/share/nmap/scripts/drda-info.nse
|
||||
usr/share/nmap/scripts/duplicates.nse
|
||||
usr/share/nmap/scripts/eap-info.nse
|
||||
usr/share/nmap/scripts/epmd-info.nse
|
||||
usr/share/nmap/scripts/eppc-enum-processes.nse
|
||||
usr/share/nmap/scripts/finger.nse
|
||||
usr/share/nmap/scripts/firewalk.nse
|
||||
usr/share/nmap/scripts/firewall-bypass.nse
|
||||
usr/share/nmap/scripts/flume-master-info.nse
|
||||
usr/share/nmap/scripts/freelancer-info.nse
|
||||
usr/share/nmap/scripts/ftp-anon.nse
|
||||
usr/share/nmap/scripts/ftp-bounce.nse
|
||||
usr/share/nmap/scripts/ftp-brute.nse
|
||||
@@ -263,7 +328,9 @@ usr/share/nmap/scripts/ftp-vsftpd-backdoor.nse
|
||||
usr/share/nmap/scripts/ftp-vuln-cve2010-4221.nse
|
||||
usr/share/nmap/scripts/ganglia-info.nse
|
||||
usr/share/nmap/scripts/giop-info.nse
|
||||
usr/share/nmap/scripts/gkrellm-info.nse
|
||||
usr/share/nmap/scripts/gopher-ls.nse
|
||||
usr/share/nmap/scripts/gpsd-info.nse
|
||||
usr/share/nmap/scripts/hadoop-datanode-info.nse
|
||||
usr/share/nmap/scripts/hadoop-jobtracker-info.nse
|
||||
usr/share/nmap/scripts/hadoop-namenode-info.nse
|
||||
@@ -273,6 +340,9 @@ usr/share/nmap/scripts/hbase-master-info.nse
|
||||
usr/share/nmap/scripts/hbase-region-info.nse
|
||||
usr/share/nmap/scripts/hddtemp-info.nse
|
||||
usr/share/nmap/scripts/hostmap-bfk.nse
|
||||
usr/share/nmap/scripts/hostmap-ip2hosts.nse
|
||||
usr/share/nmap/scripts/hostmap-robtex.nse
|
||||
usr/share/nmap/scripts/http-adobe-coldfusion-apsa1301.nse
|
||||
usr/share/nmap/scripts/http-affiliate-id.nse
|
||||
usr/share/nmap/scripts/http-apache-negotiation.nse
|
||||
usr/share/nmap/scripts/http-auth-finder.nse
|
||||
@@ -284,19 +354,39 @@ usr/share/nmap/scripts/http-barracuda-dir-traversal.nse
|
||||
usr/share/nmap/scripts/http-brute.nse
|
||||
usr/share/nmap/scripts/http-cakephp-version.nse
|
||||
usr/share/nmap/scripts/http-chrono.nse
|
||||
usr/share/nmap/scripts/http-coldfusion-subzero.nse
|
||||
usr/share/nmap/scripts/http-comments-displayer.nse
|
||||
usr/share/nmap/scripts/http-config-backup.nse
|
||||
usr/share/nmap/scripts/http-cors.nse
|
||||
usr/share/nmap/scripts/http-csrf.nse
|
||||
usr/share/nmap/scripts/http-date.nse
|
||||
usr/share/nmap/scripts/http-default-accounts.nse
|
||||
usr/share/nmap/scripts/http-devframework.nse
|
||||
usr/share/nmap/scripts/http-dlink-backdoor.nse
|
||||
usr/share/nmap/scripts/http-dombased-xss.nse
|
||||
usr/share/nmap/scripts/http-domino-enum-passwords.nse
|
||||
usr/share/nmap/scripts/http-drupal-enum-users.nse
|
||||
usr/share/nmap/scripts/http-drupal-modules.nse
|
||||
usr/share/nmap/scripts/http-email-harvest.nse
|
||||
usr/share/nmap/scripts/http-enum.nse
|
||||
usr/share/nmap/scripts/http-errors.nse
|
||||
usr/share/nmap/scripts/http-exif-spider.nse
|
||||
usr/share/nmap/scripts/http-favicon.nse
|
||||
usr/share/nmap/scripts/http-feed.nse
|
||||
usr/share/nmap/scripts/http-fileupload-exploiter.nse
|
||||
usr/share/nmap/scripts/http-form-brute.nse
|
||||
usr/share/nmap/scripts/http-form-fuzzer.nse
|
||||
usr/share/nmap/scripts/http-frontpage-login.nse
|
||||
usr/share/nmap/scripts/http-generator.nse
|
||||
usr/share/nmap/scripts/http-git.nse
|
||||
usr/share/nmap/scripts/http-gitweb-projects-enum.nse
|
||||
usr/share/nmap/scripts/http-google-malware.nse
|
||||
usr/share/nmap/scripts/http-grep.nse
|
||||
usr/share/nmap/scripts/http-headers.nse
|
||||
usr/share/nmap/scripts/http-huawei-hg5xx-vuln.nse
|
||||
usr/share/nmap/scripts/http-icloud-findmyiphone.nse
|
||||
usr/share/nmap/scripts/http-icloud-sendmsg.nse
|
||||
usr/share/nmap/scripts/http-iis-short-name-brute.nse
|
||||
usr/share/nmap/scripts/http-iis-webdav-vuln.nse
|
||||
usr/share/nmap/scripts/http-joomla-brute.nse
|
||||
usr/share/nmap/scripts/http-litespeed-sourcecode-download.nse
|
||||
@@ -304,49 +394,81 @@ usr/share/nmap/scripts/http-majordomo2-dir-traversal.nse
|
||||
usr/share/nmap/scripts/http-malware-host.nse
|
||||
usr/share/nmap/scripts/http-method-tamper.nse
|
||||
usr/share/nmap/scripts/http-methods.nse
|
||||
usr/share/nmap/scripts/http-mobileversion-checker.nse
|
||||
usr/share/nmap/scripts/http-ntlm-info.nse
|
||||
usr/share/nmap/scripts/http-open-proxy.nse
|
||||
usr/share/nmap/scripts/http-open-redirect.nse
|
||||
usr/share/nmap/scripts/http-passwd.nse
|
||||
usr/share/nmap/scripts/http-php-version.nse
|
||||
usr/share/nmap/scripts/http-phpmyadmin-dir-traversal.nse
|
||||
usr/share/nmap/scripts/http-phpself-xss.nse
|
||||
usr/share/nmap/scripts/http-proxy-brute.nse
|
||||
usr/share/nmap/scripts/http-put.nse
|
||||
usr/share/nmap/scripts/http-qnap-nas-info.nse
|
||||
usr/share/nmap/scripts/http-referer-checker.nse
|
||||
usr/share/nmap/scripts/http-rfi-spider.nse
|
||||
usr/share/nmap/scripts/http-robots.txt.nse
|
||||
usr/share/nmap/scripts/http-robtex-reverse-ip.nse
|
||||
usr/share/nmap/scripts/http-robtex-shared-ns.nse
|
||||
usr/share/nmap/scripts/http-server-header.nse
|
||||
usr/share/nmap/scripts/http-sitemap-generator.nse
|
||||
usr/share/nmap/scripts/http-slowloris-check.nse
|
||||
usr/share/nmap/scripts/http-slowloris.nse
|
||||
usr/share/nmap/scripts/http-sql-injection.nse
|
||||
usr/share/nmap/scripts/http-stored-xss.nse
|
||||
usr/share/nmap/scripts/http-title.nse
|
||||
usr/share/nmap/scripts/http-tplink-dir-traversal.nse
|
||||
usr/share/nmap/scripts/http-trace.nse
|
||||
usr/share/nmap/scripts/http-traceroute.nse
|
||||
usr/share/nmap/scripts/http-unsafe-output-escaping.nse
|
||||
usr/share/nmap/scripts/http-useragent-tester.nse
|
||||
usr/share/nmap/scripts/http-userdir-enum.nse
|
||||
usr/share/nmap/scripts/http-vhosts.nse
|
||||
usr/share/nmap/scripts/http-virustotal.nse
|
||||
usr/share/nmap/scripts/http-vlcstreamer-ls.nse
|
||||
usr/share/nmap/scripts/http-vmware-path-vuln.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2009-3960.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2010-0738.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2010-2861.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2011-3192.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2011-3368.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2012-1823.nse
|
||||
usr/share/nmap/scripts/http-vuln-cve2013-0156.nse
|
||||
usr/share/nmap/scripts/http-vuln-zimbra-lfi.nse
|
||||
usr/share/nmap/scripts/http-waf-detect.nse
|
||||
usr/share/nmap/scripts/http-waf-fingerprint.nse
|
||||
usr/share/nmap/scripts/http-wordpress-brute.nse
|
||||
usr/share/nmap/scripts/http-wordpress-enum.nse
|
||||
usr/share/nmap/scripts/http-wordpress-plugins.nse
|
||||
usr/share/nmap/scripts/http-xssed.nse
|
||||
usr/share/nmap/scripts/iax2-brute.nse
|
||||
usr/share/nmap/scripts/iax2-version.nse
|
||||
usr/share/nmap/scripts/icap-info.nse
|
||||
usr/share/nmap/scripts/ike-version.nse
|
||||
usr/share/nmap/scripts/imap-brute.nse
|
||||
usr/share/nmap/scripts/imap-capabilities.nse
|
||||
usr/share/nmap/scripts/informix-brute.nse
|
||||
usr/share/nmap/scripts/informix-query.nse
|
||||
usr/share/nmap/scripts/informix-tables.nse
|
||||
usr/share/nmap/scripts/ip-forwarding.nse
|
||||
usr/share/nmap/scripts/ip-geolocation-geobytes.nse
|
||||
usr/share/nmap/scripts/ip-geolocation-geoplugin.nse
|
||||
usr/share/nmap/scripts/ip-geolocation-ipinfodb.nse
|
||||
usr/share/nmap/scripts/ip-geolocation-maxmind.nse
|
||||
usr/share/nmap/scripts/ipidseq.nse
|
||||
usr/share/nmap/scripts/ipv6-node-info.nse
|
||||
usr/share/nmap/scripts/ipv6-ra-flood.nse
|
||||
usr/share/nmap/scripts/irc-botnet-channels.nse
|
||||
usr/share/nmap/scripts/irc-brute.nse
|
||||
usr/share/nmap/scripts/irc-info.nse
|
||||
usr/share/nmap/scripts/irc-sasl-brute.nse
|
||||
usr/share/nmap/scripts/irc-unrealircd-backdoor.nse
|
||||
usr/share/nmap/scripts/iscsi-brute.nse
|
||||
usr/share/nmap/scripts/iscsi-info.nse
|
||||
usr/share/nmap/scripts/isns-info.nse
|
||||
usr/share/nmap/scripts/jdwp-exec.nse
|
||||
usr/share/nmap/scripts/jdwp-info.nse
|
||||
usr/share/nmap/scripts/jdwp-inject.nse
|
||||
usr/share/nmap/scripts/jdwp-version.nse
|
||||
usr/share/nmap/scripts/krb5-enum-users.nse
|
||||
usr/share/nmap/scripts/ldap-brute.nse
|
||||
@@ -354,18 +476,26 @@ usr/share/nmap/scripts/ldap-novell-getpass.nse
|
||||
usr/share/nmap/scripts/ldap-rootdse.nse
|
||||
usr/share/nmap/scripts/ldap-search.nse
|
||||
usr/share/nmap/scripts/lexmark-config.nse
|
||||
usr/share/nmap/scripts/llmnr-resolve.nse
|
||||
usr/share/nmap/scripts/lltd-discovery.nse
|
||||
usr/share/nmap/scripts/maxdb-info.nse
|
||||
usr/share/nmap/scripts/mcafee-epo-agent.nse
|
||||
usr/share/nmap/scripts/membase-brute.nse
|
||||
usr/share/nmap/scripts/membase-http-info.nse
|
||||
usr/share/nmap/scripts/memcached-info.nse
|
||||
usr/share/nmap/scripts/metasploit-info.nse
|
||||
usr/share/nmap/scripts/metasploit-msgrpc-brute.nse
|
||||
usr/share/nmap/scripts/metasploit-xmlrpc-brute.nse
|
||||
usr/share/nmap/scripts/mmouse-brute.nse
|
||||
usr/share/nmap/scripts/mmouse-exec.nse
|
||||
usr/share/nmap/scripts/modbus-discover.nse
|
||||
usr/share/nmap/scripts/mongodb-brute.nse
|
||||
usr/share/nmap/scripts/mongodb-databases.nse
|
||||
usr/share/nmap/scripts/mongodb-info.nse
|
||||
usr/share/nmap/scripts/mrinfo.nse
|
||||
usr/share/nmap/scripts/ms-sql-brute.nse
|
||||
usr/share/nmap/scripts/ms-sql-config.nse
|
||||
usr/share/nmap/scripts/ms-sql-dac.nse
|
||||
usr/share/nmap/scripts/ms-sql-dump-hashes.nse
|
||||
usr/share/nmap/scripts/ms-sql-empty-password.nse
|
||||
usr/share/nmap/scripts/ms-sql-hasdbaccess.nse
|
||||
@@ -373,13 +503,20 @@ usr/share/nmap/scripts/ms-sql-info.nse
|
||||
usr/share/nmap/scripts/ms-sql-query.nse
|
||||
usr/share/nmap/scripts/ms-sql-tables.nse
|
||||
usr/share/nmap/scripts/ms-sql-xp-cmdshell.nse
|
||||
usr/share/nmap/scripts/msrpc-enum.nse
|
||||
usr/share/nmap/scripts/mtrace.nse
|
||||
usr/share/nmap/scripts/murmur-version.nse
|
||||
usr/share/nmap/scripts/mysql-audit.nse
|
||||
usr/share/nmap/scripts/mysql-brute.nse
|
||||
usr/share/nmap/scripts/mysql-databases.nse
|
||||
usr/share/nmap/scripts/mysql-dump-hashes.nse
|
||||
usr/share/nmap/scripts/mysql-empty-password.nse
|
||||
usr/share/nmap/scripts/mysql-enum.nse
|
||||
usr/share/nmap/scripts/mysql-info.nse
|
||||
usr/share/nmap/scripts/mysql-query.nse
|
||||
usr/share/nmap/scripts/mysql-users.nse
|
||||
usr/share/nmap/scripts/mysql-variables.nse
|
||||
usr/share/nmap/scripts/mysql-vuln-cve2012-2122.nse
|
||||
usr/share/nmap/scripts/nat-pmp-info.nse
|
||||
usr/share/nmap/scripts/nat-pmp-mapport.nse
|
||||
usr/share/nmap/scripts/nbstat.nse
|
||||
@@ -405,20 +542,25 @@ usr/share/nmap/scripts/omp2-brute.nse
|
||||
usr/share/nmap/scripts/omp2-enum-targets.nse
|
||||
usr/share/nmap/scripts/openlookup-info.nse
|
||||
usr/share/nmap/scripts/openvas-otp-brute.nse
|
||||
usr/share/nmap/scripts/oracle-brute-stealth.nse
|
||||
usr/share/nmap/scripts/oracle-brute.nse
|
||||
usr/share/nmap/scripts/oracle-enum-users.nse
|
||||
usr/share/nmap/scripts/oracle-sid-brute.nse
|
||||
usr/share/nmap/scripts/ovs-agent-version.nse
|
||||
usr/share/nmap/scripts/p2p-conficker.nse
|
||||
usr/share/nmap/scripts/path-mtu.nse
|
||||
usr/share/nmap/scripts/pcanywhere-brute.nse
|
||||
usr/share/nmap/scripts/pgsql-brute.nse
|
||||
usr/share/nmap/scripts/pjl-ready-message.nse
|
||||
usr/share/nmap/scripts/pop3-brute.nse
|
||||
usr/share/nmap/scripts/pop3-capabilities.nse
|
||||
usr/share/nmap/scripts/pptp-version.nse
|
||||
usr/share/nmap/scripts/qconn-exec.nse
|
||||
usr/share/nmap/scripts/qscan.nse
|
||||
usr/share/nmap/scripts/quake1-info.nse
|
||||
usr/share/nmap/scripts/quake3-info.nse
|
||||
usr/share/nmap/scripts/quake3-master-getservers.nse
|
||||
usr/share/nmap/scripts/rdp-enum-encryption.nse
|
||||
usr/share/nmap/scripts/rdp-vuln-ms12-020.nse
|
||||
usr/share/nmap/scripts/realvnc-auth-bypass.nse
|
||||
usr/share/nmap/scripts/redis-brute.nse
|
||||
@@ -426,9 +568,12 @@ usr/share/nmap/scripts/redis-info.nse
|
||||
usr/share/nmap/scripts/resolveall.nse
|
||||
usr/share/nmap/scripts/reverse-index.nse
|
||||
usr/share/nmap/scripts/rexec-brute.nse
|
||||
usr/share/nmap/scripts/rfc868-time.nse
|
||||
usr/share/nmap/scripts/riak-http-info.nse
|
||||
usr/share/nmap/scripts/rlogin-brute.nse
|
||||
usr/share/nmap/scripts/rmi-dumpregistry.nse
|
||||
usr/share/nmap/scripts/rmi-vuln-classloader.nse
|
||||
usr/share/nmap/scripts/rpc-grind.nse
|
||||
usr/share/nmap/scripts/rpcap-brute.nse
|
||||
usr/share/nmap/scripts/rpcap-info.nse
|
||||
usr/share/nmap/scripts/rpcinfo.nse
|
||||
@@ -440,7 +585,9 @@ usr/share/nmap/scripts/samba-vuln-cve-2012-1182.nse
|
||||
usr/share/nmap/scripts/script.db
|
||||
usr/share/nmap/scripts/servicetags.nse
|
||||
usr/share/nmap/scripts/sip-brute.nse
|
||||
usr/share/nmap/scripts/sip-call-spoof.nse
|
||||
usr/share/nmap/scripts/sip-enum-users.nse
|
||||
usr/share/nmap/scripts/sip-methods.nse
|
||||
usr/share/nmap/scripts/skypev2-version.nse
|
||||
usr/share/nmap/scripts/smb-brute.nse
|
||||
usr/share/nmap/scripts/smb-check-vulns.nse
|
||||
@@ -451,12 +598,16 @@ usr/share/nmap/scripts/smb-enum-sessions.nse
|
||||
usr/share/nmap/scripts/smb-enum-shares.nse
|
||||
usr/share/nmap/scripts/smb-enum-users.nse
|
||||
usr/share/nmap/scripts/smb-flood.nse
|
||||
usr/share/nmap/scripts/smb-ls.nse
|
||||
usr/share/nmap/scripts/smb-mbenum.nse
|
||||
usr/share/nmap/scripts/smb-os-discovery.nse
|
||||
usr/share/nmap/scripts/smb-print-text.nse
|
||||
usr/share/nmap/scripts/smb-psexec.nse
|
||||
usr/share/nmap/scripts/smb-security-mode.nse
|
||||
usr/share/nmap/scripts/smb-server-stats.nse
|
||||
usr/share/nmap/scripts/smb-system-info.nse
|
||||
usr/share/nmap/scripts/smb-vuln-ms10-054.nse
|
||||
usr/share/nmap/scripts/smb-vuln-ms10-061.nse
|
||||
usr/share/nmap/scripts/smbv2-enabled.nse
|
||||
usr/share/nmap/scripts/smtp-brute.nse
|
||||
usr/share/nmap/scripts/smtp-commands.nse
|
||||
@@ -468,6 +619,7 @@ usr/share/nmap/scripts/smtp-vuln-cve2011-1720.nse
|
||||
usr/share/nmap/scripts/smtp-vuln-cve2011-1764.nse
|
||||
usr/share/nmap/scripts/sniffer-detect.nse
|
||||
usr/share/nmap/scripts/snmp-brute.nse
|
||||
usr/share/nmap/scripts/snmp-hh3c-logins.nse
|
||||
usr/share/nmap/scripts/snmp-interfaces.nse
|
||||
usr/share/nmap/scripts/snmp-ios-config.nse
|
||||
usr/share/nmap/scripts/snmp-netstat.nse
|
||||
@@ -480,15 +632,17 @@ usr/share/nmap/scripts/snmp-win32-users.nse
|
||||
usr/share/nmap/scripts/socks-auth-info.nse
|
||||
usr/share/nmap/scripts/socks-brute.nse
|
||||
usr/share/nmap/scripts/socks-open-proxy.nse
|
||||
usr/share/nmap/scripts/sql-injection.nse
|
||||
usr/share/nmap/scripts/ssh-hostkey.nse
|
||||
usr/share/nmap/scripts/ssh2-enum-algos.nse
|
||||
usr/share/nmap/scripts/sshv1.nse
|
||||
usr/share/nmap/scripts/ssl-cert.nse
|
||||
usr/share/nmap/scripts/ssl-date.nse
|
||||
usr/share/nmap/scripts/ssl-enum-ciphers.nse
|
||||
usr/share/nmap/scripts/ssl-google-cert-catalog.nse
|
||||
usr/share/nmap/scripts/ssl-heartbleed.nse
|
||||
usr/share/nmap/scripts/ssl-known-key.nse
|
||||
usr/share/nmap/scripts/sslv2.nse
|
||||
usr/share/nmap/scripts/sstp-discover.nse
|
||||
usr/share/nmap/scripts/stun-info.nse
|
||||
usr/share/nmap/scripts/stun-version.nse
|
||||
usr/share/nmap/scripts/stuxnet-detect.nse
|
||||
@@ -500,12 +654,17 @@ usr/share/nmap/scripts/targets-ipv6-multicast-mld.nse
|
||||
usr/share/nmap/scripts/targets-ipv6-multicast-slaac.nse
|
||||
usr/share/nmap/scripts/targets-sniffer.nse
|
||||
usr/share/nmap/scripts/targets-traceroute.nse
|
||||
usr/share/nmap/scripts/teamspeak2-version.nse
|
||||
usr/share/nmap/scripts/telnet-brute.nse
|
||||
usr/share/nmap/scripts/telnet-encryption.nse
|
||||
usr/share/nmap/scripts/tftp-enum.nse
|
||||
usr/share/nmap/scripts/tls-nextprotoneg.nse
|
||||
usr/share/nmap/scripts/traceroute-geolocation.nse
|
||||
usr/share/nmap/scripts/unittest.nse
|
||||
usr/share/nmap/scripts/unusual-port.nse
|
||||
usr/share/nmap/scripts/upnp-info.nse
|
||||
usr/share/nmap/scripts/url-snarf.nse
|
||||
usr/share/nmap/scripts/ventrilo-info.nse
|
||||
usr/share/nmap/scripts/versant-info.nse
|
||||
usr/share/nmap/scripts/vmauthd-brute.nse
|
||||
usr/share/nmap/scripts/vnc-brute.nse
|
||||
@@ -513,7 +672,9 @@ usr/share/nmap/scripts/vnc-info.nse
|
||||
usr/share/nmap/scripts/voldemort-info.nse
|
||||
usr/share/nmap/scripts/vuze-dht-info.nse
|
||||
usr/share/nmap/scripts/wdb-version.nse
|
||||
usr/share/nmap/scripts/whois.nse
|
||||
usr/share/nmap/scripts/weblogic-t3-info.nse
|
||||
usr/share/nmap/scripts/whois-domain.nse
|
||||
usr/share/nmap/scripts/whois-ip.nse
|
||||
usr/share/nmap/scripts/wsdd-discover.nse
|
||||
usr/share/nmap/scripts/x11-access.nse
|
||||
usr/share/nmap/scripts/xdmcp-discover.nse
|
||||
|
||||
Binary file not shown.
@@ -1,7 +0,0 @@
|
||||
setenv initrd_high 90000000
|
||||
fatload mmc 0:1 0x82000000 zImage-ipfire-multi
|
||||
#fatload mmc 0:1 0x85000000 uInit-ipfire-multi
|
||||
fatload mmc 0:1 ${fdtaddr} omap4-${board_name}.dtb
|
||||
setenv bootargs video=800x600 console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro
|
||||
#bootz 0x82000000 0x85000000 ${fdtaddr}
|
||||
bootz 0x82000000 - ${fdtaddr}
|
||||
@@ -1 +0,0 @@
|
||||
mkimage -A arm -T script -C none -d boot.script boot.scr
|
||||
4
config/u-boot/uEnv.txt
Executable file
4
config/u-boot/uEnv.txt
Executable file
@@ -0,0 +1,4 @@
|
||||
uenvcmd=if test "$board" = "panda" ;then run bootpanda; else run bootbananapi; fi;
|
||||
KVER=xxxKVERxxx
|
||||
bootpanda=setenv initrd_high 90000000; fatload mmc 0:1 0x82000000 zImage-ipfire-multi; fatload mmc 0:1 ${fdtaddr} dtb-${KVER}-ipfire-multi/${fdtfile}; setenv bootargs video=800x600 console=tty1 rootwait smsc95xx.macaddr=$usbethaddr root=/dev/mmcblk0p3 ro; bootz 0x82000000 - ${fdtaddr};
|
||||
bootbananapi=setenv fdt_high ffffffff; fatload mmc 0:1 0x46000000 zImage-ipfire-multi; fatload mmc 0:1 0x49000000 dtb-${KVER}-ipfire-multi/sun7i-a20-bananapi.dtb; setenv bootargs console=ttyS0,115200n8 rootwait root=/dev/mmcblk0p3 rootwait; bootz 0x46000000 - 0x49000000;
|
||||
Reference in New Issue
Block a user