recipes: kernel/kmod: upgraded to version 26
[dragora.git] / patches / socklog / socklog-klogpath
blob0eec40fa8b287ce85348c64ea1adfb355923d2c6
1 --- src/socklog-conf.c.orig     2006-03-06 10:00:06.000000000 -0300
2 +++ src/socklog-conf.c  2017-05-24 09:14:31.000000000 -0300
3 @@ -19,7 +19,7 @@
4  #include <paths.h>
5  #endif
6  #ifndef _PATH_KLOG
7 -#define _PATH_KLOG "/dev/klog"
8 +#define _PATH_KLOG "/dev/kmsg"
9  #endif
11  #define USAGE1 " unix|inet|klog|ucspi acct logacct [/etc/sv] [/logdir]"