peter
d39f449dd7
Don't ignore the hostname setting in /etc/rc.conf but use it if it exists.
...
Also change the 'hostname -s' command to 'hostname' because the full name
is what we want.
Fixes my PR bin/25038.
Approved by christos.
2004-10-22 14:00:23 +00:00
pooka
203649db47
list network interfaces in ascending order (foo0 .. foon instead of
...
foon .. foo0)
2002-08-01 09:43:16 +00:00
jdolecek
ec977bae0f
make sure at least one host is selected before changing /etc/hosts
...
Fixes bin/15713 by Tracy Di Marco White.
2002-07-26 07:29:06 +00:00
tv
8e6f7afb5b
MKfoo=no -> NOfoo
2001-12-12 01:48:43 +00:00
garbled
7b1d53fb84
Clean up the output a bit, and break the inet and inet6 commands into two
...
separate commands on the now and both settings. Otherwise ifconfig thinks
you are setting up a point2point link.
2001-08-01 09:10:57 +00:00
garbled
0e3bab31f8
Modify sushi to use the -l option to ypinit. Now sushi can actually set
...
up YP for the user.
2001-08-01 08:04:26 +00:00
garbled
45e0b1feb1
Forgot to include nwid.sed in the makefile for installation
2001-07-14 06:51:27 +00:00
garbled
d8cc4a66d8
Allways quote the nwid when passing to ifconfig or building the ifconfig.xx0
...
script
2001-07-12 19:11:43 +00:00
garbled
9a91eaf49a
Modify the handling of the nwid string. 2 problems:
...
1) Noted by Brett Lymn, the nwkey string, when run as non-root, reads *****,
which causes the shell to go wonky and read in lists of files.
2) The sed pattern was all wrong. It couldn't handle quoted network
ID's, and would grab the rest of the line. Add a sed script to handle this.
2001-07-12 19:08:05 +00:00
garbled
698e76a512
Fix a bunch of makefiles that prove that I cannot count the right number of
...
..'s
2001-04-25 18:32:01 +00:00
garbled
9b603a2514
Whew. Add an entire networking configuration tree for sushi. This gives
...
sushi the ability to do the following tasks:
Edit /etc/exports
Edit /etc/hosts
Change the hostname
Modify NIC configuration
Change the default route
Setup YP/NIS.
2001-04-25 03:43:25 +00:00