1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36
|
Author: Michael Meskes
Last-Update: 2008-03-31
Description: Location of config file in Debian
Forwarded: not needed
--- a/ips.man
+++ b/ips.man
@@ -1071,7 +1071,7 @@ For convenience and to allow users to co
.I ips
reads two initialization files on startup.
The first of the files to be read is the system initialization file
-.I /usr/local/lib/ips.init
+.I /etc/ips.init
which is used to set system defaults for
.BR ips .
@@ -1274,7 +1274,7 @@ command line.
.SH USEFUL MACROS
The standard supplied system initialization file
-.I /usr/local/lib/ips.init
+.I /etc/ips.init
contains many macros of interest.
This section describes some of the standard macros which are provided.
Remember that these macros can be used in lower case on the command line.
--- a/ips.h
+++ b/ips.h
@@ -22,7 +22,7 @@
#ifndef SYSTEM_INIT_FILE
-#define SYSTEM_INIT_FILE "/usr/local/lib/ips.init"
+#define SYSTEM_INIT_FILE "/etc/ips.init"
#endif
#ifndef USER_INIT_FILE
|