]> git.sur5r.net Git - bacula/bacula/commitdiff
Make Win32 service name include the word Backup
authorKern Sibbald <kern@sibbald.com>
Tue, 9 Nov 2010 22:11:42 +0000 (23:11 +0100)
committerKern Sibbald <kern@sibbald.com>
Sun, 28 Nov 2010 07:52:37 +0000 (08:52 +0100)
bacula/src/win32/filed/who.h

index 6a34fa00328cdf3e590ed8de0c206cd44886614b..6266800bf372c4b5e5c74056b522f3f2ae260b4c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2007 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 /*
  * Kern Sibbald, August 2007
  *
- * Version $Id$
- *
  * This file is pulled in by certain generic routines in libwin32
  *   to define the names of the daemon that is being built.
  */
 
 #define APP_NAME "Bacula-fd" 
 #define LC_APP_NAME "bacula-fd"
-#define APP_DESC "Bacula File Service"
+#define APP_DESC "Bacula File Backup Service"
 
 #define terminate_app(x) terminate_filed(x)
 extern void terminate_filed(int sig);