4753e9 - Program maps can repeat the last character of output. Fix this. Addresses

Authored and Committed by Jeffrey E. Moyer 19 years ago
1 file changed. 27 lines added. 4 lines removed.
    - Program maps can repeat the last character of output. Fix this. Addresses
        bz #138606
    - Return first entry when there are duplicate keys in a map. Addresses bz
        #140108.
    - Propagate custom map variables to submounts. Fixes bz #143074.
    - Create a sysconfig variable to control whether we source only one master
        map (the way sun does), or source all maps found (which is the default
        for backwards compatibility). Addresses bz #143126.
    - Revised version of the get_best_mount patch. (#146887) cfeist@redhat.com
        The previous patch introduced a regression. Non-replicated mounts would
        not have the white space stripped from the entry and the mount would
        fail.
    - Handle comment characters in the middle of the automount line in
        /etc/nsswitch.conf. Addresses bz #127457.
    
        
file modified
+27 -4