[debian-edu-commits] debian-edu/pkg-team/ 11/11: debian/patches: Add 1001_typo-fix-for-syslog-msg.patch. Typo fix in syslog message.
Mike Gabriel
sunweaver at debian.org
Mon Feb 5 15:50:33 UTC 2018
This is an automated email from the git hooks/post-receive script.
sunweaver pushed a commit to branch master
in repository e2guardian.
commit bf6b74c4ae58ae463a30682192eda4efcf02d8db
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date: Mon Feb 5 16:48:23 2018 +0100
debian/patches: Add 1001_typo-fix-for-syslog-msg.patch. Typo fix in syslog message.
---
debian/patches/1001_typo-fix-for-syslog-msg.patch | 20 ++++++++++++++++++++
debian/patches/series | 1 +
2 files changed, 21 insertions(+)
diff --git a/debian/patches/1001_typo-fix-for-syslog-msg.patch b/debian/patches/1001_typo-fix-for-syslog-msg.patch
new file mode 100644
index 0000000..1d0730d
--- /dev/null
+++ b/debian/patches/1001_typo-fix-for-syslog-msg.patch
@@ -0,0 +1,20 @@
+Description: Typo for for syslog message.
+Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
+
+--- a/src/LOptionContainer.cpp
++++ b/src/LOptionContainer.cpp
+@@ -402,12 +402,12 @@
+ exit(1);
+ }
+ if (infile.fail()) {
+- syslog(LOG_ERR, " Unexpected failue on read");
++ syslog(LOG_ERR, " Unexpected failure on read");
+ std::cerr << " Unexpected failure on read: " << filename.c_str() << std::endl;
+ exit(1);
+ }
+ if (infile.bad()) {
+- syslog(LOG_ERR, " Unexpected badbit failue on read");
++ syslog(LOG_ERR, " Unexpected badbit failure on read");
+ std::cerr << " Unexpected badbit failure on read: " << filename.c_str() << std::endl;
+ exit(1);
+ }
diff --git a/debian/patches/series b/debian/patches/series
index f9ecc2f..2a32385 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+1001_typo-fix-for-syslog-msg.patch
2002_Debian-clamd-socket.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-edu/pkg-team/e2guardian.git
More information about the debian-edu-commits
mailing list