| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
This uses relative paths to make it more specific to avoid any potential
future problems with .PATH and leverages CONFS.
libc was picked as the destination location for these because of the syscalls
that use these files as the lowest level place they are referenced.
Approved by: re (gjb), will (mentor)
Differential Revision: https://reviews.freebsd.org/D17164
Notes:
svn path=/head/; revision=338729
|
| |
|
|
|
|
|
|
|
|
|
|
| |
hasn't been included since the ancient rs.internic.net address was
removed.
Offer the option of the five regional registries.
MFC after: 3 days
Notes:
svn path=/head/; revision=109997
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Add instructions regarding replacing 'my.domain', as this has come up
on freebsd-questions.
- Remove reference to rs.internic.net/templates, as that directory no
longer exists. Instead, encourage them gently to talk to their network
provider.
MFC after: 1 week
Notes:
svn path=/head/; revision=87683
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
`localhost'. If your /etc/nsswitch.conf has ``hosts: files dns'', and
you changed `myname.my.domain' in /etc/hosts to match hostname(1), and
you run inetd(8) with the -l option, any connect to `myname' using its
real IP address through inetd(8), e.g. `ftp -a myname', will spam your
/var/log/messages with:
inetd[PID]: warning: /etc/hosts.allow, line 23: host name/name mismatch: myname.my.domain != localhost
This is especially bad for -STABLE, where /etc/host.conf defaults to
"files first then DNS" resolution order.
Noticed by: Igor Kucherenko <kivvy@sunbay.com>
MFC after: 1 week
Notes:
svn path=/head/; revision=84133
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
configure FreeBSD so that various databases such as passwd and group can be
looked up using flat files, NIS, or Hesiod.
= Hesiod has been added to libc (see hesiod(3)).
= A library routine for parsing nsswitch.conf and invoking callback
functions as specified has been added to libc (see nsdispatch(3)).
= The following C library functions have been modified to use nsdispatch:
. getgrent, getgrnam, getgrgid
. getpwent, getpwnam, getpwuid
. getusershell
. getaddrinfo
. gethostbyname, gethostbyname2, gethostbyaddr
. getnetbyname, getnetbyaddr
. getipnodebyname, getipnodebyaddr, getnodebyname, getnodebyaddr
= host.conf has been removed from src/etc. rc.network has been modified
to warn that host.conf is no longer used at boot time. In addition, if
there is a host.conf but no nsswitch.conf, the latter is created at boot
time from the former.
Obtained from: NetBSD
Notes:
svn path=/head/; revision=65532
|
| |
|
|
| |
Notes:
svn path=/head/; revision=64664
|
| |
|
|
|
|
|
|
|
|
|
| |
Missing IPv6 loopback name record cause name resolving lock
on INET6 enabled systems in some cases.
So define it.
Approved by: jkh
Notes:
svn path=/head/; revision=57231
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50472
|
| |
|
|
|
|
|
|
|
|
|
| |
as the initial generic hostname if the user didn't setup any NIC, but
failure to resolve this name results in XF86Setup not being able to
run.
Reported by: Lutz Zienert <luzi@interface-business.de>
Notes:
svn path=/head/; revision=35229
|
| |
|
|
| |
Notes:
svn path=/head/; revision=23037
|
| |
|
|
|
|
|
|
|
|
|
| |
This will make a number of things easier in the future, as well as (finally!)
avoiding the Id-smashing problem which has plagued developers for so long.
Boy, I'm glad we're not using sup anymore. This update would have been
insane otherwise.
Notes:
svn path=/head/; revision=21673
|
| |
|
|
| |
Notes:
svn path=/head/; revision=14726
|
| |
|
|
|
|
|
| |
had turned tabs into spaces.
Notes:
svn path=/head/; revision=7708
|
| |
|
|
| |
Notes:
svn path=/head/; revision=1774
|
| |
|
|
|
|
|
|
|
|
| |
will never be routed over the InterNet:
10.0.0.0 - 10.255.255.255
172.16.0.0 - 172.31.255.255
192.168.0.0 - 192.168.255.255
Notes:
svn path=/head/; revision=1676
|
| |
|
|
|
|
|
|
|
|
| |
determines when and how this file will be consulted. Added comment to
the effect that (1) zero is not a vaild network number and (2) please
get a valid network number assigned by your provider or by the Internet
Registry.
Notes:
svn path=/head/; revision=748
|
|
|
Notes:
svn path=/cvs2svn/branches/unlabeled-1.1.1/; revision=37
|