From 882028f210e5e013e7a03a1ef38a166c0c3acb9c Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 29 Nov 2016 21:24:39 -0500 Subject: fix things --- src/grp-journal/grp-remote/browse.html | 544 --------------------- .../systemd-journal-gatewayd/browse.html | 544 +++++++++++++++++++++ src/grp-system/systemd/50-systemd-user.xinitrc | 7 + src/grp-system/systemd/50-systemd-user.xorg | 7 - .../systemd-hwdb/systemd-hwdb.completion.bash | 0 .../systemd-hwdb/systemd-hwdb.completion.zsh | 0 6 files changed, 551 insertions(+), 551 deletions(-) delete mode 100644 src/grp-journal/grp-remote/browse.html create mode 100644 src/grp-journal/grp-remote/systemd-journal-gatewayd/browse.html create mode 100755 src/grp-system/systemd/50-systemd-user.xinitrc delete mode 100755 src/grp-system/systemd/50-systemd-user.xorg create mode 100644 src/grp-udev/systemd-hwdb/systemd-hwdb.completion.bash create mode 100644 src/grp-udev/systemd-hwdb/systemd-hwdb.completion.zsh (limited to 'src') diff --git a/src/grp-journal/grp-remote/browse.html b/src/grp-journal/grp-remote/browse.html deleted file mode 100644 index 32848c7673..0000000000 --- a/src/grp-journal/grp-remote/browse.html +++ /dev/null @@ -1,544 +0,0 @@ - - - - Journal - - - - - - - -

- -
-
-
-
-
-
- -
- -      - Only current boot -
- -
- -
- -
- - - - -      - - -
- -
- g: First Page      - ←, k, BACKSPACE: Previous Page      - →, j, SPACE: Next Page      - G: Last Page      - +: More entries      - -: Fewer entries -
- - - - diff --git a/src/grp-journal/grp-remote/systemd-journal-gatewayd/browse.html b/src/grp-journal/grp-remote/systemd-journal-gatewayd/browse.html new file mode 100644 index 0000000000..32848c7673 --- /dev/null +++ b/src/grp-journal/grp-remote/systemd-journal-gatewayd/browse.html @@ -0,0 +1,544 @@ + + + + Journal + + + + + + + +

+ +
+
+
+
+
+
+ +
+ +      + Only current boot +
+ +
+ +
+ +
+ + + + +      + + +
+ +
+ g: First Page      + ←, k, BACKSPACE: Previous Page      + →, j, SPACE: Next Page      + G: Last Page      + +: More entries      + -: Fewer entries +
+ + + + diff --git a/src/grp-system/systemd/50-systemd-user.xinitrc b/src/grp-system/systemd/50-systemd-user.xinitrc new file mode 100755 index 0000000000..4d49767228 --- /dev/null +++ b/src/grp-system/systemd/50-systemd-user.xinitrc @@ -0,0 +1,7 @@ +#!/bin/sh + +systemctl --user import-environment DISPLAY XAUTHORITY + +if which dbus-update-activation-environment >/dev/null 2>&1; then + dbus-update-activation-environment DISPLAY XAUTHORITY +fi diff --git a/src/grp-system/systemd/50-systemd-user.xorg b/src/grp-system/systemd/50-systemd-user.xorg deleted file mode 100755 index 4d49767228..0000000000 --- a/src/grp-system/systemd/50-systemd-user.xorg +++ /dev/null @@ -1,7 +0,0 @@ -#!/bin/sh - -systemctl --user import-environment DISPLAY XAUTHORITY - -if which dbus-update-activation-environment >/dev/null 2>&1; then - dbus-update-activation-environment DISPLAY XAUTHORITY -fi diff --git a/src/grp-udev/systemd-hwdb/systemd-hwdb.completion.bash b/src/grp-udev/systemd-hwdb/systemd-hwdb.completion.bash new file mode 100644 index 0000000000..e69de29bb2 diff --git a/src/grp-udev/systemd-hwdb/systemd-hwdb.completion.zsh b/src/grp-udev/systemd-hwdb/systemd-hwdb.completion.zsh new file mode 100644 index 0000000000..e69de29bb2 -- cgit v1.2.3-54-g00ecf