Server : Apache/2.4.58 (Ubuntu) System : Linux yumsem00.cafe24.com 5.4.0-131-generic #147-Ubuntu SMP Fri Oct 14 17:07:22 UTC 2022 x86_64 User : root ( 0) PHP Version : 8.2.14 Disable Function : NONE Directory : /var/lib/dpkg/info/ |
Upload File : |
#!/bin/sh if [ "$1" = "configure" ]; then { egrep -s -l '^[[:space:]]*REGDOMAIN=EU\b' /etc/default/crda ; egrep -s -l '^[[:space:]]*options[[:space:]]+cfg80211\b.*\bieee80211_regdom=EU\b' /etc/modprobe.conf /etc/modprobe.d/*.conf; } | \ while read conf; do echo >&2 "W: $conf selects the 'EU' wireless regulatory domain, which no longer exists." echo >&2 "W: It should be changed to select a specific country (ISO 3166 alpha-2 code)." done fi