summaryrefslogtreecommitdiff
path: root/pkg/linux
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2014-05-20 18:03:03 -0500
committerKali Kaneko <kali@leap.se>2014-05-20 18:03:03 -0500
commit326fb44d2c494f21cd33b9b30a67f1f814be14bc (patch)
tree0900e51cfee6284bf6f30a07dd664cf13934fd6a /pkg/linux
parent6bf04b96809520ecc338e41529d39d049a7eab8f (diff)
fix nameserver restoring. Closes: #5692
Diffstat (limited to 'pkg/linux')
-rwxr-xr-xpkg/linux/bitmask-root2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/linux/bitmask-root b/pkg/linux/bitmask-root
index 136fd6a4..6badeedd 100755
--- a/pkg/linux/bitmask-root
+++ b/pkg/linux/bitmask-root
@@ -566,7 +566,7 @@ class NameserverRestorer(Daemon):
A daemon that will restore the previous nameservers.
"""
- def run(self):
+ def run(self, *args):
"""
Run when daemonized.
"""