History log of /src/libexec/rc/netstart (Results 1 – 25 of 83)
Revision Date Author Comments
# 43581d7b 23-Nov-2023 Warner Losh <imp@FreeBSD.org>

libexec: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a pe

libexec: Remove ancient SCCS tags.

Remove ancient SCCS tags from the tree, automated scripting, with two
minor fixup to keep things compiling. All the common forms in the tree
were removed with a perl script.

Sponsored by: Netflix

show more ...


# d0b2dbfa 16-Aug-2023 Warner Losh <imp@FreeBSD.org>

Remove $FreeBSD$: one-line sh pattern

Remove /^\s*#[#!]?\s*\$FreeBSD\$.*$\n/


# 6aae3517 21-Oct-2021 Gleb Smirnoff <glebius@FreeBSD.org>

Retire synchronous PPP kernel driver sppp(4).

The last two drivers that required sppp are cp(4) and ce(4).

These devices are still produced and can be purchased
at Cronyx <http://cronyx.ru/hardware

Retire synchronous PPP kernel driver sppp(4).

The last two drivers that required sppp are cp(4) and ce(4).

These devices are still produced and can be purchased
at Cronyx <http://cronyx.ru/hardware/wan.html>.

Since Roman Kurakin <rik@FreeBSD.org> has quit them, they no
longer support FreeBSD officially. Later they have dropped
support for Linux drivers to. As of mid-2020 they don't even
have a developer to maintain their Windows driver. However,
their support verbally told me that they could provide aid to
a FreeBSD developer with documentaion in case if there appears
a new customer for their devices.

These drivers have a feature to not use sppp(4) and create an
interface, but instead expose the device as netgraph(4) node.
Then, you can attach ng_ppp(4) with help of ports/net/mpd5 on
top of the node and get your synchronous PPP. Alternatively
you can attach ng_frame_relay(4) or ng_cisco(4) for HDLC.
Actually, last time I used cp(4) back in 2004, using netgraph(4)
instead of sppp(4) was already the right way to do.

Thus, remove the sppp(4) related part of the drivers and enable
by default the negraph(4) part. Further maintenance of these
drivers in the tree shouldn't be a big deal.

While doing that, remove some cruft and enable cp(4) compilation
on amd64. The ce(4) for some unknown reason marks its internal
DDK functions with __attribute__ fastcall, which most likely is
safe to remove, but without hardware I'm not going to do that, so
ce(4) remains i386-only.

Reviewed by: emaste, imp, donner
Differential Revision: https://reviews.freebsd.org/D32590
See also: https://reviews.freebsd.org/D23928

show more ...


# 0696600c 17-Oct-2018 Bjoern A. Zeeb <bz@FreeBSD.org>

Move the rc framework out of sbin/init into libexec/rc.

The reasons for this are forward looking to pkgbase:
* /sbin/init is a special binary; try not to replace it with
every package update bec

Move the rc framework out of sbin/init into libexec/rc.

The reasons for this are forward looking to pkgbase:
* /sbin/init is a special binary; try not to replace it with
every package update because an rc script was touched.
(a follow-up commit will make init its own package)
* having rc in its own place will allow more easy replacement
of the rc framework with alternatives, such as openrc.

Discussed with: brd (during BSDCam), kmoore
Requested by: cem, bz
PR: 231522
Approved by: re (gjb)

show more ...


# df89e317 28-Jul-2018 Brad Davis <brd@FreeBSD.org>

Opps, I missed moving a couple of files in r336845.

Approved by: will (mentor)
Differential Revision: https://reviews.freebsd.org/D16466


# b4e2ab78 25-Apr-2017 Brooks Davis <brooks@FreeBSD.org>

Remove NATM configuration bits and assorted NATM and ATM remnants.

Reported by: ak
Reviewed by: ngie (first version)
Differential Revision: https://reviews.freebsd.org/D10497


# 87dd365e 25-Jun-2016 Baptiste Daroussin <bapt@FreeBSD.org>

Remove reference to mroute6d in /etc/netstart.

mroute6d has been removed in r298512.

PR: 209405
Submitted by: Trond.Endrestol@ximalas.info
Approved by: re (gjb)


# 46bd754d 26-Oct-2015 Dag-Erling Smørgrav <des@FreeBSD.org>

