]> git.pld-linux.org Git - packages/ntop.git/commitdiff
- fix installation
authorlisu <lisu@pld-linux.org>
Tue, 20 Jul 2010 09:11:56 +0000 (09:11 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ntop-install.patch -> 1.1

ntop-install.patch [new file with mode: 0644]

diff --git a/ntop-install.patch b/ntop-install.patch
new file mode 100644 (file)
index 0000000..0679272
--- /dev/null
@@ -0,0 +1,17 @@
+--- ntop-4.0/Makefile.am~      2010-07-20 10:00:13.661612572 +0200
++++ ntop-4.0/Makefile.am       2010-07-20 10:51:37.493609677 +0200
+@@ -413,10 +413,10 @@
+         echo "...Deleting prior file, $(ETTER_PASSIVE).old..."; \
+         rm -rf $(ETTER_PASSIVE).old; \
+       fi;
+-      @if test -f $(ETTER_PASSIVE); then \
+-        echo "...Moving current $(ETTER_PASSIVE) to $(ETTER_PASSIVE).old"; \
+-        mv $(ETTER_PASSIVE) $(ETTER_PASSIVE).old; \
+-      fi;
++#     @if test -f $(ETTER_PASSIVE); then \
++#       echo "...Moving current $(ETTER_PASSIVE) to $(ETTER_PASSIVE).old"; \
++#       mv $(ETTER_PASSIVE) $(ETTER_PASSIVE).old; \
++#     fi;
+       @for file in $(ETTER_PASSIVE) $(ETTER_PASSIVE).gz \
+               $(ETTER_PASSIVE_FILE) $(ETTER_PASSIVE_FILE).gz; do \
+           if test -f $$file; then \
This page took 0.083106 seconds and 4 git commands to generate.