Projects
home:rottame:yggdra_agents
dns_authoritative_provisioner
named_check_conf
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File named_check_conf 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_CHECK_CONF if not set if [ -z "$NAMED_CHECK_CONF" ]; then NAMED_CHECK_CONF="/usr/bin/named-checkconf" fi # Check that one parameter is provided if [ $# -lt 1 ]; then echo "Usage: $0 <named_conf>" >&2 exit 1 fi NAMED_CONF="$1" # Execute named-checkconf command exec "$NAMED_CHECK_CONF" "$NAMED_CONF"
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
.