From a17154c3d018c288521d8121da9d779a21219a1a Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Tue, 9 Nov 2010 23:11:42 +0100 Subject: [PATCH] Make Win32 service name include the word Backup --- bacula/src/win32/filed/who.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bacula/src/win32/filed/who.h b/bacula/src/win32/filed/who.h index 6a34fa0032..6266800bf3 100644 --- a/bacula/src/win32/filed/who.h +++ b/bacula/src/win32/filed/who.h @@ -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. @@ -28,15 +28,13 @@ /* * 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); -- 2.39.2