K 10 svn:author V 6 marino K 8 svn:date V 27 2015-05-15T09:40:37.542484Z K 7 svn:log V 360 sysutils/rdate: Unbreak DragonFly after previous commit OSVERSION was used without OPSYS. This fix really should be "if dragonfly or (freebsd osversion < X)" but currently OSVERSION is valid as long as OPSYS <> DragonFly so this change will work and is simpler than the "real" fix. Ideally all of this should be replaced with a feature detection mechanism. END