Browse Source

Add reportbug sniplet

Christoph Biedl 12 years ago
parent
commit
47da461514
1 changed files with 13 additions and 0 deletions
  1. 13 0
      debian/ngircd.bug-script

+ 13 - 0
debian/ngircd.bug-script

@@ -0,0 +1,13 @@
+#!/bin/bash -e
+
+cat <<__EOS__ >&3
+
+WARNING: Your ngIRCd configuration file may contain data the world
+should not see, like passwords or structure of your IRC network.
+
+If you chose to include /etc/ngircd/ngircd.conf, make sure no
+confidential information remains. To keep this report terse, also
+remove all comments unless they are really necessary, and delete
+this notice.
+
+__EOS__