From fbb9d2766e3f4cf4a6ee29f5b6ad5b970bb6fed5 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Fri, 16 Jul 2004 22:19:03 +0000 Subject: [PATCH] Remove fd from scripts directory git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1475 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/scripts/Makefile.in | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/bacula/scripts/Makefile.in b/bacula/scripts/Makefile.in index 4e6019e09b..aa535cd18e 100755 --- a/bacula/scripts/Makefile.in +++ b/bacula/scripts/Makefile.in @@ -37,7 +37,6 @@ install: installdirs $(INSTALL_SCRIPT) bconsole $(DESTDIR)$(scriptdir)/bconsole $(INSTALL_SCRIPT) gconsole $(DESTDIR)$(scriptdir)/gconsole $(INSTALL_SCRIPT) bacula $(DESTDIR)$(scriptdir)/bacula - $(INSTALL_SCRIPT) fd $(DESTDIR)$(scriptdir)/fd $(INSTALL_SCRIPT) mtx-changer $(DESTDIR)$(scriptdir)/mtx-changer $(INSTALL_DATA) btraceback.gdb $(DESTDIR)$(scriptdir)/btraceback.gdb $(INSTALL_SCRIPT) btraceback $(DESTDIR)$(sbindir)/btraceback @@ -57,12 +56,12 @@ uninstall: Makefile: Makefile.in cd $(topdir) \ && CONFIG_FILES=$(thisdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status - chmod 755 startmysql stopmysql bacula fd startit stopit btraceback + chmod 755 startmysql stopmysql bacula startit stopit btraceback chmod 755 mtx-changer bconsole gconsole Makefiles: $(SHELL) config.status - chmod 755 startmysql stopmysql bacula fd startit stopit btraceback + chmod 755 startmysql stopmysql bacula startit stopit btraceback chmod 755 mtx-changer bconsole gconsole clean: -- 2.39.5