
|-- README
|-- README.radical
|-- WARNING
|
|-- doc                              # Directory containing the documentation
|   |-- ANNOUNCE                     # Announcment for r2d2
|   |-- CHANGES                      # List of changes for each release
|   |-- COPYING                      # License terms for r2d2
|   |-- CREDITS                      # People who have contributed
|   |-- INSTALL                      # Installation notes
|   `-- NUMBERS                      # (planed)
|
|-- etc                              # Directory holding the configuration
|   |-- console.conf                 # configuration file for the console
|   |-- daemon.conf                  # configuration file for daemons
|   |-- hardware
|   |   |-- harddisks.conf           # configuration file for harddisks
|   |   |-- parallel_if.conf         # -"- parallel interfaces
|   |   `-- serial_if.conf           # -"- serial interfaces
|   |
|   |-- init.d -> r2d2               # for historical compatibility
|   |-- r2d2
|   |   |-- GUIDELINES               # guidelines for writing r2d2-scripts
|   |   |-- README                   # conforming to SysV init
|   |   |-- daemons                  # maintaining the daemons
|   |   |   |-- cron -> ctrl_daemon
|   |   |   |-- ctrl_daemon
|   |   |   |-- ftpd -> ctrl_daemon
|   |   |   |-- sshd -> ctrl_daemon
|   |   |   |-- xdm -> ctrl_daemon
|   |   |   `-- xfs -> ctrl_daemon
|   |   |-- hardware                 # hardware configuration scripts
|   |   |   |-- harddisks
|   |   |   |-- isdn_dev
|   |   |   |-- serial_if
|   |   |   `-- parallel_if
|   |   |-- network
|   |   |   |-- ifconfig_eth -> /sbin/ifconfig  # ifconfig for ethernet
|   |   |   |-- ifconfig_isdn                   # ifconfig for isdn
|   |   |   |-- ifconfig_lo -> /sbin/ifconfig   # ifconfig for loopback
|   |   |   |-- ifconfig_ppp                    # ifconfig for ppp
|   |   |   |-- ifconfig_sl                     # ifconfig for slip
|   |   |   |-- ip-interfaces                   
|   |   |   |-- ip-routes
|   |   |   `-- isdn_dev
|   |   |-- r2d2 -> utils/r2d2-simple
|   |   |-- utilities
|   |   |   |-- r2d2-radical
|   |   |   |-- r2d2-simple
|   |   |   `-- rclink2file.sh
|   |   `-- wrapper
|   |       |-- mdadd
|   |       |-- mount
|   |       `-- swapon
|   |-- inittab
|   |-- net
|   |   |-- ip
|   |   |   |-- interfaces.conf               
|   |   |   |-- ipfwadm.conf
|   |   |   `-- routes.conf
|   |   |-- ipx
|   |   `-- appletalk
|   `-- runlevel.conf-radical
|-- man
|   |-- manipulate-runlevels.8
|   |-- r2d2.5
|   |-- r2d2.8
|   |-- route.conf.5
|   `-- runlevel.conf.5
`-- sbin
    |-- manipulate-daemon.conf
    |-- manipulate-runlevels
    `-- update-rc.d -> manipulate-runlevels
