diff options
author | lpsolit%gmail.com <> | 2006-07-23 02:17:12 +0000 |
---|---|---|
committer | lpsolit%gmail.com <> | 2006-07-23 02:17:12 +0000 |
commit | 3ac2288292299424b0400af2bdae4c0e45f8c5fc (patch) | |
tree | 73cfa5e622265c2f08550360a0fe5ab5a4eeb00f | |
parent | c875db3795cd97d8a93196fce25a4b85f6fe324c (diff) | |
download | bugs-3ac2288292299424b0400af2bdae4c0e45f8c5fc.tar bugs-3ac2288292299424b0400af2bdae4c0e45f8c5fc.tar.gz bugs-3ac2288292299424b0400af2bdae4c0e45f8c5fc.tar.bz2 bugs-3ac2288292299424b0400af2bdae4c0e45f8c5fc.tar.xz bugs-3ac2288292299424b0400af2bdae4c0e45f8c5fc.zip |
[No bug #] Fix warnings reported by 011pod.t about importxml.pl - Patch by me
-rwxr-xr-x | importxml.pl | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/importxml.pl b/importxml.pl index dbcc72f1c..4796f35fd 100755 --- a/importxml.pl +++ b/importxml.pl @@ -1246,7 +1246,7 @@ importxml - Import bugzilla bug data from xml. =back =head1 DESCRIPTION - + This script is used to import bugs from another installation of bugzilla. It can be used in two ways. First using the move function of bugzilla @@ -1256,14 +1256,14 @@ importxml - Import bugzilla bug data from xml. run by this script and imported into your database. Run 'newaliases' after adding this alias to your aliases file. Make sure your sendmail installation is configured to allow mail aliases to execute code. - + bugzilla-import: "|/usr/bin/perl /opt/bugzilla/importxml.pl --mail" - + Second it can be run from the command line with any xml file from STDIN that conforms to the bugzilla DTD. In this case you can pass an argument to set whether you want to send the mail that will be sent to the exporter and maintainer normally. - + importxml.pl [options] bugsfile.xml =cut |