| 12345678910111213 | 
							- #!/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__
 
 
  |