From: Don Armstrong Date: Thu, 16 Feb 2012 03:16:47 +0000 (-0800) Subject: add HE config X-Git-Tag: release/2.6.0~415^2~11 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=ab434db25509355b8c05900ac7254db84be0efbc add HE config --- diff --git a/examples/hyperestraier_config b/examples/hyperestraier_config new file mode 100644 index 0000000..86ef7f6 --- /dev/null +++ b/examples/hyperestraier_config @@ -0,0 +1,15 @@ +## configuration options + +## database creation + +estcmd create -si -apn -xh3 \ + -attr status string \ + -attr subject string \ + -attr date number \ + -attr submitter string \ + -attr package string \ + -attr tags string \ + -attr severity string \ + bts + +# status subject date submitter package tags severity \ No newline at end of file