diff --git a/setup.py b/setup.py index b8bd9b9..e2d4fe2 100755 --- a/setup.py +++ b/setup.py @@ -154,6 +154,8 @@ class configure(Command): elif os.path.exists('/etc/pld-release'): self.init = '/etc/rc.d/init.d/' self.initfile = 'init/pld/wicd' + elif os.path.exists('/usr/bin/crux'): + self.init = '/etc/rc.d/' else: self.init = 'FAIL' self.initfile = 'FAIL'