git: DragonFly_RELEASE_2_8 nrelease - Provide default /etc/X11, better rc.conf

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Oct 28 14:20:14 PDT 2010


commit 0cd607855ce2ec8db6ae15e0dc3cc425af54d32f
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/0cd607855ce2ec8db6ae15e0dc3cc425af54d32f


-- 
DragonFly BSD source repository





More information about the Commits mailing list