pkgsrc/sysutils/webmin/patches/patch-af
obache 73554b2d44 Update webmin to 1.350.
Version 1.350 (1 June 2007)
 * Fixed an XSS security bug in pam_login.cgi.
 * Added plain-text mode and head section preservation to the File Manager HTML editor, and a field to select which user uploaded files are owned as.
 * Added Postfix module configuration options for the start, stop and restart commands.
 * Use the HTML output mode from the pgsql command in the PostgreSQL module, for more reliable data editing when DBI is not available.
 * The Running Processes module now shows real and virtual memory on Solaris.
 * Added Redhat Enterprise 5 support, and fixed SuSE 10 and Solaris-specific bugs
2007-06-07 15:13:46 +00:00

12 lines
427 B
Text

$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)' ],