shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU shishi branch, master, updated. shishi-1-0-1-25-g24dcfad


From: Simon Josefsson
Subject: [SCM] GNU shishi branch, master, updated. shishi-1-0-1-25-g24dcfad
Date: Fri, 17 Aug 2012 09:41:29 +0000

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 "GNU shishi".

http://git.savannah.gnu.org/cgit/shishi.git/commit/?id=24dcfada514894fa24885888134fb2caf5d1b5b9

The branch, master has been updated
       via  24dcfada514894fa24885888134fb2caf5d1b5b9 (commit)
      from  fadd291c7c2654c0b89394b57bda0c54ec0cde17 (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 24dcfada514894fa24885888134fb2caf5d1b5b9
Author: Simon Josefsson <address@hidden>
Date:   Fri Aug 17 11:41:21 2012 +0200

    Use LOG_AUTH instead of LOG_AUTHPRIV.

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

Summary of changes:
 NEWS          |    2 +-
 src/shishid.c |    4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/NEWS b/NEWS
index f481c12..802e24e 100644
--- a/NEWS
+++ b/NEWS
@@ -15,7 +15,7 @@ in a KDC-REP when principals such as "user/admin" were used.  
That
 would lead to errors when getting a ticket for such principals.
 Reported by Mats Erik Andersson <address@hidden>.
 
-** shishid: The syslog facility is now LOG_AUTHPRIV instead of LOG_DAEMON.
+** shishid: The syslog facility is now LOG_AUTH instead of LOG_DAEMON.
 Suggested by Mats Erik Andersson <address@hidden>.
 
 ** minitasn1: Internal copy upgraded to GNU Libtasn1 v2.13.
diff --git a/src/shishid.c b/src/shishid.c
index 3f093d9..ea33629 100644
--- a/src/shishid.c
+++ b/src/shishid.c
@@ -337,10 +337,10 @@ doit (void)
 
 #ifdef LOG_PERROR
     if (arg.verbose_given > 0)
-      openlog (shortname, LOG_CONS | LOG_PERROR, LOG_AUTHPRIV);
+      openlog (shortname, LOG_CONS | LOG_PERROR, LOG_AUTH);
     else
 #endif
-      openlog (shortname, LOG_CONS, LOG_AUTHPRIV);
+      openlog (shortname, LOG_CONS, LOG_AUTH);
   }
 
   kdc_setuid ();


hooks/post-receive
-- 
GNU shishi



reply via email to

[Prev in Thread] Current Thread [Next in Thread]