Home
last modified time | relevance | path

Searched refs:DOMAIN (Results 1 – 25 of 57) sorted by relevance

123

/freebsd/usr.sbin/ypserv/
H A Dypinit.sh31 DOMAIN=`${DOMAINNAME}`
38 DOMAIN=`${DOMAINNAME}`
48 DOMAIN=${2}
55 DOMAIN=`${DOMAINNAME}`
63 DOMAIN=${2}
73 DOMAIN=${3}
96 if [ -z "${DOMAIN}" ]; then
124 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "`
131 YPMAPLIST=`${YPWHICH} -d ${DOMAIN} -m | cut -d\ -f1`
152 echo -n "Server Type: ${SERVERTYPE} Domain: ${DOMAIN}"
[all …]
H A DMakefile.yp65 DOMAIN = `/bin/domainname`
67 DOMAIN = $(UPDATE_DOMAIN)
82 YPMAPDIR = $(YPDIR)/$(DOMAIN)
129 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \
130 cd $(DOMAIN) ; echo "NIS Map update started on `date` for domain $(DOMAIN)" ; \
231 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byname ; fi
232 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byuid ; fi
234 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi
235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi
237 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) passwd.byname ; fi
[all …]
/freebsd/contrib/sendmail/contrib/
H A Dbuildvirtuser139 open(DOMAIN, "$virts/$domain") || die "Could not open file $virts/$domain: $!\n";
148 LINE: while (<DOMAIN>)
179 close(DOMAIN) || die "Could not close $virts/$domain: $!\n";
/freebsd/contrib/sendmail/cf/cf/
H A Dcs-hpux10.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-hpux9.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-solaris2.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-sunos4.1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Dcs-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
H A Ds2k-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
H A Ds2k-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
H A Dgeneric-mpeix.mc22 DOMAIN(generic)dnl
H A Dgeneric-linux.mc25 DOMAIN(generic)dnl
H A Dgeneric-osf1.mc25 DOMAIN(generic)dnl
H A Dgeneric-bsd4.4.mc26 DOMAIN(generic)dnl
H A Dgeneric-hpux10.mc25 DOMAIN(generic)dnl
H A Dgeneric-hpux9.mc25 DOMAIN(generic)dnl
/freebsd/sys/contrib/openzfs/config/
H A Dpo.m4329 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).properties)
331 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(DOMAIN)_$(lang).class)
337 # as $(foreach lang, $(ALL_LINGUAS), $(srcdir)/$(frob $(lang))/$(DOMAIN).resources.dll)
356 PROPERTIESFILES="$PROPERTIESFILES \$(srcdir)/\$(DOMAIN)_$lang.properties"
357 CLASSFILES="$CLASSFILES \$(srcdir)/\$(DOMAIN)_$lang.class"
362 RESOURCESDLLFILES="$RESOURCESDLLFILES $srcdirpre$frobbedlang/\$(DOMAIN).resources.dll"
398 JAVACATALOGS="$JAVACATALOGS \$(DOMAIN)_$lang.properties"
403 CSHARPCATALOGS="$CSHARPCATALOGS $frobbedlang/\$(DOMAIN).resources.dll"
425 $frobbedlang/\$(DOMAIN).resources.dll: $lang.po
426 ${tab}@echo "\$(MSGFMT) -c --csharp -d \$(srcdir) -l $lang $srcdirpre$lang.po -r \$(DOMAIN)"; \
[all …]
/freebsd/contrib/openresolv/
H A Dresolvconf.in603 DOMAIN=
649 DOMAIN="$(list_remove domain_blacklist $DOMAIN)"
656 echo "DOMAIN='$DOMAIN'"
/freebsd/contrib/sendmail/cf/domain/
H A DEECS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
H A DS2K.Berkeley.EDU.m416 DOMAIN(CS.Berkeley.EDU)dnl
H A DCS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
H A DBerkeley.EDU.m416 DOMAIN(berkeley-only)dnl
/freebsd/sbin/dhclient/
H A Ddhctoken.h121 #define DOMAIN 323 macro
/freebsd/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…

123