aboutsummaryrefslogtreecommitdiffstats
path: root/contrib
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2018-10-31 11:05:00 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2018-11-01 12:52:22 +0100
commit45283d84e357a8a898fe0c5f91f30b729039279d (patch)
tree1567d25746d0de45bfb8d53ce1b9f788e36021ef /contrib
parentb29f84ff6cd4ef6a384af4fe625d4c372a34d938 (diff)
Install cfg files with autotools
Cfg files are moved to doc/examples like in other osmocom projects. All the cfg files get installed into $prefix/share/doc/osmo-pcap/examples/$subdir/, and 1 script per binary is installed into /etc/osmocom. Change-Id: If3f3a7d3867c0d4d2b1fe01f465532d1ce4bda66
Diffstat (limited to 'contrib')
-rw-r--r--contrib/Makefile.am1
-rw-r--r--contrib/osmo-pcap-client-tls.cfg16
-rw-r--r--contrib/osmo-pcap-client.cfg14
-rw-r--r--contrib/osmo-pcap-server-tls.cfg27
-rw-r--r--contrib/osmo-pcap-server.cfg22
5 files changed, 0 insertions, 80 deletions
diff --git a/contrib/Makefile.am b/contrib/Makefile.am
index 7bd8c23..e1927a7 100644
--- a/contrib/Makefile.am
+++ b/contrib/Makefile.am
@@ -1,3 +1,2 @@
SUBDIRS = systemd
dist_pkgdata_DATA = osmo_pcap_clean_old
-EXTRA_DIST = osmo-pcap-server.cfg osmo-pcap-client.cfg
diff --git a/contrib/osmo-pcap-client-tls.cfg b/contrib/osmo-pcap-client-tls.cfg
deleted file mode 100644
index 73d1535..0000000
--- a/contrib/osmo-pcap-client-tls.cfg
+++ /dev/null
@@ -1,16 +0,0 @@
-!
-! OsmoPCAPClient (UNKNOWN-dirty) configuration saved from vty
-!!
-!
-!
-line vty
- no login
-!
-client
- pcap device any
- pcap filter host www.google.com
- pcap detect-loop 0
- server ip 127.0.0.1
- server port 6001
- enable tls
- tls priority NORMAL
diff --git a/contrib/osmo-pcap-client.cfg b/contrib/osmo-pcap-client.cfg
deleted file mode 100644
index 829ae5d..0000000
--- a/contrib/osmo-pcap-client.cfg
+++ /dev/null
@@ -1,14 +0,0 @@
-!
-! OsmoPCAPClient (UNKNOWN-dirty) configuration saved from vty
-!!
-!
-!
-line vty
- no login
-!
-client
- pcap device any
- pcap filter host www.google.com
- pcap detect-loop 0
- server ip 127.0.0.1
- server port 6001
diff --git a/contrib/osmo-pcap-server-tls.cfg b/contrib/osmo-pcap-server-tls.cfg
deleted file mode 100644
index 52f66f5..0000000
--- a/contrib/osmo-pcap-server-tls.cfg
+++ /dev/null
@@ -1,27 +0,0 @@
-!
-! OsmoPCAPServer (UNKNOWN) configuration saved from vty
-!!
-!
-log stderr
- logging color 1
- logging timestamp 0
- logging level all everything
- logging level pcap notice
- logging level client notice
- logging level server notice
- logging level vty notice
-!
-line vty
- no login
-!
-server
- base-path /tmp
- server ip 127.0.0.1
- server port 6001
- max-file-size 262144000
- client zecke1 127.0.0.1
- client zecke2 127.0.0.1 store tls
- client zecke3 127.0.0.2 no-store tls
- client zecke4 127.0.0.3 no-store
- enable tls
- tls priority SECURE
diff --git a/contrib/osmo-pcap-server.cfg b/contrib/osmo-pcap-server.cfg
deleted file mode 100644
index 2f4123a..0000000
--- a/contrib/osmo-pcap-server.cfg
+++ /dev/null
@@ -1,22 +0,0 @@
-!
-! OsmoPCAPServer (UNKNOWN) configuration saved from vty
-!!
-!
-log stderr
- logging color 1
- logging timestamp 0
- logging level all everything
- logging level pcap notice
- logging level client notice
- logging level server notice
- logging level vty notice
-!
-line vty
- no login
-!
-server
- base-path /tmp
- server ip 127.0.0.1
- server port 6001
- max-file-size 262144000
- client zecke 127.0.0.1