Home
last modified time | relevance | path

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

123

/freebsd-12.1/usr.sbin/ypserv/
H A Dypinit.sh32 DOMAIN=`${DOMAINNAME}`
39 DOMAIN=`${DOMAINNAME}`
49 DOMAIN=${2}
56 DOMAIN=`${DOMAINNAME}`
64 DOMAIN=${2}
74 DOMAIN=${3}
97 if [ -z "${DOMAIN}" ]; then
183 if [ -d "${YP_DIR}/${DOMAIN}" ]; then
199 if ! rm -rf ${YP_DIR}/${DOMAIN}; then
209 if ! mkdir "${YP_DIR}/${DOMAIN}"; then
[all …]
H A DMakefile.yp66 DOMAIN = `/bin/domainname`
68 DOMAIN = $(UPDATE_DOMAIN)
83 YPMAPDIR = $(YPDIR)/$(DOMAIN)
130 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \
264 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
275 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
287 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
300 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
313 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
326 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) $@; fi
[all …]
/freebsd-12.1/contrib/amd/scripts/
H A Dautomount2amd.in36 $DOMAIN='';
60 if (defined($DOMAIN) && $DOMAIN ne "") {
62 $machine, $DOMAIN, $path);
64 $DOMAIN, $machine, $path);
65 printf " rhost:=%s.%s;rfs:=%s\n\n", $machine, $DOMAIN, $path;
/freebsd-12.1/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-12.1/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-osf1.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 Dcs-hpux9.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 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-hpux9.mc25 DOMAIN(generic)dnl
H A Dgeneric-bsd4.4.mc26 DOMAIN(generic)dnl
H A Dgeneric-sunos4.1.mc25 DOMAIN(generic)dnl
/freebsd-12.1/contrib/openresolv/
H A Dresolvconf.in572 DOMAIN=
617 DOMAIN="$(list_remove domain_blacklist $DOMAIN)"
624 echo "DOMAIN='$DOMAIN'"
/freebsd-12.1/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-12.1/sbin/dhclient/
H A Ddhctoken.h123 #define DOMAIN 323 macro
/freebsd-12.1/contrib/wpa/hostapd/
H A Dhostapd.eap_user_sqlite16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…

123