summarylogtreecommitdiffstats
path: root/nm.py.patch
blob: 7dab1dabab5615d8a04c8d0634598d55f650774b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- nm.py-5.1.3.orig	2020-06-03 18:30:33.236358565 +0100
+++ nm.py-5.1.3.arch	2020-06-03 18:30:17.606358578 +0100
@@ -276,7 +276,9 @@
         syslog(LOG_INFO, '[has_system_dnsmasq] dnsmasq bus present')
         return True
 
-    if distro.linux_distribution()[0] != 'Fedora':
+    # this is PKGBUILD for Arch so this check should always yield True
+    # if platform.linux_distribution()[0] != 'Fedora':
+    if True:
         try:
             bus = dbus.SystemBus()
             proxy = bus.get_object(