Projects
home:rottame:yggdra_agents
dns_authoritative_provisioner
named_freeze
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File named_freeze 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 RNDC_BIN if not set if [ -z "$RNDC_BIN" ]; then RNDC_BIN="/usr/sbin/rndc" fi # Set default RNDC_CONF if not set if [ -z "$RNDC_CONF" ]; then RNDC_CONF="/etc/rndc.conf" fi # Check that at least one parameter is provided if [ $# -lt 1 ]; then echo "Usage: $0 <zone>" >&2 exit 1 fi ZONE="$1" # Execute rndc freeze command exec "$RNDC_BIN" -c "$RNDC_CONF" freeze "$ZONE"
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
.