Searched refs:DOM (Results 1 – 5 of 5) sorted by relevance
/titanic_52/usr/src/cmd/ypcmd/net_files/ |
H A D | Makefile | 59 DOM = `domainname` macro 97 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%s\t%s\n", $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \ 98 (nawk 'BEGIN { FS=":"; OFS=":" } /^[a-zA-Z0-9_]/ { $$2 = "##" $$1; printf "%-10d\t%s\n", $$3, $$0 }' $(PWDIR)/passwd $(CHKPIPE)) | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \ 100 (nawk 'BEGIN { FS=":"; OFS=":"; while ( getline < "$(PWDIR)/shadow" > 0) shadow[$$1] = $$2; } /^[a-zA-Z0-9_]/ { $$2 = shadow[$$1]; printf "%s\t%s\n",$$1,$$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \ 101 (nawk 'BEGIN { FS=":"; OFS=":"; while ( getline < "$(PWDIR)/shadow" > 0) shadow[$$1] = $$2; } /^[a-zA-Z0-9_]/ { $$2 = shadow[$$1]; printf "%-10d\t%s\n",$$3,$$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \ 103 (awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byname; \ 104 (awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { printf("%-10d ", $$3); print $$0 }' $(PWDIR)/passwd $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/passwd.byuid; \ 108 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) passwd.byname; fi 109 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) passwd.byuid; fi 113 @(awk 'BEGIN { FS=":"; OFS="\t"; } /^[a-zA-Z0-9_]/ { print $$1, $$0 }' $(DIR)/group $(CHKPIPE))| $(MAKEDBM) - $(YPDBDIR)/$(DOM)/grou [all...] |
/titanic_52/usr/src/cmd/print/scripts/ |
H A D | Makefile.yp | 36 $(DOM)/printers.conf.time: $(DIR)/printers.conf 45 | $(MAKEDBM) - $(YPDBDIR)/$(DOM)/printers.conf.byname ; \ 46 touch $(DOM)/printers.conf.time; \ 48 if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOM) printers.conf.byname; \ 58 printers.conf: $(DOM)/printers.conf.time
|
/titanic_52/usr/src/lib/libunistat/common/solaris/ |
H A D | solaris.err | 55 DOM = Math arg out of domain of func
|
/titanic_52/usr/src/cmd/ldap/ns_ldap/ |
H A D | idsconfig.sh | 984 DOM="" # Set to NULL 987 DOM=`/usr/xpg4/bin/grep -i -E '^domain|^search' /etc/resolv.conf \ 991 # If for any reason the DOM did not get set (error'd resolv.conf) set 992 # DOM to the domainname command's output. 993 if [ "$DOM" = "" ]; then 994 DOM=`domainname` # domain from domainname command. 1012 LDAP_DOMAIN=$DOM # domainname on Server (default value) 1352 get_ans "Enter domainname to be served (h=help):" $DOM
|
/titanic_52/usr/src/data/hwdata/ |
H A D | pci.ids | 24917 0010 Networking DOM Engine [all...] |