This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u Mailman/Queue/CommandRunner.py- Mailman/Queue/CommandRunner.py | |
--- Mailman/Queue/CommandRunner.py- 2015-04-03 22:03:27.000000000 +0900 | |
+++ Mailman/Queue/CommandRunner.py 2015-04-22 19:28:34.221206025 +0900 | |
@@ -244,6 +244,9 @@ | |
syslog('vette', 'replied and discard') | |
# w/discard | |
return False | |
+ if hasattr(mlist, 'ignore_requests') and mlist.ignore_requests: | |
+ syslog('vette', 'ignore and discard') | |
+ return False |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- Mailman/Cgi/admin.py 2014-02-04 02:09:14.000000000 +0900 | |
+++ Mailman/Cgi/admin.py 2015-04-10 15:13:58.810916527 +0900 | |
@@ -900,12 +900,16 @@ | |
# The email addresses had /better/ be ASCII, but might be encoded in the | |
# database as Unicodes. | |
all = [_m.encode() for _m in mlist.getMembers()] | |
all.sort(lambda x, y: cmp(x.lower(), y.lower())) | |
# See if the query has a regular expression | |
regexp = cgidata.getvalue('findmember', '').strip() | |
+ try: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
java.lang.RuntimeException: java.lang.RuntimeException: no available config. | |
at jp.co.infocity.a.a.a(Unknown Source) | |
at jp.co.infocity.ebook.core.view.d$b.a(Unknown Source) | |
at jp.co.infocity.a.b.b$a.a(Unknown Source) | |
at jp.co.infocity.a.b.b$1.surfaceChanged(Unknown Source) | |
at android.view.SurfaceView.updateWindow(SurfaceView.java:544) | |
at android.view.SurfaceView.access$000(SurfaceView.java:81) | |
at android.view.SurfaceView$3.onPreDraw(SurfaceView.java:169) | |
at android.view.ViewTreeObserver.dispatchOnPreDraw(ViewTreeObserver.java:590) | |
at android.view.ViewRootImpl.performTraversals(ViewRootImpl.java:1711) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
__doc__ = """ | |
zenoss.cmd.linux.dpkg finds various software packages installed on a device. | |
Invoke dpkg command via SSH session. | |
""" | |
import re | |
from Products.DataCollector.plugins.CollectorPlugin \ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
__doc__ = """ | |
zenoss.cmd.linux.rpm finds various software packages installed on a device. | |
Invoke rpm command via SSH session. | |
""" | |
from Products.DataCollector.plugins.CollectorPlugin \ | |
import LinuxCommandPlugin, SoftwareCommandPlugin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0"?> | |
<!DOCTYPE service_bundle SYSTEM "/usr/share/lib/xml/dtd/service_bundle.dtd.1"> | |
<!-- | |
Copyright 2007-2010 Men & Mice. All rights reserved. | |
Use is subject to license terms. | |
--> | |
<service_bundle type='manifest' name='unbound'> | |
<service |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- encoding.c 2014-04-26 20:32:54.000000000 +0900 | |
+++ encoding.c 2015-06-27 04:04:26.000000000 +0900 | |
@@ -1005,8 +1005,13 @@ | |
{ 0x2264, 0x2267 }, { 0x226A, 0x226B }, { 0x226E, 0x226F }, | |
{ 0x2282, 0x2283 }, { 0x2286, 0x2287 }, { 0x2295, 0x2295 }, | |
{ 0x2299, 0x2299 }, { 0x22A5, 0x22A5 }, { 0x22BF, 0x22BF }, | |
+#if 0 | |
{ 0x2312, 0x2312 }, { 0x2460, 0x24E9 }, { 0x24EB, 0x254B }, | |
{ 0x2550, 0x2573 }, { 0x2580, 0x258F }, { 0x2592, 0x2595 }, | |
+#else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/perl | |
use Getopt::Long; | |
$TRUNCATE_AT = 32000; | |
$OMIT_RECEIVED = 1; | |
$OMIT_MESSAGE_ID = 0; | |
$OMIT_RESENT_ANY = 0; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- /root/rpmbuild/SPECS/rrdtool.spec 2012-04-06 06:40:37.000000000 +0900 | |
+++ rrdtool.spec 2015-07-16 00:17:20.807304808 +0900 | |
@@ -2,8 +2,15 @@ | |
# Authority: matthias | |
# Upstream: Tobi Oetiker <oetiker$ee,ethz,ch> | |
+%define _prefix /usr/local | |
+%define _exec_prefix %{_prefix} | |
+%define _datadir %{_prefix}/share | |
+%define _libdir %{_exec_prefix}/lib64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff -u /root/rpmbuild/SOURCES/rrdcached.init /root/rpmbuild/SOURCES/rrdcached.local.init | |
--- /root/rpmbuild/SOURCES/rrdcached.init 2011-04-15 08:01:11.000000000 +0900 | |
+++ /root/rpmbuild/SOURCES/rrdcached.local.init 2015-07-17 05:40:35.068703869 +0900 | |
@@ -17,7 +17,7 @@ | |
. /etc/rc.d/init.d/functions | |
prog=rrdcached | |
-rrdcached=/usr/bin/rrdcached | |
+rrdcached=/usr/local/bin/rrdcached | |
pidfile=/var/rrdtool/rrdcached/rrdcached.pid |