public inbox for ipfire-scm@lists.ipfire.org
 help / color / mirror / Atom feed
From: git@ipfire.org
To: ipfire-scm@lists.ipfire.org
Subject: [git.ipfire.org] IPFire 3.x development tree branch, master, updated. 929f6938c6691de6ee4c303d4129e6ac7ffe0659
Date: Tue, 29 Aug 2017 15:48:10 +0100	[thread overview]
Message-ID: <20170829144811.01DF21081DE1@git01.ipfire.org> (raw)

[-- Attachment #1: Type: text/plain, Size: 2841 bytes --]

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "IPFire 3.x development tree".

The branch, master has been updated
       via  929f6938c6691de6ee4c303d4129e6ac7ffe0659 (commit)
      from  cfd8f205287154f02fc1c37c6a7aee8db086bc5b (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 929f6938c6691de6ee4c303d4129e6ac7ffe0659
Author: Stefan Schantl <stefan.schantl(a)ipfire.org>
Date:   Sat Aug 26 10:18:59 2017 +0200

    wpa_supplicant: Allow systemd to reload the daemon
    
    * Add the required command to the systemd service file to allow
    systemd to reload the running instances of wpa_supplicant.
    
    * Also drop config file for logrotate, which is not needed anymore.
    
    Fixes #11479.
    
    Signed-off-by: Stefan Schantl <stefan.schantl(a)ipfire.org>
    Signed-off-by: Michael Tremer <michael.tremer(a)ipfire.org>

-----------------------------------------------------------------------

Summary of changes:
 wpa_supplicant/systemd/wpa_supplicant(a).service | 1 +
 wpa_supplicant/wpa_supplicant.logrotate        | 6 ------
 wpa_supplicant/wpa_supplicant.nm               | 2 +-
 3 files changed, 2 insertions(+), 7 deletions(-)
 delete mode 100644 wpa_supplicant/wpa_supplicant.logrotate

Difference in files:
diff --git a/wpa_supplicant/systemd/wpa_supplicant(a).service b/wpa_supplicant/systemd/wpa_supplicant(a).service
index 3c41490..7907310 100644
--- a/wpa_supplicant/systemd/wpa_supplicant(a).service
+++ b/wpa_supplicant/systemd/wpa_supplicant(a).service
@@ -3,6 +3,7 @@ Description=wpa_supplicant for %I.
 
 [Service]
 ExecStart=/usr/lib/network/helpers/wpa_supplicant %I
+ExecReload=/bin/kill -HUP $MAINPID
 PIDFile=/run/wpa_supplicant-%I.pid
 Restart=on-failure
 UtmpIdentifier=%I
diff --git a/wpa_supplicant/wpa_supplicant.logrotate b/wpa_supplicant/wpa_supplicant.logrotate
deleted file mode 100644
index bd7ef91..0000000
--- a/wpa_supplicant/wpa_supplicant.logrotate
+++ /dev/null
@@ -1,6 +0,0 @@
-/var/log/wpa_supplicant.log {
-    missingok
-    notifempty
-    size 30k
-    create 0600 root root
-}
diff --git a/wpa_supplicant/wpa_supplicant.nm b/wpa_supplicant/wpa_supplicant.nm
index aeb5011..80307cd 100644
--- a/wpa_supplicant/wpa_supplicant.nm
+++ b/wpa_supplicant/wpa_supplicant.nm
@@ -5,7 +5,7 @@
 
 name       = wpa_supplicant
 version    = 2.6
-release    = 1
+release    = 2
 
 groups     = Sytem/Base
 url        = http://hostap.epitest.fi/releases/


hooks/post-receive
--
IPFire 3.x development tree

                 reply	other threads:[~2017-08-29 14:48 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170829144811.01DF21081DE1@git01.ipfire.org \
    --to=git@ipfire.org \
    --cc=ipfire-scm@lists.ipfire.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox