From e50a81cca5ec7cacaa3c787d217ac63997fb3347 Mon Sep 17 00:00:00 2001 From: Eric Bollengier Date: Thu, 17 Dec 2009 11:47:11 +0100 Subject: [PATCH] tweak bacula macro --- bacula/platforms/debian/bacula-dir.in | 6 +++--- bacula/platforms/debian/bacula-fd.in | 6 +++--- bacula/platforms/debian/bacula-sd.in | 6 +++--- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/bacula/platforms/debian/bacula-dir.in b/bacula/platforms/debian/bacula-dir.in index c784e25a69..a1ad368aad 100644 --- a/bacula/platforms/debian/bacula-dir.in +++ b/bacula/platforms/debian/bacula-dir.in @@ -14,13 +14,13 @@ # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start $BACULA Director daemon at boot time -# Description: Enable $BACULA Director. +# Short-Description: Start @BACULA@ Director daemon at boot time +# Description: Enable @BACULA@ Director. ### END INIT INFO # NAME="bacula-dir" -DESC="$Bacula Director" +DESC="@BACULA@ Director" DAEMON=@sbindir@/${NAME} BUSER=@dir_user@ BGROUP=@dir_group@ diff --git a/bacula/platforms/debian/bacula-fd.in b/bacula/platforms/debian/bacula-fd.in index 9b9832aac0..1d1c90adaf 100644 --- a/bacula/platforms/debian/bacula-fd.in +++ b/bacula/platforms/debian/bacula-fd.in @@ -14,13 +14,13 @@ # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start $BACULA Client daemon at boot time -# Description: Enable $BACULA Client. +# Short-Description: Start @BACULA@ Client daemon at boot time +# Description: Enable @BACULA@ Client. ### END INIT INFO NAME="bacula-fd" -DESC="$Bacula File Daemon" +DESC="@BACULA@ File Daemon" DAEMON=@sbindir@/${NAME} BUSER=@fd_user@ BGROUP=@fd_group@ diff --git a/bacula/platforms/debian/bacula-sd.in b/bacula/platforms/debian/bacula-sd.in index 146fdeb897..4b0f712f86 100644 --- a/bacula/platforms/debian/bacula-sd.in +++ b/bacula/platforms/debian/bacula-sd.in @@ -14,13 +14,13 @@ # Required-Stop: $network # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 -# Short-Description: Start $BACULA Storage daemon at boot time -# Description: Enable $BACULA Storage daemon. +# Short-Description: Start @BACULA@ Storage daemon at boot time +# Description: Enable @BACULA@ Storage daemon. ### END INIT INFO NAME="bacula-sd" -DESC="$Bacula Storage Daemon" +DESC="@BACULA@ Storage Daemon" DAEMON=@sbindir@/${NAME} BUSER=@sd_user@ BGROUP=@sd_group@ -- 2.39.5