Searched refs:DOMAIN (Results 1 – 25 of 58) sorted by relevance
123
| /freebsd-11-stable/usr.sbin/ypserv/ |
| HD | 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 125 COUNT=`${YPWHICH} -d ${DOMAIN} -m 2>/dev/null | grep -i ${MASTER} | wc -l | tr -d " "` 132 YPMAPLIST=`${YPWHICH} -d ${DOMAIN} -m | cut -d\ -f1` 153 echo -n "Server Type: ${SERVERTYPE} Domain: ${DOMAIN}" [all …]
|
| HD | Makefile.yp | 66 DOMAIN = `/bin/domainname` 68 DOMAIN = $(UPDATE_DOMAIN) 83 YPMAPDIR = $(YPDIR)/$(DOMAIN) 130 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \ 131 cd $(DOMAIN) ; echo "NIS Map update started on `date` for domain $(DOMAIN)" ; \ 232 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byname ; fi 233 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byuid ; fi 235 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi 236 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi 238 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) passwd.byname ; fi [all …]
|
| /freebsd-11-stable/contrib/amd/scripts/ |
| HD | 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-11-stable/contrib/sendmail/contrib/ |
| HD | 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-11-stable/contrib/sendmail/cf/cf/ |
| HD | s2k-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| HD | cs-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | cs-solaris2.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | s2k-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| HD | cs-hpux9.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | cs-hpux10.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | cs-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | cs-sunos4.1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | generic-mpeix.mc | 22 DOMAIN(generic)dnl
|
| HD | generic-linux.mc | 25 DOMAIN(generic)dnl
|
| HD | generic-osf1.mc | 25 DOMAIN(generic)dnl
|
| HD | generic-hpux10.mc | 25 DOMAIN(generic)dnl
|
| HD | generic-sunos4.1.mc | 25 DOMAIN(generic)dnl
|
| /freebsd-11-stable/contrib/groff/src/libs/libgroff/ |
| HD | matherr.c | 35 case DOMAIN:
|
| /freebsd-11-stable/contrib/openresolv/ |
| HD | resolvconf.in | 572 DOMAIN= 617 DOMAIN="$(list_remove domain_blacklist $DOMAIN)" 624 echo "DOMAIN='$DOMAIN'"
|
| /freebsd-11-stable/contrib/sendmail/cf/domain/ |
| HD | EECS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| HD | S2K.Berkeley.EDU.m4 | 16 DOMAIN(CS.Berkeley.EDU)dnl
|
| HD | CS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| HD | Berkeley.EDU.m4 | 16 DOMAIN(berkeley-only)dnl
|
| /freebsd-11-stable/sbin/dhclient/ |
| HD | dhctoken.h | 123 #define DOMAIN 323 macro
|
| /freebsd-11-stable/contrib/wpa/hostapd/ |
| HD | hostapd.eap_user_sqlite | 16 INSERT INTO users(identity,methods,password,phase2) VALUES ('DOMAIN\mschapv2 user','TTLS-MSCHAPV2',…
|
123