]> git.pld-linux.org Git - packages/p0f.git/commitdiff
- p0f-config_h.patch replaced with p0f-DESTDIR.patch (allows to use make
authorAdam Gołębiowski <adamg@pld-linux.org>
Mon, 29 Sep 2003 07:51:16 +0000 (07:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  install DESTDIR=...)

Changed files:
    p0f-DESTDIR.patch -> 1.1
    p0f-config_h.patch -> 1.2

p0f-DESTDIR.patch [new file with mode: 0644]
p0f-config_h.patch [deleted file]

diff --git a/p0f-DESTDIR.patch b/p0f-DESTDIR.patch
new file mode 100644 (file)
index 0000000..d52b72c
--- /dev/null
@@ -0,0 +1,17 @@
+--- mk/Linux~  2003-09-29 07:32:26.000000000 +0000
++++ mk/Linux   2003-09-29 07:32:51.000000000 +0000
+@@ -43,9 +43,9 @@
+       rm -f /tmp/p0f.tgz
+       
+ install: $(FILE)
+-      cp -f $(FILE) /usr/sbin/
+-      cp -f p0frep /usr/sbin/
+-      mkdir /etc/p0f || true
+-      cp -f p0f.fp p0fa.fp p0fr.fp /etc/p0f/
+-      cp -f p0f.1 /usr/man/man1/
++      cp -f $(FILE) $(DESTDIR)/usr/sbin/
++      cp -f p0frep $(DESTDIR)/usr/sbin/
++      mkdir $(DESTDIR)/etc/p0f || true
++      cp -f p0f.fp p0fa.fp p0fr.fp $(DESTDIR)/etc/p0f/
++      cp -f p0f.1 $(DESTDIR)/usr/share/man/man1/
+       @echo "You might want to manually install test/ tools now."
diff --git a/p0f-config_h.patch b/p0f-config_h.patch
deleted file mode 100644 (file)
index f2a13fa..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- config.h~  2003-09-24 15:24:29.000000000 +0200
-+++ config.h   2003-09-28 21:40:04.000000000 +0200
-@@ -19,7 +19,7 @@
- #ifdef WIN32
- #  define CONFIG_DIR  "."
- #else
--#  define CONFIG_DIR  "/etc/p0f"
-+#  define CONFIG_DIR  "/etc"
- #endif /* WIN32 */
- #define SYN_DB                "p0f.fp"
This page took 0.11418 seconds and 4 git commands to generate.