summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Borkmann <dborkman@redhat.com>2013-05-05 13:15:10 +0200
committerDaniel Borkmann <dborkman@redhat.com>2013-05-05 13:15:10 +0200
commit9ea8663420e2b591ff7e43176fbfb2137aacf79c (patch)
tree5d33957f3eda84ff8d1469af7ca809690b415c51
parentbdfd22ceea4ba6dba113b1ac8514abb2839b94e4 (diff)
misc: move file to source root
Only have Makefile specific folders in the project root where the binaries are stored, the rest should be part of the repository root. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
-rw-r--r--.gitignore2
-rw-r--r--Makefile6
-rw-r--r--bpfc.8 (renamed from man/bpfc.8)0
-rw-r--r--curvetun.8 (renamed from man/curvetun.8)0
-rwxr-xr-xdissector_fuzz.sh (renamed from test/dissector_fuzz.sh)0
-rw-r--r--ether.conf (renamed from configs/ether.conf)0
-rw-r--r--flowtop.8 (renamed from man/flowtop.8)0
-rw-r--r--geoip.conf (renamed from configs/geoip.conf)0
-rw-r--r--ifpps.8 (renamed from man/ifpps.8)0
-rw-r--r--netsniff-ng.8 (renamed from man/netsniff-ng.8)0
-rw-r--r--oui.conf (renamed from configs/oui.conf)0
-rw-r--r--stddef.h (renamed from configs/stddef.h)0
-rw-r--r--tcp.conf (renamed from configs/tcp.conf)0
-rw-r--r--trafgen.8 (renamed from man/trafgen.8)0
-rw-r--r--udp.conf (renamed from configs/udp.conf)0
15 files changed, 4 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 4566395..117ec38 100644
--- a/.gitignore
+++ b/.gitignore
@@ -24,7 +24,7 @@
*.a
# Testing folders
-test/fuzzing/
+fuzzing/
# Ignore if someone adapts Makefile
Makefile
diff --git a/Makefile b/Makefile
index 1ae1b15..7b8fd7d 100644
--- a/Makefile
+++ b/Makefile
@@ -238,11 +238,11 @@ astraceroute_distclean_custom:
$(Q)$(call RMDIR,$(ETCDIRE))
netsniff-ng_install_custom flowtop_install_custom:
- $(Q)$(foreach file,$(NCONF_FILES),$(call INST,configs/$(file),$(ETCDIRE));)
+ $(Q)$(foreach file,$(NCONF_FILES),$(call INST,$(file),$(ETCDIRE));)
trafgen_install_custom:
- $(Q)$(call INST,configs/stddef.h,$(ETCDIRE))
+ $(Q)$(call INST,stddef.h,$(ETCDIRE))
astraceroute_install_custom:
- $(Q)$(call INST,configs/geoip.conf,$(ETCDIRE))
+ $(Q)$(call INST,geoip.conf,$(ETCDIRE))
$(TOOLS): WFLAGS += $(WFLAGS_EXTRA)
$(TOOLS):
diff --git a/man/bpfc.8 b/bpfc.8
index 622014c..622014c 100644
--- a/man/bpfc.8
+++ b/bpfc.8
diff --git a/man/curvetun.8 b/curvetun.8
index 37208b4..37208b4 100644
--- a/man/curvetun.8
+++ b/curvetun.8
diff --git a/test/dissector_fuzz.sh b/dissector_fuzz.sh
index 40b6170..40b6170 100755
--- a/test/dissector_fuzz.sh
+++ b/dissector_fuzz.sh
diff --git a/configs/ether.conf b/ether.conf
index 4d65f62..4d65f62 100644
--- a/configs/ether.conf
+++ b/ether.conf
diff --git a/man/flowtop.8 b/flowtop.8
index 5a4465d..5a4465d 100644
--- a/man/flowtop.8
+++ b/flowtop.8
diff --git a/configs/geoip.conf b/geoip.conf
index 43c6238..43c6238 100644
--- a/configs/geoip.conf
+++ b/geoip.conf
diff --git a/man/ifpps.8 b/ifpps.8
index 46088dd..46088dd 100644
--- a/man/ifpps.8
+++ b/ifpps.8
diff --git a/man/netsniff-ng.8 b/netsniff-ng.8
index 023f777..023f777 100644
--- a/man/netsniff-ng.8
+++ b/netsniff-ng.8
diff --git a/configs/oui.conf b/oui.conf
index 87a0d10..87a0d10 100644
--- a/configs/oui.conf
+++ b/oui.conf
diff --git a/configs/stddef.h b/stddef.h
index 13688a6..13688a6 100644
--- a/configs/stddef.h
+++ b/stddef.h
diff --git a/configs/tcp.conf b/tcp.conf
index 4eafa41..4eafa41 100644
--- a/configs/tcp.conf
+++ b/tcp.conf
diff --git a/man/trafgen.8 b/trafgen.8
index 6ead20c..6ead20c 100644
--- a/man/trafgen.8
+++ b/trafgen.8
diff --git a/configs/udp.conf b/udp.conf
index a0c57c3..a0c57c3 100644
--- a/configs/udp.conf
+++ b/udp.conf