bf379a66de
--HG-- extra : convert_revision : 289e7b188e77d8db0f44470cdc5573a928312ee5
10 lines
108 B
Text
10 lines
108 B
Text
#!/sbin/runscript
|
|
|
|
command=/usr/sbin/wicd
|
|
pidfile=/var/run/wicd/wicd.pid
|
|
|
|
depend()
|
|
{
|
|
need dbus
|
|
need hal
|
|
}
|