Radix cross Linux

The main Radix cross Linux repository contains the build scripts of packages, which have the most complete and common functionality for desktop machines

383 Commits   1 Branch   1 Tag
     5         kx #
     5         kx # /etc/nsswitch.conf
     5         kx #
     5         kx # An example Name Service Switch config file. This file should be
     5         kx # sorted with the most-used services at the beginning.
     5         kx #
     5         kx # The entry '[NOTFOUND=return]' means that the search for an
     5         kx # entry should stop if the search in the previous entry turned
     5         kx # up nothing. Note that if the search failed due to some other reason
     5         kx # (like no NIS server responding) then the search continues with the
     5         kx # next entry.
     5         kx #
     5         kx # Legal entries are:
     5         kx #
     5         kx #      nisplus or nis+         Use NIS+ (NIS version 3)
     5         kx #      nis or yp               Use NIS (NIS version 2), also called YP
     5         kx #      dns                     Use DNS (Domain Name Service)
     5         kx #      files                   Use the local files
     5         kx #      [NOTFOUND=return]       Stop searching if not found so far
     5         kx #
     5         kx 
     5         kx # passwd:       files nis
     5         kx # shadow:       files nis
     5         kx # group:        files nis
     5         kx 
     5         kx passwd:         compat
     5         kx group:          compat
     5         kx 
     5         kx hosts:          files dns
     5         kx networks:       files
     5         kx 
     5         kx services:       files
     5         kx protocols:      files
     5         kx rpc:            files
     5         kx ethers:         files
     5         kx netmasks:       files
     5         kx netgroup:       files
     5         kx bootparams:     files
     5         kx 
     5         kx automount:      files
     5         kx aliases:        files