1 |
slords |
1.1 |
diff -ruN diald-top-2.1pl4-1/Makefile.def diald-top-2.1pl4-2/Makefile.def |
2 |
|
|
--- diald-top-2.1pl4-1/Makefile.def Mon Jun 19 17:13:52 2000 |
3 |
|
|
+++ diald-top-2.1pl4-2/Makefile.def Mon Sep 11 10:43:44 2000 |
4 |
|
|
@@ -9,7 +9,7 @@ |
5 |
|
|
|
6 |
|
|
# Installation directories |
7 |
|
|
|
8 |
|
|
-prefix = ${ROOT}/usr/local |
9 |
|
|
+prefix = ${ROOT}/usr |
10 |
|
|
CLIENT_INSTALL_DIR = ${prefix}/bin |
11 |
|
|
SERVER_INSTALL_DIR = ${prefix}/bin |
12 |
|
|
MAN_DIR = ${prefix}/man/man8 |
13 |
|
|
@@ -53,7 +53,7 @@ |
14 |
|
|
# diald with the "fifo ${DIALD_CTL}" option for this to work at all. Be sure |
15 |
|
|
# that the pipe is writable by ${OWNER}.${GROUP} as defined above. |
16 |
|
|
|
17 |
|
|
-CONTROL_FIFO = /var/run/diald.ctl |
18 |
|
|
+CONTROL_FIFO = /etc/diald/diald.ctl |
19 |
|
|
|
20 |
|
|
|
21 |
|
|
# The configuration file for the server |