K 10 svn:author V 2 ru K 8 svn:date V 27 1999-06-11T09:43:53.000000Z K 7 svn:log V 329 Workaround the problem that the first (and only first) port name can't have a dash character (it is treated as a ``range'' operator). One could now use such a name by escaping the ``-'' characters. For example: # ipfw add 1 count tcp from any to any "ms\-sql\-s" # ipfw add 2 count tcp from any ftp\\-data-ftp to any PR: 7101 END