If you like BoxMatrix then please contribute Supportdata, Supportdata2, Firmware and/or Hardware (get in touch).
My metamonk@yahoo.com is not reachable by me since years. Please use hippie2000@webnmail.de instead.

0
U

Property:progdefs.xml

From BoxMatrix


BoxMatrix >> Webinterface >> progdefs.xml @ BoxMatrix   -   IRC-Chat   -   Translate: de es fr it nl pl
News Selectors Models Accessories Components Environment Config Commands System Webif Software Develop Lexicon Community Project Media

UI-Structure UI-Modules HTML-Files XML-Files Lua-Scripts Javascript Browser SSI-Files SSI-Directives HTML-Text Event-Text Help-Pages CSS-Files Graphics Research

XML-File

Goto:   Dependencies   -   Model-Matrix   -   SMW-Browser

Details

progdefs.xml defines per program and service pathes and defaults for cm_pc.

Note that fw 1.63 (2004-05-03) is the oldest known firmware, which maybe never was used in the wild.
It is compeletly based on the AR7RD 2MB Flash / 8MB RAM reference design and its SDK from TI, with some adaption by AVM.
It already contained our well known CGI programs webcm and firmwarecfg and it already handled configuration in UI-Modules.
The beginning of FRITZ!OS could be considered the birth of ctlmgr, dsld and igdd in the second oldest fw 1.120 (2004-07-26).
The next important milestone was the birth of multid in fw 1.133 (2004-09-21). 4 important months in the history of FRITZ!OS.

Fw 1.63 full quote:

<progdefs>
        <program>
                <name>cm_logic</name>
                <path>/usr/bin/cm_logic</path>
                <single/>
        </program>

        <program>
                <name>cm_monitor</name>
                <path>/usr/bin/cm_monitor</path>
                <single/>
        </program>

        <program>
                <name>cm_klogd</name>
                <path>/usr/bin/cm_klogd</path>
                <single/>
        </program>

        <program>
                <name>foxy</name>
                <path>/usr/bin/foxy</path>
                <single/>
        </program>

        <program>
                <name>upnpd</name>
                <path>/usr/sbin/upnpd</path>
                <single/>
        </program>

        <program>
                <name>pppd</name>
                <path>/usr/sbin/pppd</path>
                <serialize timeout="3"/>
        </program>

        <program>
                <name>ifconfig</name>
                <path>/sbin/ifconfig</path>
                <serialize timeout="1"/>
        </program>

        <program>
                <name>iptables</name>
                <path>/sbin/iptables</path>
                <single/>
        </program>

        <program>
                <name>br2684ctl</name>
                <path>/usr/sbin/br2684ctl</path>
                <serialize timeout="1"/>
        </program>

        <program>
                <name>atmarpd</name>
                <path>/usr/sbin/atmarpd</path>
                <single/>
        </program>

        <program>
                <name>atmarp</name>
                <path>/usr/sbin/atmarp</path>
                <serialize timeout="1"/>
        </program>

        <program>
                <name>brctl</name>
                <path>/usr/sbin/brctl</path>
                <serialize timeout="2"/>
        </program>

        <program>
                <name>insmod</name>
                <path>/sbin/insmod</path>
        </program>

        <program>
                <name>rmmod</name>
                <path>/sbin/rmmod</path>
        </program>

        <program>
                <name>reboot</name>
                <path>/sbin/reboot</path>
        </program>

        <program>
                <name>telnetd</name>
                <path>/sbin/utelnetd</path>
        </program>

        <program>
                <name>thttpd</name>
                <path>/usr/bin/thttpd</path>
        </program>

        <program>
                <name>tftpd</name>
                <path>/usr/sbin/in.tftpd</path>
        </program>

        <program>
                <name>udhcpc</name>
                <path>/usr/sbin/udhcpc</path>
        </program>

        <program>
                <name>udhcpd</name>
                <path>/usr/sbin/udhcpd</path>
        </program>

        <program>
                <name>dproxy</name>
                <path>/sbin/dproxy</path>
                <single/>
        </program>

        <program>
                <name>echo</name>
                <path>/bin/echo</path>
        </program>

        <program>
                <name>ls</name>
                <path>/bin/ls</path>
        </program>

        <program>
                <name>ps</name>
                <path>/bin/ps</path>
        </program>

        <program>
                <name>cat</name>
                <path>/bin/cat</path>
        </program>

        <program>
                <name>ping</name>
                <path>/bin/ping</path>
        </program>

        <program>
                <name>arp</name>
                <path>/sbin/arp</path>
        </program>

        <program>
                <name>route</name>
                <path>/sbin/route</path>
        </program>

        <program>
                <name>routed</name>
                <path>/usr/sbin/routed</path>
        </program>

        <program>
                <name>IGMPProxy</name>
                <path>/usr/sbin/IGMPProxy</path>
        </program>

        <program>
                <name>hostname</name>
                <path>/bin/hostname</path>
        </program>

        <program>
                <name>dhcp-fwd</name>
                <path>/usr/sbin/dhcp-fwd</path>
        </program>

        <program>
                <name>shell</name>
                <path>/bin/sh</path>
        </program>

        <program>
                <name>grep</name>
                <path>/bin/grep</path>
        </program>

        <service>
                <name>telnet</name>
                <enable>no</enable>
                <protocol>tcp</protocol>
                <port>23</port>
                <listen>0.0.0.0</listen>
                <max>2</max>
                <program>telnetd</program>
        </service>

        <service>
                <name>http</name>
                <enable>no</enable>
                <protocol>tcp</protocol>
                <port>8080</port>
                <max>0</max>
                <program>thttpd</program>
                <arg>-l</arg>
        </service>

        <service>
                <name>tftp</name>
                <enable>no</enable>
                <protocol>udp</protocol>
                <port>69</port>
                <listen>127.0.0.1</listen>
                <max>1</max>
                <program>tftpd</program>
        </service>

</progdefs>

Dependencies

Daily updated index of all dependencies of this file. Last update: 2024-04-19 08:53 GMT.
A * in the Mod column marks info from Supportdata-Probes, which will always stay incomplete.
If an Object includes itself then this is a file with the same name but another Path and the dependencies are merged.

Relation Typ Object Mod Firmware Info Origin
0 dependencies for this file

Model-Matrix

Daily updated index of the presence, path and size of this file for each model. Last update: 2024-04-20 06:28 GMT.
Showing all models using this file. Click any column header (click-wait-click) to sort the list by the respective data.
The (main/scrpn/boot/arm/prx/atom) label in the Model column shows which CPU is meant for models with multiple Linux instances.
Note that this list is merged from Firmware-Probes of all known AVM firmware for a model, including Recovery.exe and Labor-Files.

Model Firmware Path Size
FRITZ!Box SL 1.63 /etc 3.3k
1 model uses this file

SMW-Browser

Information is currently being retrieved from the backend.
 

Synonyms

Showing 1 related property.

p