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:57:38 -0500
commitf952bc10e1e10c51e07295250168ed56d7e39e06 (patch)
tree82351521bd71d8de151a63ffa37ac83bf62024f3 /pkg/linux
parent4c550c558dcb554b3ea1bc0246492e39e8532886 (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.
"""