Blame SOURCES/setregdomain.1

fc4a72
.\" Copyright 2009 Red Hat, Inc.
fc4a72
.TH segregdomain 1 2014-11-19 "CRDA" "User Commands"
fc4a72
.SH NAME
fc4a72
setregdomain \- set regulatory domain based on country code
fc4a72
.SH SYNOPSIS               
fc4a72
.B setregdomain                  
fc4a72
.SH DESCRIPTION
fc4a72
setregdomain sets the regulatory domain for your system; it takes no
fc4a72
arguments and is normally called via system script (eg, udev) rather
fc4a72
than manually by an administrator.
fc4a72
fc4a72
The regulatory domain is represented by an ISO / IEC 3166-1 alpha2
fc4a72
country code.  By default, setregdomain attempts to determine
fc4a72
the appropriate country code by examining the target of the
fc4a72
.IR /etc/localtime
fc4a72
symbolic link.  That information is used to look-up the matching
fc4a72
country code in the
fc4a72
.IR /usr/share/zoneinfo/zone.tab
fc4a72
file.
fc4a72
fc4a72
The country code look-up may fail.  This could be due to faulty
fc4a72
or incomplete information in the
fc4a72
.IR /usr/share/zoneinfo/zone.tab
fc4a72
file, or the use of an actual file rather than a symlink for
fc4a72
.IR /etc/localtime
fc4a72
, among other possibilities.  In those cases the system
fc4a72
administrator should define a COUNTRY environment variable in the
fc4a72
.IR /etc/sysconfig/regdomain
fc4a72
file.  This value will be used as the country code and the country
fc4a72
code look-up will be skipped.
fc4a72
.SH "FILES"
fc4a72
.BR /etc/sysconfig/regdomain
fc4a72
.BR /etc/localtime
fc4a72
.BR /usr/share/zoneinfo/zone.tab
fc4a72
.SH "SEE ALSO"
fc4a72
.BR iw (1)