1 | # File or directory and it's purpose in this build
|
---|
2 | ./boot.config # Serial console output
|
---|
3 | ./boot/loader.conf # Serial console output
|
---|
4 | ./conf/default/etc/.work_around_till_fix_of_pr_134513
|
---|
5 | ./conf/default/var/.work_around_till_fix_of_pr_134513
|
---|
6 | ./etc/crontab # Extra calls for pen & ntp
|
---|
7 | ./etc/namedb/named.conf # Custom named configuration
|
---|
8 | ./etc/ntp.conf # Custom ntp configuration
|
---|
9 | ./etc/rc.conf # Highly customized rc.conf
|
---|
10 | ./etc/syslog.conf # Remote syslogging enabing
|
---|
11 | ./etc/ttys-nanobsd.patch # Serial console output
|
---|
12 | ./root/.ssh # Template directory for authorized_keys file
|
---|
13 | ./tools/change_password # Allow persistent changing of root password
|
---|
14 | ./tools/dhcpd_snmp.sh # XXX
|
---|
15 | ./tools/save_sshkeys # Allow persistent saving of host ssh keys
|
---|
16 | ./tools/syslogd_flags.sh # XXX
|
---|
17 | ./tools/updatep1 # phk image on slice 1 update script
|
---|
18 | ./tools/updatep2 # phk image on slice 2 update script
|
---|
19 | ./tools/wl-config # WL node specific configuration fetch and update script
|
---|
20 | ./tools/wl-version # Version debug tool, gather statistics for debugging
|
---|
21 | ./usr/lib/aout/.keep_me # Little hack to have /etc/rc.d/ldconfig stop nagging about missing (pruned) dir
|
---|
22 | ./usr/local/bin/ssh-copy-id # XXX
|
---|
23 | ./usr/local/bin/write_ntpdrift # XXX
|
---|
24 | ./usr/local/etc/dhcpd-snmp.conf # dhcp-snmp cofiguration
|
---|
25 | ./usr/local/etc/dhcpd.conf # Initial custom dhcpd.conf
|
---|
26 | ./usr/local/etc/nrpe.cfg # XXX
|
---|
27 | ./usr/local/etc/ntp.drift # XXX
|
---|
28 | ./usr/local/etc/rc.d/lvrouted.sh # lvrouted startup script
|
---|
29 | ./usr/local/etc/rc.d/nanobsd-motd # Allow updating motd with persistent save
|
---|
30 | ./usr/local/etc/rc.d/nanobsd-save-sshkeys # Allow saving ssh-keys after generation
|
---|
31 | ./usr/local/etc/rc.d/pen # Pen startup script
|
---|
32 | ./usr/local/etc/rc.d/sort-proxies # Pen optimizer script
|
---|
33 | ./usr/local/etc/rc.d/wlweb # WLweb configuration webinterface startup script
|
---|
34 | ./usr/local/sbin/dhcpd-snmp # dhcp-snmp 'binary'
|
---|
35 | ./usr/local/sbin/lvrouted.opt # lvrouted 'binary'
|
---|
36 | ./usr/local/share/snmp/mibs/IEEE802dot11-MIB.txt # Draft MIB
|
---|
37 | ./usr/local/share/snmp/snmpd.conf # Custom snmpd configuration
|
---|
38 | ./usr/local/wlweb # WLweb configuration webinterface program
|
---|