On Thu, 08 Dec 2005 13:46:26 -0500, "Richard F. Hart II" wrote in <[EMAIL PROTECTED]>: >>>mrtg# cfgmaker --global 'WorkDir: /usr/local/apache/mrtg' --global >>>'Options[_]: bits,growright' --output /root/mrtg/cfg/fdry.cfg >>>[EMAIL PROTECTED] >>>Unknown option: [EMAIL PROTECTED] >> >>double-quote around the arg. >>"[EMAIL PROTECTED]@137.155.70.1" > > When I add single or double quotes, its tries to use \+string.
oops, sorry. I found that it is a feature of Getopt::Long. try this: POSIXLY_CORRECT=1 cfgmaker "[EMAIL PROTECTED]" -- Takumi Yamane <[EMAIL PROTECTED]> -- Unsubscribe mailto:[EMAIL PROTECTED] Archive http://lists.ee.ethz.ch/mrtg FAQ http://faq.mrtg.org Homepage http://www.mrtg.org WebAdmin http://lists.ee.ethz.ch/lsg2.cgi
