[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCHES] Add wicd and wicd-service
From: |
Mark H Weaver |
Subject: |
Re: [PATCHES] Add wicd and wicd-service |
Date: |
Wed, 04 Feb 2015 18:39:58 -0500 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
I've pushed these to master.
Mark H Weaver <address@hidden> writes:
> Anyway, if you want to try this out, here's what you need to change in
> your OS configuration:
>
> * (use-modules (gnu packages wicd)
> (gnu services networking))
> * Add wicd to the list passed to 'dbus-service'.
> * Add (wicd-service) to 'services'.
> * Add wicd to 'packages' (optional but recommended).
One more thing: you should remove (dhcp-client-service) if it's already
there. wicd starts dhclient on its own, and I suspect it would cause
problems if two are running on the same interfaces.
Mark