Home
last modified time | relevance | path

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

123

/freebsd-9-stable/usr.sbin/ypserv/
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 …]
DMakefile.yp66 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/
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-9-stable/contrib/sendmail/contrib/
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-9-stable/contrib/dialog/samples/copifuncs/
Dcopi.funcs24 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/
Ds2k-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
Dcs-solaris2.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Dcs-hpux9.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Ds2k-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(S2K.Berkeley.EDU)dnl
Dcs-hpux10.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Dcs-osf1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Dcs-ultrix4.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Dcs-sunos4.1.mc21 # `DOMAIN' macro below to reference that file, and copy the result
28 DOMAIN(CS.Berkeley.EDU)dnl
Dgeneric-mpeix.mc22 DOMAIN(generic)dnl
Dgeneric-linux.mc25 DOMAIN(generic)dnl
Dgeneric-osf1.mc25 DOMAIN(generic)dnl
Dgeneric-hpux10.mc25 DOMAIN(generic)dnl
Dgeneric-ultrix4.mc25 DOMAIN(generic)dnl
/freebsd-9-stable/contrib/xz/po/
DMakevars4 DOMAIN = $(PACKAGE)
14 # $(DOMAIN).pot file. Set this to the copyright holder of the surrounding
/freebsd-9-stable/contrib/groff/src/libs/libgroff/
Dmatherr.c35 case DOMAIN:
/freebsd-9-stable/contrib/sendmail/cf/domain/
DEECS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
DS2K.Berkeley.EDU.m416 DOMAIN(CS.Berkeley.EDU)dnl
DCS.Berkeley.EDU.m416 DOMAIN(Berkeley.EDU)dnl
DBerkeley.EDU.m416 DOMAIN(berkeley-only)dnl
/freebsd-9-stable/sbin/dhclient/
Ddhctoken.h119 #define DOMAIN 323 macro

123