OpenBSD CVS

CVS log for src/share/man/man8/netstart.8


[BACK] Up to [local] / src / share / man / man8

Request diff between arbitrary revisions


Default branch: MAIN


Revision 1.31 / (download) - annotate - [select for diffs], Tue Oct 25 17:10:13 2022 UTC (19 months, 1 week ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_5_BASE, OPENBSD_7_5, OPENBSD_7_4_BASE, OPENBSD_7_4, OPENBSD_7_3_BASE, OPENBSD_7_3, HEAD
Changes since 1.30: +9 -10 lines
Diff to previous 1.30 (colored)

trim DESCRIPTION

- just call it (a sh(1)) script, in line with MAKEDEV(8) and rc.d(8)
- use only .Nm thereafter instead of .Nm/the .Nm script/...
- zap the additional rc.conf(8) bits for they can be found in this manual
- zap unhelpful "(or can be)"

Feedback OK jmc

Revision 1.30 / (download) - annotate - [select for diffs], Tue Oct 25 08:40:25 2022 UTC (19 months, 1 week ago) by kn
Branch: MAIN
Changes since 1.29: +12 -14 lines
Diff to previous 1.29 (colored)

Improve DESCRIPTION

- use plural to clarify how more than interface may be passed
- drop the distinction between interface and bridge
- drop useless example:  netstart is as trivial as echo(1)
- mention options the usual way, this also adds tags which makes ":tn" work
  as expected in the pager to jump to `-n's definition

OK jmc

Revision 1.29 / (download) - annotate - [select for diffs], Mon Oct 24 17:58:43 2022 UTC (19 months, 1 week ago) by kn
Branch: MAIN
Changes since 1.28: +3 -3 lines
Diff to previous 1.28 (colored)

Add required sh(1) to synopsis

Contrary to other scripts in base like rc.d(8) or MAKEDEV(8), netstart(8)
itself is not executable and must be passed as file to sh(1):
	$ man -h netstart
	/etc/netstart [-n] [interface ...]
	$ /etc/netstart
	ksh: /etc/netstart: cannot execute - Permission denied

Fix usage and synopsis to provide required usage:
	$ man -h netsart
	sh /etc/netstart [-n] [interface ...]

OK jmc

Revision 1.28 / (download) - annotate - [select for diffs], Fri Oct 21 12:04:51 2022 UTC (19 months, 2 weeks ago) by kn
Branch: MAIN
Changes since 1.27: +4 -3 lines
Diff to previous 1.27 (colored)

Fix synopsis, -n does not require an interface; OK jmc

Revision 1.27 / (download) - annotate - [select for diffs], Tue Jul 5 08:14:12 2022 UTC (23 months ago) by kn
Branch: MAIN
CVS Tags: OPENBSD_7_2_BASE, OPENBSD_7_2
Changes since 1.26: +4 -6 lines
Diff to previous 1.26 (colored)

Stick with just "interfaces and bridges"

Drop the Xr to bridge(4) since it isn't handled specially and there's also
veb(4) around.

OK jmc

Revision 1.26 / (download) - annotate - [select for diffs], Tue Jun 21 11:55:55 2022 UTC (23 months, 2 weeks ago) by sthen
Branch: MAIN
Changes since 1.25: +6 -6 lines
Diff to previous 1.25 (colored)

Avoid saying that running netstart manually post-boot will "reset an
existing interface to its default state", because it doesn't.  ok jmc@

Revision 1.25 / (download) - annotate - [select for diffs], Sun Nov 29 20:14:06 2020 UTC (3 years, 6 months ago) by deraadt
Branch: MAIN
CVS Tags: OPENBSD_7_1_BASE, OPENBSD_7_1, OPENBSD_7_0_BASE, OPENBSD_7_0, OPENBSD_6_9_BASE, OPENBSD_6_9
Changes since 1.24: +3 -5 lines
Diff to previous 1.24 (colored)

Add support for !command to mygate, so that netstart has a late opportunity
to perform network configuration (for example, "!route source -ifp em0")
Split mygate and myname manual pages (how did anyone ever believe these
are related), and perform hostname configuration much earlier in rc.
discussed with benno, claudio, jmc, etc etc, last version of !command
parser by tb

Revision 1.24 / (download) - annotate - [select for diffs], Tue Nov 3 06:46:23 2020 UTC (3 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.23: +19 -13 lines
Diff to previous 1.23 (colored)

rachel roch pointed out that wg was missing from DESCRIPTION; address
this and update the text somewhat to make it clear we are not trying
to exhaustively list all devices; at the same time, update the lists ;)

help/ok claudio deraadt

Revision 1.23 / (download) - annotate - [select for diffs], Wed Mar 7 09:54:23 2018 UTC (6 years, 3 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_8_BASE, OPENBSD_6_8, OPENBSD_6_7_BASE, OPENBSD_6_7, OPENBSD_6_6_BASE, OPENBSD_6_6, OPENBSD_6_5_BASE, OPENBSD_6_5, OPENBSD_6_4_BASE, OPENBSD_6_4, OPENBSD_6_3_BASE, OPENBSD_6_3
Changes since 1.22: +2 -19 lines
Diff to previous 1.22 (colored)

move what little info netstart(8) contains on multicast to the
multicast(4) page (where the same info is essentially present),
leaving an Xr in SEE ALSO; while there, tweak multicast(4) a little...

Revision 1.22 / (download) - annotate - [select for diffs], Sat Mar 3 07:33:35 2018 UTC (6 years, 3 months ago) by landry
Branch: MAIN
Changes since 1.21: +8 -3 lines
Diff to previous 1.21 (colored)

Document the -n flag.
Wording & tweaks by jmc@, ok tb@

Revision 1.21 / (download) - annotate - [select for diffs], Mon Sep 5 12:58:17 2016 UTC (7 years, 9 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_6_2_BASE, OPENBSD_6_2, OPENBSD_6_1_BASE, OPENBSD_6_1
Changes since 1.20: +3 -3 lines
Diff to previous 1.20 (colored)

for consistency, hyphenate "single-user";
from rob pierce

Revision 1.20 / (download) - annotate - [select for diffs], Sat Dec 5 18:43:12 2015 UTC (8 years, 6 months ago) by mpi
Branch: MAIN
CVS Tags: OPENBSD_6_0_BASE, OPENBSD_6_0, OPENBSD_5_9_BASE, OPENBSD_5_9
Changes since 1.19: +10 -44 lines
Diff to previous 1.19 (colored)

It does not make sense to insert a specific route for 224/4 when the
default one is good enough.

So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a
single 'multicast'.  If set to YES the reject route for 224/4 is not
inserted by netstart(8).

Manual bits from jmc@

ok henning@, ajacoutot@

Revision 1.19 / (download) - annotate - [select for diffs], Sun Nov 13 12:43:49 2011 UTC (12 years, 6 months ago) by ajacoutot
Branch: MAIN
CVS Tags: OPENBSD_5_8_BASE, OPENBSD_5_8, OPENBSD_5_7_BASE, OPENBSD_5_7, OPENBSD_5_6_BASE, OPENBSD_5_6, OPENBSD_5_5_BASE, OPENBSD_5_5, OPENBSD_5_4_BASE, OPENBSD_5_4, OPENBSD_5_3_BASE, OPENBSD_5_3, OPENBSD_5_2_BASE, OPENBSD_5_2, OPENBSD_5_1_BASE, OPENBSD_5_1
Changes since 1.18: +4 -4 lines
Diff to previous 1.18 (colored)

/etc/rc.conf -> rc.conf(8)

ok jmc@

Revision 1.18 / (download) - annotate - [select for diffs], Mon Aug 22 12:52:54 2011 UTC (12 years, 9 months ago) by jmc
Branch: MAIN
Changes since 1.17: +3 -3 lines
Diff to previous 1.17 (colored)

correct sysctl name; from Thomas Pfaff

Revision 1.17 / (download) - annotate - [select for diffs], Thu Feb 10 09:11:24 2011 UTC (13 years, 3 months ago) by sobrado
Branch: MAIN
CVS Tags: OPENBSD_5_0_BASE, OPENBSD_5_0, OPENBSD_4_9_BASE, OPENBSD_4_9
Changes since 1.16: +4 -4 lines
Diff to previous 1.16 (colored)

fix manual page description; replace .Pa -> .Nm in synopsis.

ok schwarze@

Revision 1.16 / (download) - annotate - [select for diffs], Thu May 31 19:19:59 2007 UTC (17 years ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_8_BASE, OPENBSD_4_8, OPENBSD_4_7_BASE, OPENBSD_4_7, OPENBSD_4_6_BASE, OPENBSD_4_6, OPENBSD_4_5_BASE, OPENBSD_4_5, OPENBSD_4_4_BASE, OPENBSD_4_4, OPENBSD_4_3_BASE, OPENBSD_4_3, OPENBSD_4_2_BASE, OPENBSD_4_2
Changes since 1.15: +2 -2 lines
Diff to previous 1.15 (colored)

convert to new .Dd format;

Revision 1.15 / (download) - annotate - [select for diffs], Sun Dec 31 10:41:52 2006 UTC (17 years, 5 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_1_BASE, OPENBSD_4_1
Changes since 1.14: +4 -4 lines
Diff to previous 1.14 (colored)

- newly-created -> newly created
- hostname.if(5) and bridgename.if(5) are the same files, so don;t list
them both in SEE ALSO
- +.Xr ifconfig 8

Revision 1.14 / (download) - annotate - [select for diffs], Thu Nov 16 12:27:44 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.13: +1 -11 lines
Diff to previous 1.13 (colored)

trim SEE ALSO;

Revision 1.13 / (download) - annotate - [select for diffs], Thu Nov 16 12:22:21 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.12: +11 -1 lines
Diff to previous 1.12 (colored)

document multicast sysctls; ok mcbride

Revision 1.12 / (download) - annotate - [select for diffs], Thu Nov 16 11:24:20 2006 UTC (17 years, 6 months ago) by jmc
Branch: MAIN
Changes since 1.11: +14 -15 lines
Diff to previous 1.11 (colored)

better text layout;

Revision 1.11 / (download) - annotate - [select for diffs], Thu Nov 10 10:36:59 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_4_0_BASE, OPENBSD_4_0, OPENBSD_3_9_BASE, OPENBSD_3_9
Changes since 1.10: +27 -14 lines
Diff to previous 1.10 (colored)

- update the section on what netstart actually does
- couple tweaks whilst here

help/ok todd@

Revision 1.10 / (download) - annotate - [select for diffs], Sat Oct 15 11:49:11 2005 UTC (18 years, 7 months ago) by jmc
Branch: MAIN
Changes since 1.9: +1 -2 lines
Diff to previous 1.9 (colored)

remove Xr to mygate(5): we already Xr myname(5), which is the
same file, and there is no point sending people to read the
same file twice;

Revision 1.9 / (download) - annotate - [select for diffs], Fri Jul 23 17:27:40 2004 UTC (19 years, 10 months ago) by jaredy
Branch: MAIN
CVS Tags: OPENBSD_3_8_BASE, OPENBSD_3_8, OPENBSD_3_7_BASE, OPENBSD_3_7, OPENBSD_3_6_BASE, OPENBSD_3_6
Changes since 1.8: +4 -1 lines
Diff to previous 1.8 (colored)

add a manpage for /etc/defaultdomain

help and ok jmc, miod, millert, and others

Revision 1.8 / (download) - annotate - [select for diffs], Fri Feb 13 23:45:46 2004 UTC (20 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_5_BASE, OPENBSD_3_5
Changes since 1.7: +6 -6 lines
Diff to previous 1.7 (colored)

Use .Pa, not .Nm, for filenames; spotted by Jared Yanovich.

Revision 1.7 / (download) - annotate - [select for diffs], Tue Jul 29 13:17:00 2003 UTC (20 years, 10 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_4_BASE, OPENBSD_3_4
Changes since 1.6: +13 -9 lines
Diff to previous 1.6 (colored)

remove -compact and add a bit of spacing;
ok miod@

Revision 1.6 / (download) - annotate - [select for diffs], Fri Jun 6 19:28:06 2003 UTC (21 years ago) by jmc
Branch: MAIN
Changes since 1.5: +2 -2 lines
Diff to previous 1.5 (colored)

- section reorder
- macro fixes
- kill whitespace at EOL

Revision 1.5 / (download) - annotate - [select for diffs], Mon Jun 2 16:16:26 2003 UTC (21 years ago) by miod
Branch: MAIN
Changes since 1.4: +1 -3 lines
Diff to previous 1.4 (colored)

Relax licence by removing the 3rd clause on all files whereI was still
using a 3 clause licence.

Revision 1.4 / (download) - annotate - [select for diffs], Fri Feb 7 07:45:13 2003 UTC (21 years, 4 months ago) by jmc
Branch: MAIN
CVS Tags: OPENBSD_3_3_BASE, OPENBSD_3_3
Changes since 1.3: +5 -5 lines
Diff to previous 1.3 (colored)

typos;

Revision 1.3 / (download) - annotate - [select for diffs], Thu May 23 09:30:35 2002 UTC (22 years ago) by mpech
Branch: MAIN
CVS Tags: OPENBSD_3_2_BASE, OPENBSD_3_2
Changes since 1.2: +3 -3 lines
Diff to previous 1.2 (colored)

'SEE ALSO' audit in 'share/man/':
o) sort;
o) "," is separator of entries;
o) don't use "." or "," in the last entry;

millert@ ok

Revision 1.2 / (download) - annotate - [select for diffs], Fri Feb 22 02:02:25 2002 UTC (22 years, 3 months ago) by miod
Branch: MAIN
CVS Tags: OPENBSD_3_1_BASE, OPENBSD_3_1
Changes since 1.1: +44 -2 lines
Diff to previous 1.1 (colored)

Attempt to document the multicast routing configuration here, rather than
having people read the comments in /etc/netstart.
Add more Xr in the way.

Revision 1.1 / (download) - annotate - [select for diffs], Thu Feb 21 02:36:09 2002 UTC (22 years, 3 months ago) by miod
Branch: MAIN

With the recent changes to /etc/netstart, split the part of rc.8 covering
it into a full-blown manual page, and document the new behaviour, in
particular, what I forgot to add in the previous commit message.

Add more Xrefs to network-related configuration files in netstart.8.

There is still room for improvement: multicast routing ought to be documented
in netstart.8 now, and afterboot.8 modified accordingly.

ok chris@

This form allows you to request diff's between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.