aboutsummaryrefslogtreecommitdiff
path: root/etc/ddb.conf
Commit message (Collapse)AuthorAgeFilesLines
* Move ddb.conf to sbin/ddb/ and switch to CONFS.Brad Davis2018-08-111-15/+0
| | | | | | | | | | This helps pkgbase as this config file will now be tagged as a config file. Approved by: allanjude (mentor) Differential Revision: https://reviews.freebsd.org/D16675 Notes: svn path=/head/; revision=337623
* Use the new command file feature of ddb(8) to support setting ddb(4)Brooks Davis2008-03-051-0/+15
scripts at boot. This is currently disabled by default. /etc/ddb.conf contains some potentially reasonable default scripts. PR: conf/119995 Submitted by: Scot Hetzel <swhetzel at gmail dot com> (Earlier version) X-MFC after: textdumps Notes: svn path=/head/; revision=176835