blob: 7df24b45fd973608d39d7e55ceb733620c4b0c29 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
$NetBSD: patch-ab,v 1.1.1.1 2008/03/08 00:46:23 reed Exp $
--- config.h.orig Sun Jun 9 19:17:32 2002
+++ config.h Fri Nov 1 20:38:35 2002
@@ -27,8 +27,8 @@
#define DFL_CHAIN LILO_DIR "/chain.b" /* default chain loader */
#define DFL_MBR LILO_DIR "/mbr.b" /* default MBR */
#else
-#define CFG_DIR "/etc" /* location of configuration files */
-#define BOOT_DIR "/boot" /* location of boot files */
+#define CFG_DIR "@@PKG_SYSCONFDIR@@" /* location of configuration files */
+#define BOOT_DIR "@@PREFIX@@/boot" /* location of boot files */
#define BACKUP_DIR BOOT_DIR /* boot sector and partition table backups */
#define DFL_CONFIG CFG_DIR "/lilo.conf"/* default configuration file */
#define DFL_DISKTAB CFG_DIR "/disktab" /* LILO's disk parameter table */
|