Searched refs:SERVERNAME (Results 1 - 5 of 5) sorted by relevance

/freebsd-11-stable/etc/
H A Dportsnap.conf13 SERVERNAME=portsnap.FreeBSD.org
/freebsd-11-stable/contrib/unbound/smallapp/
H A Dunbound-control-setup.sh.in42 SERVERNAME=unbound
130 commonName=$SERVERNAME
135 subjectAltName=DNS:$SERVERNAME
H A Dunbound-control-setup.sh42 SERVERNAME=unbound
117 echo "commonName=$SERVERNAME" >> request.cfg
/freebsd-11-stable/usr.sbin/portsnap/portsnap/
H A Dportsnap.sh91 SERVERNAME=""
151 if [ ! -z "${SERVERNAME}" ]; then usage; fi
152 shift; SERVERNAME="$1"
198 # Read {KEYPRINT, SERVERNAME, WORKDIR, PORTSDIR} from the configuration
205 for X in KEYPRINT WORKDIR PORTSDIR SERVERNAME; do
261 "SERVERNAME must be given via command line or configuration file."
266 if [ -z "${SERVERNAME}" ]; then
344 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
345 # from that; or if no servers are returned, use ${SERVERNAME}.
365 echo -n "Looking up ${SERVERNAME} mirror
[all...]
/freebsd-11-stable/usr.sbin/freebsd-update/
H A Dfreebsd-update.sh98 CONFIGOPTIONS="KEYPRINT WORKDIR SERVERNAME MAILTO ALLOWADD ALLOWDELETE
147 if [ -z ${SERVERNAME} ]; then
148 SERVERNAME=$1
634 "SERVERNAME must be given via command line or configuration file."
640 if [ -z "${SERVERNAME}" ]; then
898 "SERVERNAME must be given via command line or configuration file."
903 if [ -z "${SERVERNAME}" ]; then
976 # Put another way... look up _http._tcp.${SERVERNAME} and pick a server
977 # from that; or if no servers are returned, use ${SERVERNAME}.
997 echo -n "Looking up ${SERVERNAME} mirror
[all...]

Completed in 172 milliseconds