aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile8
-rw-r--r--README.md6
-rw-r--r--config.def.h2
-rwxr-xr-xexecute/echo.sh2
-rwxr-xr-xexecute/mail.sh2
-rw-r--r--journal-notify.c2
-rw-r--r--journal-notify.h2
-rw-r--r--systemd/journal-notify-sshd.service2
8 files changed, 13 insertions, 13 deletions
diff --git a/Makefile b/Makefile
index 32c9d46..2e914ef 100644
--- a/Makefile
+++ b/Makefile
@@ -15,7 +15,7 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.1.1
+VERSION := 0.1.2
all: journal-notify README.html
@@ -35,9 +35,9 @@ install: install-bin install-doc
install-bin: journal-notify
$(INSTALL) -D -m0755 journal-notify $(DESTDIR)/usr/bin/journal-notify
- $(INSTALL) -D -m0755 desktop/journal-notify-crit-alert-emerg.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-crit-alert-emerg.desktop
- $(INSTALL) -D -m0755 desktop/journal-notify-dhcpd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-dhcpd.desktop
- $(INSTALL) -D -m0755 desktop/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-sshd.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-crit-alert-emerg.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-crit-alert-emerg.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-dhcpd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-dhcpd.desktop
+ $(INSTALL) -D -m0644 desktop/journal-notify-sshd.desktop $(DESTDIR)/usr/share/journal-notify/desktop/journal-notify-sshd.desktop
$(INSTALL) -D -m0755 execute/echo.sh $(DESTDIR)/usr/share/journal-notify/execute/echo.sh
$(INSTALL) -D -m0755 execute/mail.sh $(DESTDIR)/usr/share/journal-notify/execute/mail.sh
$(INSTALL) -D -m0644 systemd/journal-notify-sshd.service $(DESTDIR)/usr/share/journal-notify/systemd/journal-notify-sshd.service
diff --git a/README.md b/README.md
index 5ff579c..b3df3c0 100644
--- a/README.md
+++ b/README.md
@@ -3,8 +3,8 @@ journal-notify
**Notify about journal log entries**
-This runs in background and produces notifications whenever systemd journal
-logs an entry. Notifications look like this:
+This runs in the background and produces notifications whenever systemd
+journal logs an entry. Notifications look like this:
![Notification](screenshots/notification.png)
@@ -45,7 +45,7 @@ Usage
-----
To use `journal-notify` you need access to the journal log files. Make sure
-you get the expexted log entries by running `journalctl`. Possibly you have
+you get the expected log entries by running `journalctl`. Possibly you have
to add yourself to group `systemd-journal` or similar.
Just running `journal-notify` without parameter will show *all* log entries.
diff --git a/config.def.h b/config.def.h
index 4991d4c..d5b1f25 100644
--- a/config.def.h
+++ b/config.def.h
@@ -1,5 +1,5 @@
/*
- * (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+ * (C) 2014-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/execute/echo.sh b/execute/echo.sh
index 03bd45d..8b2ba22 100755
--- a/execute/echo.sh
+++ b/execute/echo.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+# (C) 2014-2024 by Christian Hesse <mail@eworm.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/execute/mail.sh b/execute/mail.sh
index b672152..13737f3 100755
--- a/execute/mail.sh
+++ b/execute/mail.sh
@@ -1,6 +1,6 @@
#!/bin/sh
#
-# (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+# (C) 2014-2024 by Christian Hesse <mail@eworm.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
diff --git a/journal-notify.c b/journal-notify.c
index a00a570..8eb7415 100644
--- a/journal-notify.c
+++ b/journal-notify.c
@@ -1,5 +1,5 @@
/*
- * (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+ * (C) 2014-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/journal-notify.h b/journal-notify.h
index 5eff51d..815af4c 100644
--- a/journal-notify.h
+++ b/journal-notify.h
@@ -1,5 +1,5 @@
/*
- * (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+ * (C) 2014-2024 by Christian Hesse <mail@eworm.de>
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
diff --git a/systemd/journal-notify-sshd.service b/systemd/journal-notify-sshd.service
index 6d12a76..27b4015 100644
--- a/systemd/journal-notify-sshd.service
+++ b/systemd/journal-notify-sshd.service
@@ -1,4 +1,4 @@
-# (C) 2014-2021 by Christian Hesse <mail@eworm.de>
+# (C) 2014-2024 by Christian Hesse <mail@eworm.de>
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by