Searched refs:DOMAIN (Results 1 – 25 of 57) sorted by relevance
123
| /freebsd-12.1/usr.sbin/ypserv/ |
| H A D | ypinit.sh | 32 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 D | Makefile.yp | 66 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 D | automount2amd.in | 36 $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 D | buildvirtuser | 139 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 D | cs-hpux10.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | cs-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | cs-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | s2k-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| H A D | s2k-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| H A D | cs-hpux9.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | cs-solaris2.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | cs-sunos4.1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | generic-mpeix.mc | 22 DOMAIN(generic)dnl
|
| H A D | generic-linux.mc | 25 DOMAIN(generic)dnl
|
| H A D | generic-osf1.mc | 25 DOMAIN(generic)dnl
|
| H A D | generic-hpux9.mc | 25 DOMAIN(generic)dnl
|
| H A D | generic-bsd4.4.mc | 26 DOMAIN(generic)dnl
|
| H A D | generic-sunos4.1.mc | 25 DOMAIN(generic)dnl
|
| /freebsd-12.1/contrib/openresolv/ |
| H A D | resolvconf.in | 572 DOMAIN= 617 DOMAIN="$(list_remove domain_blacklist $DOMAIN)" 624 echo "DOMAIN='$DOMAIN'"
|
| /freebsd-12.1/contrib/sendmail/cf/domain/ |
| H A D | EECS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| H A D | S2K.Berkeley.EDU.m4 | 16 DOMAIN(CS.Berkeley.EDU)dnl
|
| H A D | CS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| H A D | Berkeley.EDU.m4 | 16 DOMAIN(berkeley-only)dnl
|
| /freebsd-12.1/sbin/dhclient/ |
| H A D | dhctoken.h | 123 #define DOMAIN 323 macro
|
| /freebsd-12.1/contrib/wpa/hostapd/ |
| H A D | hostapd.eap_user_sqlite | 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
123