diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-14 10:41:14 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-10-14 12:19:13 -0500 |
commit | b29b2fb3cb3e73b4453483ced908f0ef10e47e9c (patch) | |
tree | dafe1c0efd16c1d230ab6a8be5466f0fae930c50 /conf.d | |
parent | 7da72ce487a8d92d992e7fd3db881c198ae02609 (diff) |
mtab: make /etc/mtab as a file configurable
Diffstat (limited to 'conf.d')
-rw-r--r-- | conf.d/Makefile | 2 | ||||
-rw-r--r-- | conf.d/mtab | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/conf.d/Makefile b/conf.d/Makefile index 93476fc2..34a3b070 100644 --- a/conf.d/Makefile +++ b/conf.d/Makefile @@ -15,7 +15,7 @@ include ${MK}/os.mk CONF-FreeBSD= ipfw moused powerd rarpd savecore syscons -CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules +CONF-Linux= consolefont devfs dmesg hwclock keymaps killprocs modules mtab CONF-NetBSD= moused rarpd savecore diff --git a/conf.d/mtab b/conf.d/mtab new file mode 100644 index 00000000..9e16d9b3 --- /dev/null +++ b/conf.d/mtab @@ -0,0 +1,5 @@ +# This setting controls whether /etc/mtab is a file or symbolic link. +# Most of the time, you shouldn't touch this. However, if the default +# breaks your system in some way, please see the NEWS.md file that comes +# with OpenRC for the actions to take. +# mtab_is_file=no |