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
  • common/libs/func_wrt_Makefile

    r16938b0 r962793a  
    2323LUSER          = $LUSER
    2424LGROUP         = $LGROUP
     25LHOME          = $LHOME
    2526SCRIPT_ROOT    = $SCRIPT_ROOT
    2627
     
    3637
    3738SU_LUSER       = su - \$(LUSER) -c
    38 LUSER_HOME     = /home/\$(LUSER)
     39LUSER_HOME     = \$(LHOME)/\$(LUSER)
    3940PRT_DU         = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found \$(MOUNT_PT) \`\n"
    4041PRT_DU_CR      = echo -e "\nKB: \`du -skx --exclude=\$(SCRIPT_ROOT) --exclude=lost+found / \`\n"
Note: See TracChangeset for help on using the changeset viewer.