| /onnv/onnv-gate/usr/src/cmd/fs.d/autofs/ |
| auto_master | 30 /net -hosts -nosuid,nobrowse
|
| /onnv/onnv-gate/usr/src/cmd/agents/snmp/snmprelayd/ |
| relay.conf | 62 # The list of hosts that can send SNMP queries. 63 # If this list is empty, all the hosts are allowed to 77 hosts = hubble, snowbell 93 hosts = jerry, nanak, hubble 109 # The list of hosts where traps should be sent.
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/ |
| ypxfr_2perday.sh | 34 ypxfr hosts.byname 35 ypxfr hosts.byaddr
|
| multi.sh | 29 # Script to examine hosts file and make "magic" entries for 30 # those hosts that have multiple IP addresses. 37 MAP="hosts.byname" 39 USAGE="Usage: multi [-b] [-l] [-s] [-n] [hosts file] 41 -b Add YP_INTERDOMAIN flag to hosts map 43 -s Add YP_SECURE flag to hosts map 46 hosts file defaults to /etc/hosts" 69 HOSTS=$1 72 HOSTS=/etc/inet/ipnode [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/server/ |
| ResourceBundle.properties | 32 hosts_add_err=Error adding entry to hosts table 33 hosts_remove_err=Error removing entry from hosts table 34 hosts_modify_err=Error modifying hosts table table entry
|
| /onnv/onnv-gate/usr/src/cmd/sendmail/cf/sh/ |
| check-hostname.sh | 47 # Check the `getent hosts $1` output, skipping the 1st entry (IP address). 50 for host in `getent hosts $1 | awk '{for (f=2; f <= NF; f++) print $f}'` 56 # Parse /etc/hosts, looking for $1 as an entry by itself, and try to find 62 for entry in `sed -e 's/#.*$//' /etc/hosts | \ 80 # Check the `ypmatch $1 hosts` output, skipping the 1st entry (IP address). 83 for hst in `ypmatch $1 hosts | awk '{for (f=2; f <= NF; f++) print $f}'` 89 # Check the `nismatch $1 hosts` output. Its output is different from ypmatch 90 # and the hosts file. Field 1 is a cname (i.e., alias), field 2 is the 94 for hst in `nismatch $1 hosts.org_dir | \ 102 # $3 is the first entry for hosts in /etc/nsswitch.conf . [all...] |
| /onnv/onnv-gate/usr/src/pkgdefs/common_files/ |
| i.hosts | 208 " into hosts on <%s>\n",date; 210 " hosts.premerge, ipnodes.premerge\n#\n"; 374 # The hosts and ipnodes back-end requires that entries for the same 376 # hosts(4). 417 # deliver_hosts: This function merges /etc/inet/hosts and /etc/inet/ipnodes 418 # into a single hosts file (/etc/inet/hosts) only when ipnodes file exists in 419 # the system. /etc/inet/ipnodes is now a symlink to /etc/inet/hosts. 424 temp_merged_file=/tmp/hosts.hostsmerged 426 # if /etc/inet/hosts doesn't exist (fresh install [all...] |
| i.nsswitch | 31 echo '\nThe ipnodes policy has been changed to match the hosts' >> $1 40 /hosts:[ ]*nisplus[ ][ ]*dns/i\\ 48 # original hosts entry 49 /^hosts:/p 50 # match ipnodes entry to hosts entry 51 s/^hosts: /ipnodes:/ 56 /^#hosts:/p 57 s/^#hosts:/#ipnodes:/ 62 # before searching the hosts databases. 73 /^# searching the hosts databases. Before turning this option on, consult/ [all...] |
| /onnv/onnv-gate/usr/src/cmd/sendmail/aux/ |
| etrn.pl | 54 my @hosts = @ARGV; 59 if (!@hosts) { 60 push(@hosts, $hostname); 87 push(@hosts, $thishost) 100 push(@hosts, $thishost) 108 # Do this automatically if no client hosts are specified. 206 while (@hosts) { 207 $server = shift(@hosts);
|
| /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/utils/ |
| nisprefadm.c | 826 parse_info(server_list *servers, char *info, char **hosts, char **options) 832 *hosts = NULL; 837 /* parse hosts */ 847 if (*p1 != '=' || *hosts != NULL) 850 *hosts = strdup(p1 + 1); 851 if (*hosts == NULL) { 857 printf("parse_info: hosts=%s\n", *hosts); 889 parse_preference(server_list *servers, char *client, char *hosts, char *options) 896 printf("parse_preference: hosts=%s\n", hosts) 969 char *hosts = NULL; local 1038 char *hosts = NULL; local 1522 char *hosts, *options; local 1610 char *hosts = NULL; local 1677 char *hosts = NULL, *client = NULL, *options = NULL, *info = NULL; local 1714 char *hosts = NULL; local [all...] |
| /onnv/onnv-gate/usr/src/cmd/svc/milestone/ |
| net-svc | 214 # to change in the nsswitch.conf (hosts or ipnodes) to update with dns. 252 # also uncomment hosts and ipnodes entries which were previously commented 259 -e 's/^\(#hosts:\)\(.*[^#]\)\(#.*\)$/hosts: \2/' \ 267 # Remove any lines with the "# Added by DHCP" tag from /etc/inet/hosts. 276 }' /etc/inet/hosts > /tmp/hosts.$$ 277 mv_file /tmp/hosts.$$ /etc/inet/hosts 444 337 update_nss hosts [all...] |
| /onnv/onnv-gate/usr/src/cmd/netfiles/ |
| nsswitch.ad | 30 # hosts lookups; and files for the remaining databases. 43 # "hosts:" and "services:" in this file are used only if the 53 # before searching the hosts databases. 54 hosts: files dns
|
| nsswitch.dns | 30 # DNS for hosts lookups, otherwise it does not use any other naming service. 32 # "hosts:" and "services:" in this file are used only if the 44 hosts: files dns mdns 47 # before searching the hosts databases.
|
| Makefile | 25 TXTS= nsswitch.conf netconfig hosts services 30 FILES= hosts services
|
| nsswitch.conf | 29 # "hosts:" and "services:" in this file are used only if the 40 hosts: nis [NOTFOUND=return] files 43 # before searching the hosts databases.
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/ |
| Makefile | 24 SYMPROG= hosts inetd.conf networks protocols services netmasks sock2path 61 $(SYMLINK) ./hosts $@
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/utils/ |
| libnetcfg.PL | 183 my @hosts; 191 @hosts = split(/\s+/, $ans); 193 while(@hosts && defined($def = test_hostnames(@hosts))); 195 \@hosts; 466 $msg = 'Enter a list of available NNTP hosts :'; 475 $msg = 'Enter a list of available SMTP hosts :'; 484 $msg = 'Enter a list of available POP3 hosts :'; 492 $msg = 'Enter a list of available SNPP hosts :'; 500 $msg = 'Enter a list of available PH Hosts :' [all...] |
| /onnv/onnv-gate/usr/src/cmd/initpkg/ |
| nscd.conf | 31 # exec_attr, group, hosts, ipnodes, netmasks 36 # enable-cache hosts no 70 positive-time-to-live hosts 3600 71 negative-time-to-live hosts 5 72 keep-hot-count hosts 20 73 check-files hosts yes
|
| /onnv/onnv-gate/usr/src/cmd/ypcmd/net_files/ |
| Makefile | 39 # resolver for hosts not in the current domain. 44 # If the ipnodes (IPv6 hosts file) lives in a directory other than 84 all: passwd group hosts ipnodes ethers networks rpc services protocols \ 144 hosts.time: $(DIR)/hosts 145 @($(MULTI) $(B) -l $(DIR)/hosts); 146 @($(STDHOSTS) -w $(DIR)/hosts $(CHKPIPE))| \ 148 $(MAKEDBM) $(B) - $(YPDBDIR)/$(DOM)/hosts.byaddr; 149 @touch hosts.time; 150 @echo "updated hosts"; [all...] |
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/pntadm/ |
| ResourceBundle.properties | 59 # No hosts resource warning 61 no_host_resource_warning=Warning - No hosts resource value found in DHCP configuration file.\nOperation succeeded, but hosts table was not updated. 98 usage=pntadm [-r (resource)] [-p (path)] [-u (uninterpreted data)] (options) [(network ip or name)]\n\nWhere (options) is one of:\n\n -C Create the named table\n\n -A (client ip or name) Add client entry. Sub-options:\n [-c (comment)]\n [-e (lease expiration)]\n [-f (flags)]\n [-h (client host name)]\n [-i (client identifier)[-a]]\n [-m (dhcptab macro reference)[-y]]\n [-s (server ip or name)]\n\n -M (client ip or name) Modify client entry. Sub-options:\n [-c (new comment)]\n [-e (new lease expiration)]\n [-f (new flags)]\n [-h (new client host name)]\n [-i (new client identifier)[-a]]\n [-m (new dhcptab macro reference)[-y]]\n [-n (new client ip)]\n [-s (new server ip or name)]\n\n -D (client ip or name) Delete client entry. Sub-options:\n [-y] Remove hosts table entry\n\n -R Remove the named table\n\n -P Display the named table. Sub-options:\n [-v] Display lease time in full format.\n [-x] Display lease time in raw format.\n\n -L List the configured DHCP networks\n\n -B [batchfile] Run command in batch input mode. Sub-options:\n [-v] Output commands as they are processed.\n\n The network ip or name argument is required for all options except -L and -B\n
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sadm/dhcpmgr/com/sun/dhcpmgr/cli/tests/ |
| cfgnet.san | 65 NSSHOSTS=`grep '^hosts:' /etc/nsswitch.conf` 73 X=`ypwhich -m hosts` 75 for NSERV in `ypmatch ${X} hosts.byname | awk '{ print $1 }'`
|
| /onnv/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/lib/Net/ |
| Domain.pm | 146 my(@hosts); 148 @hosts = ($host,"localhost"); 182 unshift(@hosts,@h); 188 foreach (grep {defined $_} @hosts) { 236 # For hosts that have no name, just an IP address
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/ |
| Makefile | 43 i.hosts \
|
| /onnv/onnv-gate/usr/src/pkgdefs/SUNWtcpd/ |
| prototype_com | 42 f none usr/share/man/man4/hosts.allow.4 444 root bin 43 f none usr/share/man/man4/hosts.deny.4 444 root bin
|
| /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
| gram.y | 353 * Insert or append ARROW command to list of hosts to be updated. 356 insert(label, files, hosts, subcmds) 358 struct namelist *files, *hosts; 365 hosts = expand(hosts, E_ALL); 369 printf("insert: hosts = "); 370 prnames(hosts); 376 for (h = hosts; h != NULL; oldh = h, h = h->n_next, free(oldh)) {
|