svn commit: r209331 - in head: etc tools/tools/tinybsd/conf/default tools/tools/tinybsd/conf/vpn

Brian Somers brian at FreeBSD.org
Sat Jun 19 09:21:34 UTC 2010


Author: brian
Date: Sat Jun 19 09:21:34 2010
New Revision: 209331
URL: http://svn.freebsd.org/changeset/base/209331

Log:
  Remove vestiges of 'slip'.
  
  PR:		145648
  Submitted by:	alexbestms at wwu dot de and spam at rm-rf dot kiev dot ua
  MFC after:	1 week

Modified:
  head/etc/login.conf
  head/tools/tools/tinybsd/conf/default/TINYBSD
  head/tools/tools/tinybsd/conf/vpn/TINYBSD

Modified: head/etc/login.conf
==============================================================================
--- head/etc/login.conf	Sat Jun 19 08:46:17 2010	(r209330)
+++ head/etc/login.conf	Sat Jun 19 09:21:34 2010	(r209331)
@@ -228,7 +228,7 @@ 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
 ##
 #dialer:\
@@ -247,7 +247,7 @@ 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
 ##
 #site:\
@@ -306,11 +306,6 @@ russian|Russian Users Accounts:\
 #	:tc=subscriber:
 #
 #
-#subslip|SLIP Subscriber Accounts:\
-#	:tc=dialer:\
-#	:tc=subscriber:
-#
-#
 #subshell|Shell Subscriber Accounts:\
 #	:tc=subscriber:
 #

Modified: head/tools/tools/tinybsd/conf/default/TINYBSD
==============================================================================
--- head/tools/tools/tinybsd/conf/default/TINYBSD	Sat Jun 19 08:46:17 2010	(r209330)
+++ head/tools/tools/tinybsd/conf/default/TINYBSD	Sat Jun 19 09:21:34 2010	(r209331)
@@ -143,7 +143,6 @@ device		wi		# WaveLAN/Intersil/Symbol 80
 device		loop		# Network loopback
 device		random		# Entropy device
 device		ether		# Ethernet support
-#device		sl		# Kernel SLIP
 device		ppp		# Kernel PPP
 device		tun		# Packet tunnel.
 device		pty		# Pseudo-ttys (telnet etc)

Modified: head/tools/tools/tinybsd/conf/vpn/TINYBSD
==============================================================================
--- head/tools/tools/tinybsd/conf/vpn/TINYBSD	Sat Jun 19 08:46:17 2010	(r209330)
+++ head/tools/tools/tinybsd/conf/vpn/TINYBSD	Sat Jun 19 09:21:34 2010	(r209331)
@@ -133,7 +133,6 @@ device		xe		# Xircom pccard Ethernet
 device		loop		# Network loopback
 device		random		# Entropy device
 device		ether		# Ethernet support
-#device		sl		# Kernel SLIP
 device		ppp		# Kernel PPP
 device		tun		# Packet tunnel.
 device		pty		# Pseudo-ttys (telnet etc)


More information about the svn-src-all mailing list