[prev in list] [next in list] [prev in thread] [next in thread] 

List:       bacula-commits
Subject:    [Bacula-commits] [bacula.org] Bacula Community source branch Branch-7.2 updated. b2d8776cade2b4921bd
From:       git () bacula ! org
Date:       2015-08-18 11:12:42
Message-ID: 20150818111242.A158639B64A () bacula ! bacula ! org
[Download RAW message or body]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Bacula Community source".

The branch, Branch-7.2 has been updated
       via  b2d8776cade2b4921bd3de8a15f157e9b9cd8cec (commit)
      from  bae7084b5f85ae0719bd2d780e6287caddb5af04 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit b2d8776cade2b4921bd3de8a15f157e9b9cd8cec
Author: Kern Sibbald <kern@sibbald.com>
Date:   Tue Aug 18 13:12:28 2015 +0200

    Reinsert tabs in systemd Makefile.in

-----------------------------------------------------------------------

Summary of changes:
diff --git a/bacula/platforms/systemd/Makefile.in b/bacula/platforms/systemd/Makefile.in
index 37c257d..2c3ddba 100644
--- a/bacula/platforms/systemd/Makefile.in
+++ b/bacula/platforms/systemd/Makefile.in
@@ -21,55 +21,55 @@ nothing:
 install: install-dir install-conf install-autostart
 
 install-dir:
-        mkdir -p $(DESTDIR)/$(SYSTEMD_UNITDIR) $(DESTDIR)/$(SYSTEMD_TMPFILES)
+	mkdir -p $(DESTDIR)/$(SYSTEMD_UNITDIR) $(DESTDIR)/$(SYSTEMD_TMPFILES)
 
 install-conf:
-        @$(INSTALL_PROGRAM) -m 644 bacula.conf $(DESTDIR)/$(SYSTEMD_TMPFILES)/bacula.conf
+	@$(INSTALL_PROGRAM) -m 644 bacula.conf $(DESTDIR)/$(SYSTEMD_TMPFILES)/bacula.conf
 
 install-autostart: install-autostart-fd install-autostart-sd install-autostart-dir
 
 install-service:
-        @$(INSTALL_PROGRAM) -m 644 bacula-fd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
-        @$(INSTALL_PROGRAM) -m 644 bacula-dir.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
-        @$(INSTALL_PROGRAM) -m 644 bacula-sd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
+	@$(INSTALL_PROGRAM) -m 644 bacula-fd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
+	@$(INSTALL_PROGRAM) -m 644 bacula-dir.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
+	@$(INSTALL_PROGRAM) -m 644 bacula-sd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)
 
 install-autostart-fd:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-fd.service; then \
-           /bin/systemctl stop bacula-fd.service; \
-           /bin/systemctl disable bacula-fd.service; \
-        fi
-        @$(INSTALL_PROGRAM) -m 644 bacula-fd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-fd.service
-        # set symlinks for script at startup and shutdown
-        @if test x$(DESTDIR) = x ; then \
-           /bin/systemctl enable bacula-fd.service; \
-           /bin/systemctl start bacula-fd.service; \
-        fi
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-fd.service; then \
+	   /bin/systemctl stop bacula-fd.service; \
+	   /bin/systemctl disable bacula-fd.service; \
+	fi
+	@$(INSTALL_PROGRAM) -m 644 bacula-fd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-fd.service
+	# set symlinks for script at startup and shutdown
+	@if test x$(DESTDIR) = x ; then \
+	   /bin/systemctl enable bacula-fd.service; \
+	   /bin/systemctl start bacula-fd.service; \
+	fi
 
 
 install-autostart-sd:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-sd.service; then \
-           /bin/systemctl stop bacula-sd.service; \
-           /bin/systemctl disable bacula-sd.service; \
-        fi
-        @$(INSTALL_PROGRAM) -m 644 bacula-sd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-sd.service
-        # set symlinks for script at startup and shutdown
-        @if test x$(DESTDIR) = x ; then \
-           /bin/systemctl enable bacula-sd.service; \
-           /bin/systemctl start bacula-sd.service; \
-        fi
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-sd.service; then \
+	   /bin/systemctl stop bacula-sd.service; \
+	   /bin/systemctl disable bacula-sd.service; \
+	fi
+	@$(INSTALL_PROGRAM) -m 644 bacula-sd.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-sd.service
+	# set symlinks for script at startup and shutdown
+	@if test x$(DESTDIR) = x ; then \
+	   /bin/systemctl enable bacula-sd.service; \
+	   /bin/systemctl start bacula-sd.service; \
+	fi
 
 
 install-autostart-dir:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-dir.service; then \
