123456789101112 |
- --- src/socklog-conf.c.orig 2006-03-06 10:00:06.000000000 -0300
- +++ src/socklog-conf.c 2017-05-24 09:14:31.000000000 -0300
- @@ -19,7 +19,7 @@
- #include <paths.h>
- #endif
- #ifndef _PATH_KLOG
- -#define _PATH_KLOG "/dev/klog"
- +#define _PATH_KLOG "/dev/kmsg"
- #endif
-
- #define USAGE1 " unix|inet|klog|ucspi acct logacct [/etc/sv] [/logdir]"
|