aboutsummaryrefslogtreecommitdiff
path: root/etc/defaults/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* DIRDEPS_BUILD: Fix staging of share/sendmail and share/examples.Bryan Drewery2016-03-111-1/+0
| | | | | | | Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=296695
* Honor MK_BLUETOOTH with etc/defaults/bluetooth.device.confEnji Cooper2015-01-261-1/+7
| | | | | | | | MFC after: 1 week Sponsored by: EMC / Isilon Storage Division Notes: svn path=/head/; revision=277738
* - Move bus_auto.conf back into /etc/devd/Hans Petter Selasky2011-06-251-1/+1
| | | | | | | | | | - Rename bus_auto.conf into usb.conf Requested by: imp @ MFC after: 14 days Notes: svn path=/head/; revision=223543
* - Move auto-load devd config file into etc/defaults folder.Hans Petter Selasky2011-06-251-1/+1
| | | | | | | | | | - Regenerate file after bugfix in the generator. Suggested by: Jeremy Messenger MFC after: 14 days Notes: svn path=/head/; revision=223536
* Another vestige of OLDCARD that needs to be retired.Warner Losh2007-11-081-1/+1
| | | | | | | Prodded by: jhb@ Notes: svn path=/head/; revision=173465
* Files are installed with mode 444 by default.Ruslan Ermilov2005-12-091-1/+0
| | | | Notes: svn path=/head/; revision=153272
* Start integrating Bluetooth into rc.d system.Maksim Yevmenkin2005-11-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Introduce /etc/rc.d/bluetooth script to start/stop Bluetooth devices. It will be called from devd(8) in response to device arrival/departure events. It is also possible to call it by hand to start/stop particular device without unplugging it. Introduce generic way to set configuration parameters for Bluetooth devices. By default /etc/rc.d/bluetooth script has hardwired defaults compatible with old rc.bluetooth from /usr/share/netgraph/bluetooth/examples. These can be overridden using /etc/defaults/bluetooth.device.conf file (system wide defaults). Finally, there could be another device specific override file located in /etc/bluetooth/$device.conf (where $device is ubt0, btccc0 etc.) The list of configuration parameters and their meaning described in the /etc/defaults/bluetooth.device.conf file. Even though Bluetooth device configuration files are not shell scripts, they must follow basic sh(1) syntax. The bluetooth.device.conf(5) and handbook update will follow shortly. Inspired by: Panagiotis Astithas ( past at ebs dot gr ) Reviewed by: brooks, yar MFC after: 1 week Notes: svn path=/head/; revision=152286
* Start the dreaded NOFOO -> NO_FOO conversion.Ruslan Ermilov2004-12-211-1/+1
| | | | | | | OK'ed by: core Notes: svn path=/head/; revision=139103
* For variables that are only checked with defined(), don't provideRuslan Ermilov2004-10-241-1/+1
| | | | | | | any fake value. Notes: svn path=/head/; revision=136910
* o Do not keep a separate list of src/etc/defaults files inMike Makonnen2003-08-241-1/+1
| | | | | | | | | | | | | the src/etc makefile. This list was used to manually install the files from src/etc. Instead, simply change directory and 'make install'. o There is no reason for the files in src/etc/defaults to be installed as writeable. Reviewed by: ru Notes: svn path=/head/; revision=119385
* Add a general mechanism for creating and applyingMike Makonnen2003-08-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | devfs(8) rules in rc(8). It is most useful for applying rules to devfs(5) mount points in /dev or inside jails. The following line of script is sufficient to mount a relatively useful+secure devfs(5) in a jail: devfs_mount_jail /some/jail/dev Some new shell routines available to scripts that source rc.subr(5): o devfs_link - Makes it a little easier to create symlinks o devfs_init_rulesets - Create devfs(8) rulesets from devfs.rules o devfs_set_ruleset - Set a ruleset to a devfs(5) mount o devfs_apply_ruleset - Apply a ruleset to a devfs(5) mount o devfs_domount - Mount devfs(5) and apply some ruleset o devfs_mount_jail - Mount devfs(5) and apply a ruleset appropriate to jails. Additional rulesets can be specified in /etc/devfs.rules. If the devfs_system_ruleset variable is defined in rc.conf and it contains the name of a ruleset defined in /etc/defaults/devfs.rules or user supplied rulesets in /etc/devfs.rules then that ruleset will be applied to /dev at startup by the /etc/rc.d/devfs script. It can also be applied post-startup: /etc/rc.d/devfs start This is a more flexible mechanism than the previous method of using /etc/devfs.conf. However, that method is still available. Note: since devfs(8) doesn't provide any way for creating symlinks as part of a ruleset, anyone wishing to create symlinks in a devfs(5) as part of the bootup sequence will still have to rely on /etc/devfs.conf. Notes: svn path=/head/; revision=119166
* Added this makefile. This is not attached to the build yet. I oftenBruce Evans2002-01-301-0/+8
install parts of /etc manually and it helps to have a makefile for each subdir even if the main makefile doesn't invoke it. Notes: svn path=/head/; revision=89976