summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-03-25 22:30:24 -0400
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-07-15 22:23:47 -0400
commit1e4e7b71e1938daa9b2b9718a9f54c69017a9ef5 (patch)
treed133142bfb49ad0f6c5e0bd50313867672e9a726 /src
parent5937a4d4f263a5a3254e081c6dbb1ea2f860d471 (diff)
Move network-related journal programs to src/journal-remote/
Directory src/journal has become one of the largest directories, and since systemd-journal-gatewayd, systemd-journal-remote, and forthcoming systemd-journal-upload are all closely related, create a separate directory for them.
Diffstat (limited to 'src')
l---------src/journal-remote/Makefile1
-rw-r--r--src/journal-remote/browse.html (renamed from src/journal/browse.html)0
-rw-r--r--src/journal-remote/journal-gatewayd.c (renamed from src/journal/journal-gatewayd.c)0
-rw-r--r--src/journal-remote/journal-remote-parse.c (renamed from src/journal/journal-remote-parse.c)0
-rw-r--r--src/journal-remote/journal-remote-parse.h (renamed from src/journal/journal-remote-parse.h)0
-rw-r--r--src/journal-remote/journal-remote-write.c (renamed from src/journal/journal-remote-write.c)0
-rw-r--r--src/journal-remote/journal-remote-write.h (renamed from src/journal/journal-remote-write.h)0
-rw-r--r--src/journal-remote/journal-remote.c (renamed from src/journal/journal-remote.c)0
-rw-r--r--src/journal-remote/microhttpd-util.c (renamed from src/journal/microhttpd-util.c)0
-rw-r--r--src/journal-remote/microhttpd-util.h (renamed from src/journal/microhttpd-util.h)0
10 files changed, 1 insertions, 0 deletions
diff --git a/src/journal-remote/Makefile b/src/journal-remote/Makefile
new file mode 120000
index 000000000..d0b0e8e00
--- /dev/null
+++ b/src/journal-remote/Makefile
@@ -0,0 +1 @@
+../Makefile \ No newline at end of file
diff --git a/src/journal/browse.html b/src/journal-remote/browse.html
index 3594f70c8..3594f70c8 100644
--- a/src/journal/browse.html
+++ b/src/journal-remote/browse.html
diff --git a/src/journal/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c
index db0770011..db0770011 100644
--- a/src/journal/journal-gatewayd.c
+++ b/src/journal-remote/journal-gatewayd.c
diff --git a/src/journal/journal-remote-parse.c b/src/journal-remote/journal-remote-parse.c
index dbdf02aa3..dbdf02aa3 100644
--- a/src/journal/journal-remote-parse.c
+++ b/src/journal-remote/journal-remote-parse.c
diff --git a/src/journal/journal-remote-parse.h b/src/journal-remote/journal-remote-parse.h
index c1506d118..c1506d118 100644
--- a/src/journal/journal-remote-parse.h
+++ b/src/journal-remote/journal-remote-parse.h
diff --git a/src/journal/journal-remote-write.c b/src/journal-remote/journal-remote-write.c
index 4d142bdc9..4d142bdc9 100644
--- a/src/journal/journal-remote-write.c
+++ b/src/journal-remote/journal-remote-write.c
diff --git a/src/journal/journal-remote-write.h b/src/journal-remote/journal-remote-write.h
index 879821641..879821641 100644
--- a/src/journal/journal-remote-write.h
+++ b/src/journal-remote/journal-remote-write.h
diff --git a/src/journal/journal-remote.c b/src/journal-remote/journal-remote.c
index 9db4692a2..9db4692a2 100644
--- a/src/journal/journal-remote.c
+++ b/src/journal-remote/journal-remote.c
diff --git a/src/journal/microhttpd-util.c b/src/journal-remote/microhttpd-util.c
index d0466867b..d0466867b 100644
--- a/src/journal/microhttpd-util.c
+++ b/src/journal-remote/microhttpd-util.c
diff --git a/src/journal/microhttpd-util.h b/src/journal-remote/microhttpd-util.h
index 4186da888..4186da888 100644
--- a/src/journal/microhttpd-util.h
+++ b/src/journal-remote/microhttpd-util.h