diff --git a/mgetty/voice/include/paths.h b/mgetty/voice/include/paths.h index a3595bd..bd9da48 100644 --- a/mgetty/voice/include/paths.h +++ b/mgetty/voice/include/paths.h @@ -19,10 +19,10 @@ * the device name. */ -#define VGETTY_LOG_PATH "/var/log/vgetty.%s" +#define VGETTY_LOG_PATH "/var/log/mgetty/vgetty.%s" /* * Filename of the logfile for vm. */ -#define VM_LOG_PATH "/var/log/vm.log" +#define VM_LOG_PATH "/var/log/mgetty/vm.log"