From fd5b5c8a10c3bc3fa1a93e199119bba829be1d6f Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Sun, 31 Jul 2016 09:53:30 +0200 Subject: [PATCH] gui: tweak WebGUI to Web GUI --- gui/baculum/debian/baculum-lighttpd.init | 8 ++++---- gui/baculum/debian/control | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/gui/baculum/debian/baculum-lighttpd.init b/gui/baculum/debian/baculum-lighttpd.init index 27f6fb30fb..28d161f945 100755 --- a/gui/baculum/debian/baculum-lighttpd.init +++ b/gui/baculum/debian/baculum-lighttpd.init @@ -6,11 +6,11 @@ # Default-Start: 2 3 4 5 # Default-Stop: 0 1 6 # Short-Description: Start/stop Baculum -# Description: Start the Baculum WebGUI Bacula Community tool. -# This script uses Lighttpd web server for working Baculum WebGUI tool. +# Description: Start the Baculum Web GUI. +# This script uses Lighttpd web server for working Baculum Web GUI tool. ### END INIT INFO -DESC="Baculum WebGUI Bacula Community tool" +DESC="Baculum Web GUI" NAME=baculum SCRIPTNAME=/etc/init.d/$NAME DAEMON=/usr/sbin/lighttpd @@ -90,4 +90,4 @@ case "$1" in ;; esac -exit 0 \ No newline at end of file +exit 0 diff --git a/gui/baculum/debian/control b/gui/baculum/debian/control index f57d866bbc..b68e4f4666 100644 --- a/gui/baculum/debian/control +++ b/gui/baculum/debian/control @@ -9,8 +9,8 @@ Package: baculum Section: web Architecture: all Depends: ${misc:Depends}, php5-cgi, php5-curl, php5-mysql, php5-pgsql, php5-sqlite, php5-json, libjs-excanvas, bacula-console -Description: WebGUI tool for Bacula Community program - Baculum is a web based tool to manage, administer and +Description: Web GUI tool for Bacula + Baculum is a Web based tool to manage, administer and monitor Bacula services. Baculum is written in PHP and uses the PRADO Framework. With Baculum installed in a Web server, you can run -- 2.39.5