Changeset 962793a for Config.in


Ignore:
Timestamp:
04/13/2007 08:40:38 PM (17 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
3834b6e
Parents:
16938b0
Message:

Added support for host that place home dirs under a directory othen than /home.
Request and partial patch from Mario Lang.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Config.in

    r16938b0 r962793a  
    537537        #--- Set User Account
    538538        config  CONFIG_USER
    539                 bool    "Change the default user/group for this build"
     539                bool    "Change the default user/group and homedir for this build"
    540540                default n
    541541                help    #-- Unprivileged user and group name
     
    545545                        #
    546546                        # default values for each book
    547                         # LFS   lfs
    548                         # CLFS  clfs
    549                         # CLFS2 clfs
    550                         # HLFS  hlfs
     547                        # LFS    lfs
     548                        # CLFS*  clfs
     549                        # HLFS   hlfs
     550                        #
     551                        # Also, if your host place users home dirs into a
     552                        # directory other than /home you can specify it here.
    551553
    552554        config  DEF_USER
     
    561563                default DEF_USER
    562564
    563 
    564565        config  CONFIG_GROUP
    565566                bool    "Set Group?"
     
    572573                default DEF_USER
    573574
     575        config  CONFIG_HOME
     576                bool    "Set home dir?"
     577                default n
     578                depends CONFIG_USER
     579
     580        config  SET_HOME
     581                string  "Path to the directory where user home dir will be created"
     582                depends CONFIG_HOME
     583                default "/home"
     584
    574585        config  LUSER
    575586                string
     
    581592                default LUSER           if !CONFIG_GROUP
    582593                default SET_GROUP       if  CONFIG_GROUP
     594
     595        config  LHOME
     596                string
     597                default "/home"         if !CONFIG_HOME
     598                default SET_HOME        if  CONFIG_HOME
    583599        #--- End Set User Account
    584600
Note: See TracChangeset for help on using the changeset viewer.