Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
net-tools
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
net-tools
Commits
e8165523
Commit
e8165523
authored
Apr 22, 2012
by
Gilles Espinasse
Committed by
Bernd Eckenfels
Apr 25, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor mostly comments typo fixes
Signed-off-by:
Gilles Espinasse
<
g.esp@free.fr
>
parent
3d31cea2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
config.in
config.in
+1
-1
configure.sh
configure.sh
+3
-3
No files found.
config.in
View file @
e8165523
#
# config.in
C
onfigure.sh source for the net-tools.
# config.in
c
onfigure.sh source for the net-tools.
# This file contains the definition of what the support
# library contains. Most of all, it defines which types
# of address families and hardware we know of.
...
...
configure.sh
View file @
e8165523
#!/usr/bin/env bash
#
#
C
onfigure.sh Generates interactively a config.h from config.in
#
c
onfigure.sh Generates interactively a config.h from config.in
#
# net-tools A collection of programs that form the base set of the
# NET-3 Networking Distribution for the LINUX operating
...
...
@@ -37,7 +37,7 @@ CONFIG=config.h
MAKECONFIG
=
config.make
[
-z
"
$BASH
"
]
&&
{
echo
"
Configure
requires bash"
1>&2
;
exit
1
;
}
[
-z
"
$BASH
"
]
&&
{
echo
"
configure.sh
requires bash"
1>&2
;
exit
1
;
}
cat
<<
EOF
...
...
@@ -114,7 +114,7 @@ function int()
}
#
# Make sure we start out with a clean s
l
ate.
# Make sure we start out with a clean s
t
ate.
#
>
config.new
>
${
CONFIG
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment