]> git.sur5r.net Git - bacula/bacula/commitdiff
Remove fd from scripts directory
authorKern Sibbald <kern@sibbald.com>
Fri, 16 Jul 2004 22:19:03 +0000 (22:19 +0000)
committerKern Sibbald <kern@sibbald.com>
Fri, 16 Jul 2004 22:19:03 +0000 (22:19 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1475 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/scripts/Makefile.in

index 4e6019e09b03c2e778a996723351cf0922f5c86a..aa535cd18e206800009feb288d910e21d5bc1491 100755 (executable)
@@ -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: