INN commit: trunk/scripts (inncheck.in)
INN Commit
rra at isc.org
Tue Jan 25 18:40:26 UTC 2011
Date: Tuesday, January 25, 2011 @ 10:40:26
Author: iulius
Revision: 9172
inncheck: delete long-unsused cruft.
innlog.pl was the precursor to innreport...
Thanks to Florian Schlichting for the clean up.
Modified:
trunk/scripts/inncheck.in
-------------+
inncheck.in | 20 --------------------
1 file changed, 20 deletions(-)
Modified: inncheck.in
===================================================================
--- inncheck.in 2011-01-24 22:13:27 UTC (rev 9171)
+++ inncheck.in 2011-01-25 18:40:26 UTC (rev 9172)
@@ -714,9 +714,6 @@
'makehistory', 'news.daily', 'overchan', 'prunehistory', 'scanlogs',
'tally.control', 'writelog'
);
-#@newslib_private_read = (
-# 'innlog.pl'
-#);
## The modes (min and max) for the various programs.
%prog_modes = (
@@ -733,7 +730,6 @@
{
local ($rnewsprogs) = $paths{'rnewsprogs'};
local ($newsbin) = $paths{'newsbin'};
- #local ($newslib) = $paths{'newslib'};
foreach ( @directories ) {
&checkperm($paths{$_}, [0755, 0775]);
@@ -752,9 +748,6 @@
#&checkperm($paths{'history'} . ".dir", [0600, $INN::Config::filemode]);
#&checkperm($paths{'history'} . ".index", [0600, $INN::Config::filemode]);
#&checkperm($paths{'history'} . ".hash", [0600, $INN::Config::filemode]);
- #foreach ( @newslib_private_read ) {
- # &checkperm("$newslib/$_", [0400, 0440]);
- #}
foreach ( @newsbin_private ) {
&checkperm("$newsbin/$_", [0500, 0550]);
}
@@ -889,16 +882,3 @@
&check_all_perms()
if $perms;
exit(0);
-
-if ( 0 ) {
- &active();
- &control_ctl();
- &incoming_conf();
- &expire_ctl();
- &inn_conf();
- &moderators();
- &nntpsend_ctl();
- &newsfeeds();
- &passwd_nntp();
- &readers_conf();
-}
More information about the inn-committers
mailing list