| Commit | Line | Data |
|---|---|---|
| 984263bc | 1 | $FreeBSD: src/share/examples/etc/README.examples,v 1.5.2.2 2001/07/25 16:00:55 dd Exp $ |
| 5f5dc2b9 | 2 | $DragonFly: src/share/examples/etc/README.examples,v 1.3 2008/07/08 14:04:11 thomas Exp $ |
| 984263bc MD |
3 | |
| 4 | The /usr/share/examples/etc directory contains the original | |
| 5 | distribution versions of the files which are shipped in /etc. This is | |
| 6 | intended to make it easy to recover when the /etc versions are | |
| 7 | accidentally deleted or broken beyond repair. | |
| 8 | ||
| 5f5dc2b9 TN |
9 | Description of files below and their use is generally found in manual |
| 10 | section 5 or section 8, so eg. crontab is described in crontab(5); | |
| 11 | which can be accessed by `man 5 crontab'. | |
| 12 | ||
| 984263bc MD |
13 | This directory contains the following files: |
| 14 | ||
| 5f5dc2b9 TN |
15 | amd.map - configuration file for amd(8) |
| 16 | apmd.conf - configuration file for apmd(8) | |
| 17 | auth.conf - authentication capability database | |
| 18 | crontab - system scheduled command table | |
| 19 | csh.cshrc - system-wide .cshrc for csh(1) | |
| 20 | csh.login - system-wide .login for csh(1) | |
| 21 | csh.logout - system-wide .logout for csh(1) | |
| 22 | devices.conf - ownership and permission for device nodes | |
| 23 | dhclient.conf - DHCP client configuration file | |
| 24 | disktab - disk description file | |
| 984263bc | 25 | dm.conf - configuration file for games (see dm(6)) |
| 5f5dc2b9 | 26 | dntpd.conf - configuration file for dntpd(8) |
| 984263bc MD |
27 | fbtab - configuration file for login(1) |
| 28 | ftpusers - user restriction file for ftpd(8) | |
| 29 | gettytab - defines port configuration for getty(8) | |
| 5f5dc2b9 | 30 | group - group permissions file |
| 5f5dc2b9 TN |
31 | hosts - host name database |
| 32 | hosts.allow - host access control configuration (see tcpd(8)) | |
| 984263bc MD |
33 | hosts.equiv - defines system-wide trusted hosts (see ruserok(3)) |
| 34 | hosts.lpd - defines trusted hosts for lpd(8) | |
| 35 | inetd.conf - configuration file for inetd(8) | |
| 5f5dc2b9 TN |
36 | locate.rc - configuration file for locate(1) |
| 37 | login.access - configuration file for login(8) | |
| 38 | login.conf - login class capabilities database | |
| 984263bc | 39 | mail.rc - systemwide initialization files for mail(1) |
| 984263bc | 40 | manpath.config - configuration file for man(1) |
| 5f5dc2b9 | 41 | modems - modem configuration database |
| 984263bc | 42 | motd - sample Message of the Day |
| 5f5dc2b9 TN |
43 | network.subr - subroutines for network rc(8) scripts |
| 44 | networks - network name database | |
| 45 | newsyslog.conf - configuration for system log file rotator | |
| 46 | nsmb.conf - smbfs configuration file (see mount_smbfs(8)) | |
| 47 | opieaccess - OPIE(4) database of trusted networks | |
| 984263bc | 48 | pam.conf - configuration file for pam(8) |
| 5f5dc2b9 TN |
49 | pccard_ether - confiuration script for ethernet pccards |
| 50 | pf.conf - configuration file for pf(4) | |
| 51 | pf.os - operating system fingerprint file for pf(4) | |
| 984263bc MD |
52 | phones - phone number database for tip(1) |
| 53 | printcap - configuration file for lpr(1) | |
| 984263bc | 54 | profile - system-wide .profile for sh(1) |
| 5f5dc2b9 TN |
55 | protocols - protocol name database |
| 56 | rc - system startup script | |
| 984263bc | 57 | rc.firewall - setup system for ipfw(8) |
| 5f5dc2b9 TN |
58 | rc.firewall6 - setup system for ip6fw(8) |
| 59 | rc.resume - run command for APM / ACPI resume event | |
| 60 | rc.sendmail - sendmail(8) rc script | |
| 61 | rc.shutdown - system shutdown script | |
| 62 | rc.subr - subroutines for rc(8) scripts | |
| 63 | rc.suspend - run command for APM / ACPI suspend event | |
| 984263bc | 64 | remote - configuration file for tip(1) |
| 5f5dc2b9 TN |
65 | rpc - rpc program number database |
| 66 | sensorsd.conf - configuration file for sensorsd(8) | |
| 67 | services - service name data base | |
| 68 | shells - list of configurable shells | |
| 69 | skey.access - configuration file for skey(1) | |
| 70 | sysctl.conf - kernel state defaults | |
| 984263bc MD |
71 | syslog.conf - configuration file for syslogd(8) |
| 72 | ttys - defines port configuration for init(8) | |
| 5f5dc2b9 TN |
73 | usbd.conf - configuration file for usbd(8) |
| 74 | defaults/ - directory containing default configuration files | |
| 75 | defaults/rc.conf - system configuration default info | |
| 76 | defaults/make.conf - system build default information | |
| 77 | defaults/periodic.conf - default configuration file for periodic(8) | |
| 78 | defaults/uuids - default list of UUIDs and names (see uuid(3)) |