From dccf194c16c87abd156be3cc55826f39e8037840 Mon Sep 17 00:00:00 2001 From: Thomas Hochstein Date: Sun, 18 Dec 2011 01:54:03 +0100 Subject: [PATCH 1/1] Add README and some meta data. Signed-off-by: Thomas Hochstein --- .gitattributes | 1 + .gitignore | 0 README | 24 ++++++++++++++++++++++++ 3 files changed, 25 insertions(+) create mode 100644 .gitattributes create mode 100644 .gitignore create mode 100644 README diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..176a458 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +* text=auto diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/README b/README new file mode 100644 index 0000000..e1b20b9 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ + Bits and pieces of INN config + ============================= + +Up to now this is just some hodgepodge of config snippets; +when (if!) I'll manage to spare some time, I'll try to +structure it a bit ... + +------------------------------------------------------------ + +auth/perl-_mysql + Perl script to authenticatie against a MySQL database + --> /usr/lib/news/bin/auth/passwd/perl_mysql + +------------------------------------------------------------ + +filter/filter_nnrpd.pl + Posting filter to add Cancel-Lock and Cancel-Key + --> /etc/news/filter/filter_nnrpd.pl + +filter/cleanfeed.local + Posting filter to add Cancel-Lock and Cancel-Key + --> /etc/news/filter/cleanfeed/etc/cleanfeed.local + +------------------------------------------------------------ -- 2.20.1