Diff for /elwix/config/etc/default/login.conf between versions 1.1 and 1.2

version 1.1, 2011/07/05 23:43:00 version 1.2, 2013/01/28 01:47:35
Line 7 Line 7
 # This file controls resource limits, accounting limits and  # This file controls resource limits, accounting limits and
 # default user environment settings.  # default user environment settings.
 #  #
# $FreeBSD: src/etc/login.conf,v 1.53 2009/06/23 20:57:27 kib Exp $# $FreeBSD: src/etc/login.conf,v 1.57 2012/11/17 01:49:01 svnexp Exp $
 #  #
   
 # Default settings effectively disable resource limits, see the  # Default settings effectively disable resource limits, see the
Line 23 Line 23
 # AND SEMANTICS'' section of getcap(3) for more escape sequences).  # AND SEMANTICS'' section of getcap(3) for more escape sequences).
   
 default:\  default:\
        :passwd_format=md5:\        :passwd_format=sha512:\
         :copyright=/etc/COPYRIGHT:\          :copyright=/etc/COPYRIGHT:\
         :welcome=/etc/motd:\          :welcome=/etc/motd:\
        :setenv=MAIL=/var/mail/$,BLOCKSIZE=K,FTP_PASSIVE_MODE=YES:\        :setenv=MAIL=/var/mail/$,BLOCKSIZE=K:\
         :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\          :path=/sbin /bin /usr/sbin /usr/bin /usr/games /usr/local/sbin /usr/local/bin ~/bin:\
         :nologin=/var/run/nologin:\          :nologin=/var/run/nologin:\
         :cputime=unlimited:\          :cputime=unlimited:\
Line 228  russian|Russian Users Accounts:\ Line 228  russian|Russian Users Accounts:\
 #  #
 #  #
 ##  ##
## The dialer class should be used for a dialup PPP/SLIP accounts## The dialer class should be used for a dialup PPP account
 ## Welcome messages/news suppressed  ## Welcome messages/news suppressed
 ##  ##
 #dialer:\  #dialer:\
Line 247  russian|Russian Users Accounts:\ Line 247  russian|Russian Users Accounts:\
 #  #
 #  #
 ##  ##
## Site full-time 24/7 PPP/SLIP connections## Site full-time 24/7 PPP connection
 ## - no time accounting, restricted to access via dialin lines  ## - no time accounting, restricted to access via dialin lines
 ##  ##
 #site:\  #site:\
Line 306  russian|Russian Users Accounts:\ Line 306  russian|Russian Users Accounts:\
 #       :tc=subscriber:  #       :tc=subscriber:
 #  #
 #  #
 #subslip|SLIP Subscriber Accounts:\  
 #       :tc=dialer:\  
 #       :tc=subscriber:  
 #  
 #  
 #subshell|Shell Subscriber Accounts:\  #subshell|Shell Subscriber Accounts:\
 #       :tc=subscriber:  #       :tc=subscriber:
 #  #
Line 323  russian|Russian Users Accounts:\ Line 318  russian|Russian Users Accounts:\
 #       :tc=default:  #       :tc=default:
 authpf:\  authpf:\
         :welcome=/etc/motd.authpf:shell=/usr/sbin/authpf:\          :welcome=/etc/motd.authpf:shell=/usr/sbin/authpf:\
           :tc=default:
   # ELWIX - Initial setup class
   initial:\
           :welcome=/etc/motd.initial:shell=/etc/rc.initial:\
         :tc=default:          :tc=default:

Removed from v.1.1  
changed lines
  Added in v.1.2


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>