patch by Thomas Dreibholz - ovs-vsctl and not ovs-ovsctl
[nodemanager.git] / Makefile
index 3838ef2..190cad2 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -107,7 +107,7 @@ debian.clean:
 
 ################################################## devel-oriented
 tags:
-       (find . '(' -name '*.py' -o -name '*.c' -o -name '*.spec' ')' ; ls initscripts/*) | xargs etags 
+       git ls-files | xargs etags
 
 .PHONY: tags
 
@@ -205,4 +205,4 @@ SLICE=inri_sl1
 syncvinit:
        $(RSYNC) sliver-systemd/vinit.st* $(NODEURL)/vservers/$(SLICE)/usr/bin/
        $(RSYNC) sliver-systemd/vinit.service $(NODEURL)/vservers/$(SLICE)/usr/lib/systemd/system/
-       echo "remember to run 'systemctl daemon-reload' within this slice"
+       echo "remember to run 'systemctl --system daemon-reload' within this slice"