INN commit: branches/2.5/scripts (inncheck.in)
INN Commit
rra at isc.org
Sun Jul 17 18:36:41 UTC 2011
Date: Sunday, July 17, 2011 @ 11:36:41
Author: iulius
Revision: 9264
inncheck: delete long-unsused cruft.
innlog.pl was the precursor to innreport...
Thanks to Florian Schlichting for the clean up.
Modified:
branches/2.5/scripts/inncheck.in
-------------+
inncheck.in | 20 --------------------
1 file changed, 20 deletions(-)
Modified: inncheck.in
===================================================================
--- inncheck.in 2011-07-17 18:27:22 UTC (rev 9263)
+++ inncheck.in 2011-07-17 18:36:41 UTC (rev 9264)
@@ -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