Projects
home:rottame:yggdra_agents
dns_authoritative_provisioner
named_check_zone
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File named_check_zone of Package dns_authoritative_provisioner
#!/bin/sh # Source named_env if present if [ -f /etc/dns_authoritative_provisioner/named_env ]; then . /etc/dns_authoritative_provisioner/named_env fi # Set default NAMED_CHECKZONE_BIN if not set if [ -z "$NAMED_CHECKZONE_BIN" ]; then NAMED_CHECKZONE_BIN="/usr/bin/named-checkzone" fi # Check that two parameters are provided if [ $# -lt 2 ]; then echo "Usage: $0 <zone> <zone_file>" >&2 exit 1 fi ZONE="$1" ZONE_FILE="$2" # Execute named-checkzone command exec "$NAMED_CHECKZONE_BIN" -c IN "$ZONE" "$ZONE_FILE"
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.