HomeSort by relevance Sort by last modified time
    Searched refs:ipnodes (Results 1 - 25 of 25) sorted by null

  /onnv/onnv-gate/usr/src/pkgdefs/common_files/
i.hosts 207 printf "\n#\n# Merged entries from ipnodes" \
210 " hosts.premerge, ipnodes.premerge\n#\n";
374 # The hosts and ipnodes back-end requires that entries for the same
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.
422 saved_ipnodes_file=$BASEDIR/etc/inet/ipnodes.hostsmerge
423 temp_ipnodes_file=/tmp/ipnodes.hostsmerge
438 cp -pf $saved_ipnodes_file $BASEDIR/etc/inet/ipnodes.premerge
440 # Remove redundant header lines from ipnodes file
    [all...]
i.nscd 36 grep ipnodes $dest > /dev/null 2>&1
41 sed 's/hosts/ipnodes/' >> /tmp/nscd.$$
i.nsswitch 31 echo '\nThe ipnodes policy has been changed to match the hosts' >> $1
32 echo 'policy. Please review the changes to the ipnodes policy' >> $1
50 # match ipnodes entry to hosts entry
51 s/^hosts: /ipnodes:/
53 # Add a commented out line for ipnodes in the example for adding DNS
57 s/^#hosts:/#ipnodes:/
59 # add ipnodes comment before ipnodes policy
60 /^ipnodes:/i\\
61 # Note that IPv4 addresses are searched for in all of the ipnodes databases\
    [all...]
  /onnv/onnv-gate/usr/src/cmd/netfiles/
nsswitch.ad 52 # Note that IPv4 addresses are searched for in all of the ipnodes databases
55 ipnodes: files dns
nsswitch.dns 46 # Note that IPv4 addresses are searched for in all of the ipnodes databases
48 ipnodes: files dns mdns
nsswitch.conf 42 # Note that IPv4 addresses are searched for in all of the ipnodes databases
44 ipnodes: nis [NOTFOUND=return] files
  /onnv/onnv-gate/usr/src/pkgdefs/SUNWcsr/
preinstall 26 # When first introduced the /etc/inet/ipnodes file was seperate from
28 # i.hosts class action script merges the saved temporary ipnodes file
31 if [ ! -h $BASEDIR/etc/inet/ipnodes ]; then
32 if [ -f $BASEDIR/etc/inet/ipnodes ]; then
33 cp -f $BASEDIR/etc/inet/ipnodes \
34 $BASEDIR/etc/inet/ipnodes.hostsmerge
postinstall 35 if [ -f $BASEDIR/etc/inet/ipnodes.hostsmerge ]; then
36 rm -f $BASEDIR/etc/inet/ipnodes.hostsmerge
prototype_com 166 s none etc/inet/ipnodes=./hosts
  /onnv/onnv-gate/usr/src/cmd/initpkg/
nscd.conf 31 # exec_attr, group, hosts, ipnodes, netmasks
75 positive-time-to-live ipnodes 3600
76 negative-time-to-live ipnodes 5
77 keep-hot-count ipnodes 20
78 check-files ipnodes yes
  /onnv/onnv-gate/usr/src/cmd/ypcmd/
multi.sh 44 -n Add IPv6 and IPv4 host addresses to ipnodes map
62 MAP="ipnodes.byname"
72 HOSTS=/etc/inet/ipnodes
ypinit.sh 44 hosts6_file=/etc/inet/ipnodes
  /onnv/onnv-gate/usr/src/cmd/ypcmd/net_files/
Makefile 44 # If the ipnodes (IPv6 hosts file) lives in a directory other than
84 all: passwd group hosts ipnodes ethers networks rpc services protocols \
133 ipnodes.time: $(INETDIR)/ipnodes
134 @($(MULTI) -n $(B) -l $(INETDIR)/ipnodes);
135 @($(STDHOSTS) -wn $(INETDIR)/ipnodes $(CHKPIPE))| \
137 $(MAKEDBM) $(B) - $(YPDBDIR)/$(DOM)/ipnodes.byaddr;
138 @touch ipnodes.time;
139 @echo "updated ipnodes";
140 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) ipnodes.byname; f
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/etc/
Makefile 47 SYMIPNODES= $(INETETCDIR)/ipnodes
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/nis/bin/
nissetup.sh 254 if nistest ipnodes.org_dir.$D;
256 echo ipnodes.org_dir.$D already exists;
258 if nistbladm -D $A -c ipnodes_tbl cname=SI,$CA name=SI,$CA addr=SI,$CA comment=,$CA ipnodes.org_dir.$D;
260 echo ipnodes.org_dir.$D created;
262 echo couldn\'t create ipnodes.org_dir.$D;
nisclient.sh 308 # May have to restore the /etc/inet/ipnodes file if the client is
324 # Again, /etc/inet/ipnodes file may need to be added in the future.
1390 # Will have to check ipnodes.org_dir also when NIS+ server has IPv6
    [all...]
nispopulate.sh 306 MAPS="auto_master auto_home ethers group hosts ipnodes networks passwd protocols services rpc netmasks bootparams netgroup aliases timezone"
676 "ipnodes") echo "ipnodes.byaddr";;
999 if [ $EACH = "hosts" -o $EACH = "ipnodes" -o $EACH = "passwd" ]
1129 if [ $EACH = "hosts" -o $EACH = "ipnodes" -o $EACH = "passwd" ]
1249 # add_cred(): populate the NIS+ credential from hosts, ipnodes or passwd
1270 TABS="passwd hosts ipnodes"
1309 # are used in do_cred to load the passwd, hosts and ipnodes tables.
1439 TABLES="passwd hosts ipnodes"
1481 "ipnodes")
    [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
260 -e 's/^\(#ipnodes:\)\(.*[^#]\)\(#.*\)$/ipnodes: \2/' \
338 update_nss ipnodes
341 # If we added DNS to the hosts and ipnodes
  /onnv/onnv-gate/usr/src/lib/libdns_sd/
README 62 * Default nsswitch.dns includes mdns as source for hosts & ipnodes
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/in.ftpd/
ftpconfig.sh 211 copy_file /etc/inet/ipnodes 444 root:sys
  /onnv/onnv-gate/usr/src/cmd/ypcmd/yp2lscripts/
ypmap2src.sh 111 ipnodes )
112 MAP=${N2LPREFIX}ipnodes.byaddr
316 SRCFILE=ipnodes
739 ipnodes.byaddr
763 ${N2LPREFIX}ipnodes.byaddr
871 ${N2LPREFIX}ipnodes.byaddr )
  /onnv/onnv-gate/usr/src/cmd/tsol/misc/
txzonemgr.sh 121 export IPNODES
140 IPNODES=${ZONE_ETC_DIR}/inet/ipnodes
145 ENTRY=`grep $ghostname $IPNODES`
151 ERRORLIST="$ERRORLIST $IPNODES\n"
155 echo "$gipaddress\t$ghostname" >> $IPNODES
458 # Update hosts and ipnodes
467 grep "^${ipaddr}[^0-9]" /etc/inet/ipnodes >/dev/null
469 echo "$ipaddr\t$hostname" >> /etc/inet/ipnodes
  /onnv/onnv-gate/usr/src/cmd/mms/utility/explorer/
mmsexplorer 629 showfiles /etc/inet/ipnodes
  /onnv/onnv-gate/usr/src/cmd/krb5/kadmin/kclient/
kclient.sh 715 for i in hosts ipnodes
    [all...]
  /onnv/onnv-gate/usr/src/tools/scripts/
bfu.sh     [all...]

Completed in 780 milliseconds