From 84adefa331c4159d432d22840663c38f155cd4c1 Mon Sep 17 00:00:00 2001 From: Erlang/OTP Date: Fri, 20 Nov 2009 14:54:40 +0000 Subject: The R13B03 release. --- .../test/dist_init_unix_SUITE_data/hosts.dn_sp | 7 +++++ .../dist_init_unix_SUITE_data/hosts.underscore | 7 +++++ .../dist_init_unix_SUITE_data/nsswitch.conf.dn_sp | 31 ++++++++++++++++++++++ .../dist_init_unix_SUITE_data/resolv.conf.dn_sp | 6 +++++ 4 files changed, 51 insertions(+) create mode 100644 erts/emulator/test/dist_init_unix_SUITE_data/hosts.dn_sp create mode 100644 erts/emulator/test/dist_init_unix_SUITE_data/hosts.underscore create mode 100644 erts/emulator/test/dist_init_unix_SUITE_data/nsswitch.conf.dn_sp create mode 100644 erts/emulator/test/dist_init_unix_SUITE_data/resolv.conf.dn_sp (limited to 'erts/emulator/test/dist_init_unix_SUITE_data') diff --git a/erts/emulator/test/dist_init_unix_SUITE_data/hosts.dn_sp b/erts/emulator/test/dist_init_unix_SUITE_data/hosts.dn_sp new file mode 100644 index 0000000000..6cc288e524 --- /dev/null +++ b/erts/emulator/test/dist_init_unix_SUITE_data/hosts.dn_sp @@ -0,0 +1,7 @@ +# +# Internet host table +# +127.0.0.1 localhost +150.236.20.72 elrond +150.236.20.16 gandalf +150.236.20.99 gandalfina diff --git a/erts/emulator/test/dist_init_unix_SUITE_data/hosts.underscore b/erts/emulator/test/dist_init_unix_SUITE_data/hosts.underscore new file mode 100644 index 0000000000..2e7831ff02 --- /dev/null +++ b/erts/emulator/test/dist_init_unix_SUITE_data/hosts.underscore @@ -0,0 +1,7 @@ +# +# Internet host table +# +127.0.0.1 localhost +150.236.20.72 elrond loghost +150.236.20.16 gandalf +150.236.20.199 under_score diff --git a/erts/emulator/test/dist_init_unix_SUITE_data/nsswitch.conf.dn_sp b/erts/emulator/test/dist_init_unix_SUITE_data/nsswitch.conf.dn_sp new file mode 100644 index 0000000000..55a4f9ac86 --- /dev/null +++ b/erts/emulator/test/dist_init_unix_SUITE_data/nsswitch.conf.dn_sp @@ -0,0 +1,31 @@ +# +# /etc/nsswitch.nis: +# +# An example file that could be copied over to /etc/nsswitch.conf; it +# uses NIS (YP) in conjunction with files. +# +# "hosts:" and "services:" in this file are used only if the +# /etc/netconfig file has a "-" for nametoaddr_libs of "inet" transports. + +# the following two lines obviate the "+" entry in /etc/passwd and /etc/group. +passwd: files nis +group: files nis + +# consult /etc "files" only if nis is down. +hosts: nis [NOTFOUND=return] +networks: nis [NOTFOUND=return] files +protocols: nis [NOTFOUND=return] files +rpc: nis [NOTFOUND=return] files +ethers: nis [NOTFOUND=return] files +netmasks: nis [NOTFOUND=return] files +bootparams: nis [NOTFOUND=return] files +publickey: nis [NOTFOUND=return] files + +netgroup: nis + +automount: files nis +aliases: files nis + +# for efficient getservbyname() avoid nis +services: files nis +sendmailvars: files diff --git a/erts/emulator/test/dist_init_unix_SUITE_data/resolv.conf.dn_sp b/erts/emulator/test/dist_init_unix_SUITE_data/resolv.conf.dn_sp new file mode 100644 index 0000000000..13a78d5bbb --- /dev/null +++ b/erts/emulator/test/dist_init_unix_SUITE_data/resolv.conf.dn_sp @@ -0,0 +1,6 @@ +domain du.etx.ericsson.se +nameserver 150.236.14.16 +nameserver 150.236.16.2 +nameserver 130.100.128.25 +search du.etx.ericsson.se etx.ericsson.se ericsson.se +lookup yp bind file -- cgit v1.2.3