-           /bin/systemctl stop bacula-dir.service; \
-           /bin/systemctl disable bacula-dir.service; \
-        fi
-        @$(INSTALL_PROGRAM) -m 644 bacula-dir.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-dir.service
-        # set symlinks for script at startup and shutdown
-        @if test x$(DESTDIR) = x ; then \
-           /bin/systemctl enable bacula-dir.service; \
-           /bin/systemctl start bacula-dir.service; \
-        fi
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-dir.service; then \
+	   /bin/systemctl stop bacula-dir.service; \
+	   /bin/systemctl disable bacula-dir.service; \
+	fi
+	@$(INSTALL_PROGRAM) -m 644 bacula-dir.service $(DESTDIR)/$(SYSTEMD_UNITDIR)/bacula-dir.service
+	# set symlinks for script at startup and shutdown
+	@if test x$(DESTDIR) = x ; then \
+	   /bin/systemctl enable bacula-dir.service; \
+	   /bin/systemctl start bacula-dir.service; \
+	fi
 
 
 uninstall: uninstall-autostart uninstall-conf
@@ -77,37 +77,37 @@ uninstall: uninstall-autostart uninstall-conf
 uninstall-autostart: uninstall-autostart-fd uninstall-autostart-sd uninstall-autostart-dir
 
 uninstall-autostart-fd:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-fd.service; then \
-           /bin/systemctl stop bacula-fd.service; \
-           /bin/systemctl disable bacula-fd.service; \
-        fi
-        @rm -f  $(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-fd.service
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-fd.service; then \
+	   /bin/systemctl stop bacula-fd.service; \
+	   /bin/systemctl disable bacula-fd.service; \
+	fi
+	@rm -f	$(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-fd.service
 
 
 uninstall-autostart-sd:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-sd.service; then \
-           /bin/systemctl stop bacula-fd.service; \
-           /bin/systemctl disable bacula-fd.service; \
-        fi
-        @rm -f  $(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-sd.service
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD_UNITDIR)/bacula-sd.service; then \
+	   /bin/systemctl stop bacula-fd.service; \
+	   /bin/systemctl disable bacula-fd.service; \
+	fi
+	@rm -f	$(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-sd.service
 
 uninstall-autostart-dir:
-        @if test x$(DESTDIR) = x -a  -f $(SYSTEMD)/bacula-dir.service; then \
-           /bin/systemctl stop bacula-dir.service; \
-           /bin/systemctl disable bacula-dir.service; \
-        fi
-        @rm -f  $(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-dir.service
+	@if test x$(DESTDIR) = x -a  -f $(SYSTEMD)/bacula-dir.service; then \
+	   /bin/systemctl stop bacula-dir.service; \
+	   /bin/systemctl disable bacula-dir.service; \
+	fi
+	@rm -f	$(DESTDIR)$(SYSTEMD_UNITDIR)/bacula-dir.service
 
 uninstall-conf:
-        @rm -f  $(DESTDIR)/$(SYSTEMD_TMPFILES)/bacula.conf
+	@rm -f	$(DESTDIR)/$(SYSTEMD_TMPFILES)/bacula.conf
 
 clean:
-        @rm -f 1 2 3
+	@rm -f 1 2 3
 
 distclean: clean
-        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
-        @rm -f bacula.conf bacula-sd.service bacula-fd.service bacula-dir.service
+	@rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
+	@rm -f bacula.conf bacula-sd.service bacula-fd.service bacula-dir.service
 
 devclean: clean
-        @rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
-        @rm -f bacula.conf bacula-sd.service bacula-fd.service bacula-dir.service
+	@rm -f Makefile bacula-*.spec bacula.*.spec bacula.spec
+	@rm -f bacula.conf bacula-sd.service bacula-fd.service bacula-dir.service


hooks/post-receive
-- 
Bacula Community source

------------------------------------------------------------------------------
_______________________________________________
Bacula-commits mailing list
Bacula-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/bacula-commits
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic