From: Kern Sibbald Date: Sun, 11 Aug 2002 20:44:04 +0000 (+0000) Subject: Update configure + add x bit for console X-Git-Tag: Release-1.24~12 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=22b08016d8c85d9c5d6a1252830d2aa647e1194f;p=bacula%2Fbacula Update configure + add x bit for console git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@88 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/Makefile.in b/bacula/Makefile.in index 2ac0936721..3f17dcc86d 100755 --- a/bacula/Makefile.in +++ b/bacula/Makefile.in @@ -123,7 +123,7 @@ Makefile: Makefile.in Makefiles: $(SHELL) config.status chmod 755 startmysql stopmysql bacula fd startit stopit btraceback - chmod 755 mtx-changer + chmod 755 mtx-changer console gconsole chmod 755 src/console/btraceback src/lib/btraceback chmod 755 src/dird/btraceback src/filed/btraceback chmod 755 src/stored/btraceback @@ -156,6 +156,7 @@ distclean: @(cd $(srcdir); $(RMF) Makefile autoconf/Make.common) @(cd platforms; echo "==>Entering directory `pwd`"; ${MAKE} $@ || exit 1) @$(RMF) bacula fd Makefile startmysql stopmysql startit stopit btraceback + @$(RMF) console gconsole @$(RMF) *~ 1 2 3 core core.* @$(RMF) working/* diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index c4e72f5b0f..d75ba911eb 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1217,6 +1217,7 @@ AC_OUTPUT([autoconf/Make.common \ ) chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer +chmod 755 console gconsole cp -f startit stopit btraceback btraceback.gdb src/console cp -f startit stopit btraceback btraceback.gdb src/dird cp -f startit stopit btraceback btraceback.gdb src/filed diff --git a/bacula/configure b/bacula/configure index d20174bfc7..9a66191f0d 100755 --- a/bacula/configure +++ b/bacula/configure @@ -9613,6 +9613,7 @@ test "$no_create" = yes || ${CONFIG_SHELL-/bin/sh} $CONFIG_STATUS || exit 1 chmod 755 startmysql stopmysql bacula startit stopit btraceback mtx-changer +chmod 755 console gconsole cp -f startit stopit btraceback btraceback.gdb src/console cp -f startit stopit btraceback btraceback.gdb src/dird cp -f startit stopit btraceback btraceback.gdb src/filed