Re: [2/2] net: Add support for enumerating the running services with 'net start'.
On Fri, Aug 26, 2011 at 17:41, Francois Gouget <fgouget(a)codeweavers.com> wrote:
---
Quite useful to see what services are actually running.
programs/net/net.c | 55 ++++++++++++++++++++++++++++++++++++++++++++- programs/net/net.rc | 4 ++- programs/net/resources.h | 2 + 3 files changed, 58 insertions(+), 3 deletions(-)
diff --git a/programs/net/net.c b/programs/net/net.c index 249c14d..ed26b43 100644 + STRING_RUNNING, " %s\n"
This one is not particularly translatable.
On Mon, 29 Aug 2011, Frédéric Delanoy wrote: [...]
diff --git a/programs/net/net.c b/programs/net/net.c index 249c14d..ed26b43 100644 + STRING_RUNNING, " %s\n"
This one is not particularly translatable.
That's quite true. I'll send a patch to remove it. -- Francois Gouget <fgouget(a)codeweavers.com>
participants (2)
-
Francois Gouget -
Frédéric Delanoy