1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-af,v 1.3 2007/06/07 15:13:47 obache Exp $
--- servers/servers-lib.pl.orig 2007-06-01 01:21:09.000000000 +0000
+++ servers/servers-lib.pl
@@ -188,6 +188,7 @@ else {
# Other operating systems
[ 'freebsd', 'FreeBSD', 'freebsd' ],
+ [ 'dragonfly', 'DragonFly', 'dragonfly' ],
[ 'solaris', 'Solaris', 'solaris' ],
[ 'hpux', 'HP/UX', 'hpux' ],
[ 'sco', 'SCO', '(openserver|unixware)' ],
|