Git-Url: 
http://git.frugalware.org/gitweb/gitweb.cgi?p=fun.git;a=commitdiff;h=1d2632e77db9707be29bf0057601dc3b3fc27eed

commit 1d2632e77db9707be29bf0057601dc3b3fc27eed
Author: Priyank <[EMAIL PROTECTED]>
Date:   Sat Nov 3 10:57:55 2007 +0530

use the name "fund" for syslog

diff --git a/src/fund.c b/src/fund.c
index d449765..55915f2 100644
--- a/src/fund.c
+++ b/src/fund.c
@@ -221,9 +221,9 @@ int main (int argc, char *argv[]) {
}

// Connect to syslog
-       openlog("updnotifierd", LOG_PID, LOG_DAEMON);
+       openlog("fund", LOG_PID, LOG_DAEMON);

-       syslog(LOG_INFO, "Fund v" VERSION " started...");
+       syslog(LOG_INFO, "fund v" VERSION " started...");

g_type_init();
_______________________________________________
Frugalware-git mailing list
[email protected]
http://frugalware.org/mailman/listinfo/frugalware-git

Reply via email to