ngircd.bug-script 383 B

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