1
0
mirror of https://github.com/gryf/wicd.git synced 2025-12-31 02:52:29 +01:00

Still trying to fix this...

This commit is contained in:
Dan O'Reilly
2009-03-08 23:39:41 -04:00
2 changed files with 16 additions and 0 deletions

13
in/init=lunar=wicd.in Executable file
View File

@@ -0,0 +1,13 @@
#!/bin/bash
#
# Startup script for wicd
#
# chkconfig: 345 99 01
#
# description: wicd wireless/wired internet connection daemon
#
# processname: wicd
# pidfile: %PIDFILE%
#
. /lib/lsb/init-functions $1

View File

@@ -162,6 +162,9 @@ class configure(Command):
self.initfile = 'init/pld/wicd'
elif os.path.exists('/usr/bin/crux'):
self.init = '/etc/rc.d/'
elif os.path.exists('/etc/lunar.release'):
self.init='/etc/init.d/'
self.initfile = 'init/lunar/wicd'
else:
self.init = 'FAIL'
self.no_install_init = True