blob: 3503080ad84271738adddfd23402c835543b8628 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|