mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 03:44:13 -04:00
16 lines
791 B
Plaintext
16 lines
791 B
Plaintext
$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 */
|