artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
84f3eae
)
Print full path in usage; OK jmc
author
kn
<kn@openbsd.org>
Sat, 5 Nov 2022 12:03:58 +0000
(12:03 +0000)
committer
kn
<kn@openbsd.org>
Sat, 5 Nov 2022 12:03:58 +0000
(12:03 +0000)
etc/netstart
patch
|
blob
|
history
diff --git
a/etc/netstart
b/etc/netstart
index
8c2e302
..
b89b1be
100644
(file)
--- a/
etc/netstart
+++ b/
etc/netstart
@@
-1,13
+1,13
@@
#!/bin/sh -
#
-# $OpenBSD: netstart,v 1.22
7 2022/11/01 11:18:06
kn Exp $
+# $OpenBSD: netstart,v 1.22
8 2022/11/05 12:03:58
kn Exp $
# Turn off Strict Bourne shell mode.
set +o sh
# Show usage of the netstart script and exit.
usage() {
- print -u2 "usage: sh $
{0##*/}
[-n] [interface ...]"
+ print -u2 "usage: sh $
0
[-n] [interface ...]"
exit 1
}