15 lines
364 B
Text
15 lines
364 B
Text
$NetBSD: patch-aa,v 1.2 2015/12/29 23:34:54 dholland Exp $
|
|
|
|
Don't use the root /etc. XXX: it shouldn't use the etc in PREFIX either...
|
|
|
|
--- configure 2002/09/02 17:06:11 1.1
|
|
+++ configure 2002/09/02 17:07:26
|
|
@@ -3598,7 +3598,7 @@
|
|
EOF
|
|
|
|
|
|
-STARTUPDIR="/etc"
|
|
+STARTUPDIR="${exec_prefix}/etc"
|
|
if test -d /etc/rc.d/init.d; then
|
|
STARTUPDIR="/etc/rc.d/init.d"
|
|
else
|