From bddd56097de39d5ee93e589ac054e40b945ca941 Mon Sep 17 00:00:00 2001 From: flepied Date: Sun, 1 Aug 2004 23:20:33 +0000 Subject: fixed header and strings to remove the drakxservice references git-svn-id: svn+ssh://svn.mandriva.com/svn/soft/s2u/trunk@179776 99302b65-d5f7-0310-b3dd-f8cd6f4e3d94 --- s2u.c | 27 ++++++++++++++++++++++----- 1 file changed, 22 insertions(+), 5 deletions(-) diff --git a/s2u.c b/s2u.c index cdf0d53..9499238 100644 --- a/s2u.c +++ b/s2u.c @@ -1,6 +1,15 @@ +/*=========================================================================== + * Project : Mandrakelinux + * Module : s2u + * File : s2u.c + * Version : $Id$ + * Authors : Stew Benedict and Frederic Lepied + * Created On : Mon Aug 2 08:28:19 2004 + * Purpose : read dbus messages addressed to the user and take + * appropriate actions. + *===========================================================================*/ + /*************************************************************************** - * - * s2u.c : Mandrakesoft messaging service * * Copyright (C) 2004 Mandrakesoft * Stew Benedict, @@ -51,14 +60,14 @@ static gchar *cookie = NULL; static void usage () { - fprintf (stderr, "\n" "usage : drakservice [--daemon=yes|no] [--help]\n"); + fprintf (stderr, "\n" "usage : s2u [--daemon=yes|no] [--help]\n"); fprintf (stderr, "\n" " --daemon=yes|no Become a daemon\n" " --help Show this information and exit\n" "\n" - "drakservice monitors messages through D-BUS,\n" - "passing them on to the user.\n"); + "s2u monitors messages through D-BUS,\n" + "taking appropraite actions.\n"); } @@ -361,3 +370,11 @@ main (int argc, char *argv[]) return 0; } + +/* + * Local variables: + * mode: c + * End: + * + * s2u.c ends here + */ -- cgit v1.2.1