diff options
Diffstat (limited to 'packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h')
-rw-r--r-- | packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h b/packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h index e69de29bb2..3503080ad8 100644 --- a/packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h +++ b/packages/mgetty/mgetty-1.1.30/24-voice_include_paths.h @@ -0,0 +1,15 @@ +--- mgetty-1.1.27.orig/voice/include/paths.h ++++ mgetty-1.1.27/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/vg_%s.log" + + /* + * Filename of the logfile for vm. + */ + +-#define VM_LOG_PATH "/var/log/vm.log" ++#define VM_LOG_PATH "/var/log/mgetty/vm.log" |