mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 20:07:50 -04:00
13 lines
285 B
Plaintext
13 lines
285 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2003/01/10 16:16:36 jmmv Exp $
|
|
|
|
--- src/filesys/unix/path.c.orig Sun Aug 5 01:59:48 2001
|
|
+++ src/filesys/unix/path.c
|
|
@@ -46,6 +46,6 @@ char* get_config_file (void)
|
|
#endif
|
|
#endif
|
|
|
|
- return "/etc/sarien.conf";
|
|
+ return PKG_SYSCONFDIR "/sarien.conf";
|
|
}
|
|
|