Skip to content

Commit

Permalink
More random local changes on master
Browse files Browse the repository at this point in the history
  • Loading branch information
bjori committed Aug 23, 2011
1 parent f2f7644 commit 2bb9233
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 2 additions & 0 deletions maintain-ecelerity
Expand Up @@ -2,6 +2,8 @@
# $Id$
# Do whatever we need to do to run the "ecelerity" facilities

exit 0

if test ! -d /var/log/ecelerity/reports ; then
mkdir /var/log/ecelerity/reports
chown root:ecuser /var/log/ecelerity/reports
Expand Down
3 changes: 1 addition & 2 deletions maintain-master
Expand Up @@ -2,6 +2,7 @@
# $Id$
# Do whatever we need to do to run the "master" facilities

/local/systems/update-systems
co-web php-master-web

php -r '
Expand All @@ -18,5 +19,3 @@ if test "$how" = "weekly" ; then
php /local/mirrors/php-master-web/scripts/email-note-summaries
php /local/mirrors/php-master-web/scripts/event-weekly-email
fi

/local/systems/update-systems
2 changes: 1 addition & 1 deletion nntp-spambots
Expand Up @@ -13,7 +13,7 @@ ipfw add 101 pipe 1 tcp from not 127.0.0.1 to not 127.0.0.1 119
# Load ad-hoc denied list
for i in `cat /local/bin/systems/news-denied|sort|uniq`;
do
if test $i != '216.92.131.4'; then
if test $i != '76.75.200.58'; then
ipfw add deny tcp from $i to any
fi
done;
Expand Down

0 comments on commit 2bb9233

Please sign in to comment.