Loading rc.subr and rc.conf has no effect since all we do is run other
scripts which load them again.

MFC after: 3 weeks


# 0f8bd5df 21-Feb-2015 Mark Johnston <markj@FreeBSD.org>

Purge references to the mrouted rc script, which was removed in r275299.

PR: 195785


# 0be7f787 22-Oct-2013 Dag-Erling Smørgrav <des@FreeBSD.org>

Start rtsold if necessary.

Reviewed by: hrs
MFC after: 3 days


# edad1b5b 20-Jan-2012 Eygene Ryabinkin <rea@FreeBSD.org>

/etc/netstart: remove invocation of dhclient

dhclient is no longer a real service, it is a helper script
for /etc/rc.d/netif and devd. Its direct invocation isn't
needed to bring the network up.

A

/etc/netstart: remove invocation of dhclient

dhclient is no longer a real service, it is a helper script
for /etc/rc.d/netif and devd. Its direct invocation isn't
needed to bring the network up.

Approved by: jhb

show more ...


# b3cae086 05-Aug-2010 Hajimu UMEMOTO <ume@FreeBSD.org>

/etc/rc.d/network_ipv6 was deprecated.

Reported by: Alex Kozlov <spam__at__rm-rf.kiev.ua>


# 478e8b2d 05-Aug-2010 Hajimu UMEMOTO <ume@FreeBSD.org>

/etc/rc.d/ip6fw was deprecated.

Reported by: Alex Kozlov <spam__at__rm-rf.kiev.ua>
MFC after: 3 days


# 01aedd7e 19-Mar-2009 Dag-Erling Smørgrav <des@FreeBSD.org>

Add hostid to the ranks.

MFC after: 2 weeks


# 2e598474 26-May-2008 Bjoern A. Zeeb <bz@FreeBSD.org>

Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is wh

Remove ISDN4BSD (I4B) from HEAD as it is not MPSAFE and
parts relied on the now removed NET_NEEDS_GIANT.
Most of I4B has been disconnected from the build
since July 2007 in HEAD/RELENG_7.

This is what was removed:
- configuration in /etc/isdn
- examples
- man pages
- kernel configuration
- sys/i4b (drivers, layers, include files)
- user space tools
- i4b support from ppp
- further documentation

Discussed with: rwatson, re

show more ...


# 016cb0ba 26-Jan-2008 Mike Makonnen <mtm@FreeBSD.org>

Use 'quietstart' so as not to get spammed with informational diagnostics.


# 26e3bd3e 30-May-2006 Brooks Davis <brooks@FreeBSD.org>

Remove reference to no longer existant /etc/rc.d/pccard.

PR: conf/98055
Submitted by: thierry herbelot <thierry at herbelot dot com>


# 10b58447 29-Oct-2005 Yaroslav Tykhiy <ytykhiy@gmail.com>

Transforming "ppp-user" into just "ppp", step 4:
The legacy script "/etc/netstart" will start "ppp", not "ppp-user".


# c0be525b 26-Mar-2005 Colin Percival <cperciva@FreeBSD.org>

netstart is now obsoleted by /etc/rc.d/*, not by /etc/rc.network.

Reported by: Martin Jakob, on freebsd-stable@
MFC after: 1 month


# bc816461 10-Feb-2004 Dag-Erling Smørgrav <des@FreeBSD.org>

Run /etc/rc.d/routing at the appropriate time.

Spotted by: mat


# aeba777e 13-Oct-2003 Dag-Erling Smørgrav <des@FreeBSD.org>

There is no network2 any more.

Pointy hat to: mtm


# 52aef7c6 29-Apr-2003 Warner Losh <imp@FreeBSD.org>

We need pccard start too.


# fd08d16b 29-Apr-2003 John W. De Boskey <jwd@FreeBSD.org>

new netstart
atm should be correct but is commented out pending appropriate testing.

Submitted by: mtm


# b36a733b 18-May-2001 Brian Somers <brian@FreeBSD.org>

Run network6_pass1 if ipv6_enable is YES


# d3ee161f 26-Dec-2000 Doug Barton <dougb@FreeBSD.org>

Fix a quoting problem I introduced.
Fix a tiny style problem while I'm here.

Submitted by: knu


1234