File: conffile.diff

package info (click to toggle)
ips 4.0-1.2
  • links: PTS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: ansic: 10,413; makefile: 53
file content (31 lines) | stat: -rw-r--r-- 967 bytes parent folder | download
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
--- ips-3.3/ips.man.orig	2008-03-31 12:32:00.000000000 +0200
+++ ips-3.3/ips.man	2008-03-31 12:32:33.000000000 +0200
@@ -749,7 +749,7 @@
 .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 .
 
@@ -936,7 +936,7 @@
 
 .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.
--- ips-3.3/ips.h.orig	2008-03-31 12:32:05.000000000 +0200
+++ ips-3.3/ips.h	2008-03-31 12:32:14.000000000 +0200
@@ -21,7 +21,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