blob: 2bea201ae65004e3b25c047383b54e7c73d480a2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
$NetBSD: patch-aj,v 1.4 2010/07/24 13:42:12 obache Exp $
--- configure.ac.orig 2010-07-13 03:05:05.000000000 +0000
+++ configure.ac
@@ -273,7 +273,7 @@ with_distro=`echo ${with_distro} | tr '[
case $with_distro in
lfs|debian|gentoo|archlinux|suse|fedora|mandriva|darwin|freebsd|slackware|none)
;;
- netbsd)
+ netbsd|dragonfly)
AC_MSG_WARN([Your distribution (${with_distro}) is supported but no init script exist yet! (patches welcome)])
;;
linux)
|