Blame SOURCES/setregdomain.1

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