]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove installing gconsole start script from Makefile.in
authorKern Sibbald <kern@sibbald.com>
Sun, 2 Aug 2009 10:45:15 +0000 (12:45 +0200)
committerKern Sibbald <kern@sibbald.com>
Sun, 2 Aug 2009 10:45:15 +0000 (12:45 +0200)
bacula/scripts/Makefile.in
bacula/technotes

index 01c436c35ada0dbc425f7b5b5554d9cfb5d8a581..2f1fd9d743ae1014fdcad17f5fc4c58a2cfe7943 100755 (executable)
@@ -36,7 +36,6 @@ install: installdirs
        $(INSTALL_SCRIPT) startmysql $(DESTDIR)$(scriptdir)/startmysql
        $(INSTALL_SCRIPT) stopmysql $(DESTDIR)$(scriptdir)/stopmysql
        $(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole
-       $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole
        $(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula
        $(INSTALL_SCRIPT) bacula $(DESTDIR)$(sbindir)/bacula
        $(INSTALL_SCRIPT) bacula-ctl-dir $(DESTDIR)$(scriptdir)/bacula-ctl-dir
index d06f76ca3a91b619ed9d5b17dab0d4c6fd9682ed..1ebe74dc0c42c631e404c9795df255c646c6963e 100644 (file)
@@ -2,6 +2,8 @@
           
 General:
 
+02Aug09
+kes  Remove installing gconsole start script from Makefile.in
 01Aug09
 ebl  Add Job Info panel to bat
 30Jul09