Projects
home:rottame:yggdra_agents
dns_authoritative_provisioner
pdns_reload
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File pdns_reload of Package dns_authoritative_provisioner
#!/bin/sh # Source pdns_env if present if [ -f /etc/dns_authoritative_provisioner/pdns_env ]; then . /etc/dns_authoritative_provisioner/pdns_env fi # Set default PDNS_CONTROL_BIN if not set if [ -z "$PDNS_CONTROL_BIN" ]; then PDNS_CONTROL_BIN="/usr/bin/pdns_control" fi # Execute pdns_control reload command exec "$PDNS_CONTROL_BIN" reload
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
.