Bug 145648 - [patch] remove all references to SLIP from /etc/*
Summary: [patch] remove all references to SLIP from /etc/*
Status: Closed FIXED
Alias: None
Product: Base System
Classification: Unclassified
Component: conf (show other bugs)
Version: 9.0-CURRENT
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-12 12:10 UTC by Alexander Best
Modified: 2010-06-28 08:10 UTC (History)
0 users

See Also:


Attachments
slip.patch.txt (747 bytes, text/plain)
2010-04-12 13:00 UTC, Alexander Best
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Best 2010-04-12 12:10:01 UTC
the following patch removes all references to SLIP from /etc/*

cheers.
alex

Fix: 

apply the patch
How-To-Repeat: grep SLIP /etc/*
Comment 1 Alexander Best 2010-04-12 13:00:34 UTC
seems the patch didn't get attached correctly.

-- 
Alexander Best
Comment 2 Alex Kozlov 2010-04-12 14:26:20 UTC
It seems that You forgot to attach the patch.
In any case the only entry for slip in /etc is in login.conf and it's commented out.
Btw, if You want to remove traces of slip then also remove them from
sys/boot/forth/loader.conf
tools/tools/tinybsd/conf/default/TINYBSD
tools/tools/tinybsd/conf/vpn/TINYBSD

--
Adios
Comment 3 Alexander Best 2010-04-12 15:42:47 UTC
> It seems that You forgot to attach the patch.

sorry i submitted it as followup.

> In any case the only entry for slip in /etc is in login.conf and it's
> commented out.

exactly. since slip is not coming back to the base system the comments should
be removed just like comments about no longer supported archs etc.

> Btw, if You want to remove traces of slip then also remove them from
> sys/boot/forth/loader.conf
> tools/tools/tinybsd/conf/default/TINYBSD
> tools/tools/tinybsd/conf/vpn/TINYBSD

i just checked /etc. somebody else might want to submit additional patches for
those files.


> --
> Adios

-- 
Alexander Best
Comment 4 Alexander Best 2010-04-14 14:33:08 UTC
s/just/only/

-- 
Alexander Best
Comment 5 Brian Somers freebsd_committer freebsd_triage 2010-06-19 10:00:21 UTC
State Changed
From-To: open->patched

Patch applied with updates to TINYBSD (r209331).  I'll MFC after 1 week.
Comment 6 dfilter service freebsd_committer freebsd_triage 2010-06-19 10:21:44 UTC
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)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 7 Brian Somers freebsd_committer freebsd_triage 2010-06-28 08:00:20 UTC
State Changed
From-To: patched->closed

Merged to stable/8, r209561
Comment 8 dfilter service freebsd_committer freebsd_triage 2010-06-28 08:00:22 UTC
Author: brian
Date: Mon Jun 28 06:59:57 2010
New Revision: 209561
URL: http://svn.freebsd.org/changeset/base/209561

Log:
  MFC r209331 at stable/8/etc and stable/8/tools; Remove vestiges of 'slip'.
  
  PR:		145648
  Submitted by:	alexbestms at wwu dot de and spam at rm-rf dot kiev dot ua

Modified:
  stable/8/etc/login.conf
  stable/8/tools/tools/tinybsd/conf/default/TINYBSD
  stable/8/tools/tools/tinybsd/conf/vpn/TINYBSD
Directory Properties:
  stable/8/etc/   (props changed)
  stable/8/tools/   (props changed)
  stable/8/tools/build/mk/   (props changed)
  stable/8/tools/build/options/   (props changed)
  stable/8/tools/kerneldoc/subsys/   (props changed)
  stable/8/tools/regression/acltools/   (props changed)
  stable/8/tools/regression/aio/aiotest/   (props changed)
  stable/8/tools/regression/bin/sh/   (props changed)
  stable/8/tools/regression/fifo/   (props changed)
  stable/8/tools/regression/geom/   (props changed)
  stable/8/tools/regression/lib/libc/   (props changed)
  stable/8/tools/regression/lib/msun/test-conj.t   (props changed)
  stable/8/tools/regression/mqueue/mqtest1/   (props changed)
  stable/8/tools/regression/mqueue/mqtest2/   (props changed)
  stable/8/tools/regression/mqueue/mqtest3/   (props changed)
  stable/8/tools/regression/mqueue/mqtest4/   (props changed)
  stable/8/tools/regression/mqueue/mqtest5/   (props changed)
  stable/8/tools/regression/poll/   (props changed)
  stable/8/tools/regression/posixsem/   (props changed)
  stable/8/tools/regression/priv/   (props changed)
  stable/8/tools/regression/usr.bin/pkill/pgrep-_g.t   (props changed)
  stable/8/tools/regression/usr.bin/pkill/pgrep-_s.t   (props changed)
  stable/8/tools/regression/usr.bin/pkill/pkill-_g.t   (props changed)
  stable/8/tools/regression/usr.bin/sed/   (props changed)
  stable/8/tools/test/   (props changed)
  stable/8/tools/tools/ath/   (props changed)
  stable/8/tools/tools/ath/common/dumpregs.h   (props changed)
  stable/8/tools/tools/ath/common/dumpregs_5210.c   (props changed)
  stable/8/tools/tools/ath/common/dumpregs_5211.c   (props changed)
  stable/8/tools/tools/ath/common/dumpregs_5212.c   (props changed)
  stable/8/tools/tools/ath/common/dumpregs_5416.c   (props changed)
  stable/8/tools/tools/nanobsd/   (props changed)
  stable/8/tools/tools/netrate/tcpp/   (props changed)
  stable/8/tools/tools/termcap/termcap.pl   (props changed)
  stable/8/tools/tools/vimage/   (props changed)

Modified: stable/8/etc/login.conf
==============================================================================
--- stable/8/etc/login.conf	Mon Jun 28 04:54:16 2010	(r209560)
+++ stable/8/etc/login.conf	Mon Jun 28 06:59:57 2010	(r209561)
@@ -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: stable/8/tools/tools/tinybsd/conf/default/TINYBSD
==============================================================================
--- stable/8/tools/tools/tinybsd/conf/default/TINYBSD	Mon Jun 28 04:54:16 2010	(r209560)
+++ stable/8/tools/tools/tinybsd/conf/default/TINYBSD	Mon Jun 28 06:59:57 2010	(r209561)
@@ -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: stable/8/tools/tools/tinybsd/conf/vpn/TINYBSD
==============================================================================
--- stable/8/tools/tools/tinybsd/conf/vpn/TINYBSD	Mon Jun 28 04:54:16 2010	(r209560)
+++ stable/8/tools/tools/tinybsd/conf/vpn/TINYBSD	Mon Jun 28 06:59:57 2010	(r209561)
@@ -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)
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"