Searched refs:DOMAIN (Results 1 – 25 of 55) sorted by relevance
123
| /freebsd-9-stable/usr.sbin/ypserv/ |
| D | ypinit.sh | 31 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 …]
|
| D | Makefile.yp | 66 DOMAIN = `/bin/domainname` 68 DOMAIN = $(UPDATE_DOMAIN) 83 YPMAPDIR = $(YPDIR)/$(DOMAIN) 129 @if [ ! -d $(DOMAIN) ]; then mkdir $(DOMAIN); fi; \ 130 cd $(DOMAIN) ; echo "NIS Map update started on `date` for domain $(DOMAIN)" ; \ 224 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byname ; fi 225 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) master.passwd.byuid ; fi 227 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byname ; fi 228 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) shadow.byuid ; fi 230 @if [ ! $(NOPUSH) ]; then $(YPPUSH) -d $(DOMAIN) passwd.byname ; fi [all …]
|
| /freebsd-9-stable/contrib/amd/scripts/ |
| 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-9-stable/contrib/sendmail/contrib/ |
| 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-9-stable/contrib/dialog/samples/copifuncs/ |
| D | copi.funcs | 24 DOMAIN=`hostname -d` 92 DOMAIN=`echo $FQDN | cut -f2- -d.` 154 echo domain $DOMAIN >/etc/resolv.conf 265 server: $HOST.$DOMAIN 266 domain: $DOMAIN 373 localhost.$DOMAIN:Read Post:::* 374 $HOST.$DOMAIN:Read Post:::* 397 $HOST.$DOMAIN: 1193 hostnames=$HOST:$HOST.$DOMAIN 1194 domains=$DOMAIN
|
| /freebsd-9-stable/contrib/sendmail/cf/cf/ |
| D | s2k-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| D | cs-solaris2.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | cs-hpux9.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | s2k-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(S2K.Berkeley.EDU)dnl
|
| D | cs-hpux10.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | cs-osf1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | cs-ultrix4.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | cs-sunos4.1.mc | 21 # `DOMAIN' macro below to reference that file, and copy the result 28 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | generic-mpeix.mc | 22 DOMAIN(generic)dnl
|
| D | generic-linux.mc | 25 DOMAIN(generic)dnl
|
| D | generic-osf1.mc | 25 DOMAIN(generic)dnl
|
| D | generic-hpux10.mc | 25 DOMAIN(generic)dnl
|
| D | generic-ultrix4.mc | 25 DOMAIN(generic)dnl
|
| /freebsd-9-stable/contrib/xz/po/ |
| D | Makevars | 4 DOMAIN = $(PACKAGE) 14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
|
| /freebsd-9-stable/contrib/groff/src/libs/libgroff/ |
| D | matherr.c | 35 case DOMAIN:
|
| /freebsd-9-stable/contrib/sendmail/cf/domain/ |
| D | EECS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| D | S2K.Berkeley.EDU.m4 | 16 DOMAIN(CS.Berkeley.EDU)dnl
|
| D | CS.Berkeley.EDU.m4 | 16 DOMAIN(Berkeley.EDU)dnl
|
| D | Berkeley.EDU.m4 | 16 DOMAIN(berkeley-only)dnl
|
| /freebsd-9-stable/sbin/dhclient/ |
| D | dhctoken.h | 119 #define DOMAIN 323 macro
|
123