]> git.ipfire.org Git - thirdparty/dhcpcd.git/commitdiff
Should use LOG_DAEMON as we're a DHCP Client Daemon
authorRoy Marples <roy@marples.name>
Fri, 5 Sep 2008 19:44:02 +0000 (19:44 +0000)
committerRoy Marples <roy@marples.name>
Fri, 5 Sep 2008 19:44:02 +0000 (19:44 +0000)
dhcpcd.c

index de01713a73df11d29e217b06f8ce7f7ab409781f..5263384f4004efd01375e446faf49b17e6cb25d2 100644 (file)
--- a/dhcpcd.c
+++ b/dhcpcd.c
@@ -970,7 +970,7 @@ main(int argc, char **argv)
        struct timespec ts;
 
        closefrom(3);
-       openlog(PACKAGE, LOG_PERROR, LOG_LOCAL0);
+       openlog(PACKAGE, LOG_PERROR, LOG_DAEMON);
        setlogmask(LOG_UPTO(LOG_INFO));
        options = DHCPCD_DAEMONISE;