git: nrelease - Provide default /etc/X11, better rc.conf
Matthew Dillon
dillon at crater.dragonflybsd.org
Mon Oct 25 15:16:24 PDT 2010
commit d68fa6c5a54e6f5caf78906874fa2dcb67c2e0ab
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Mon Oct 25 15:12:06 2010 -0700
nrelease - Provide default /etc/X11, better rc.conf
* Don't make users agonize over /etc/X11, provide one even if we aren't
the gui. Also provide it in /etc.hdd so it gets installed onto the
HD.
* This also fixes the problem where the gui install was failing to install
/etc/X11 onto the HD.
* The normal and gui installs were not installing reasonable rc.conf
defaults. Do so.
Summary of changes:
nrelease/Makefile | 10 ++++++++--
nrelease/gui/etc.hdd/issue | 3 +++
nrelease/gui/etc.hdd/rc.conf | 16 ++++++++++++++++
nrelease/{gui/etc => root/etc.hdd}/X11/xorg.conf | 0
nrelease/root/etc.hdd/rc.conf | 12 ++++++++++++
5 files changed, 39 insertions(+), 2 deletions(-)
create mode 100644 nrelease/gui/etc.hdd/issue
create mode 100644 nrelease/gui/etc.hdd/rc.conf
copy nrelease/{gui/etc => root/etc.hdd}/X11/xorg.conf (100%)
create mode 100644 nrelease/root/etc.hdd/rc.conf
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d68fa6c5a54e6f5caf78906874fa2dcb67c2e0ab
--
DragonFly BSD source repository
More information about the Commits
mailing list