From a8c1d5b9db3653ff67126c1ebce98f80247784ce Mon Sep 17 00:00:00 2001 From: Marcelo Araujo Date: Sat, 11 Dec 2010 21:09:43 +0000 Subject: Spot The Difference is a file integrity checker. Its goal is to detect signs of intrusion by looking for suspicious changes in system files. Crackers, in fact, to do their evil or just to make sure they can work their way back into the system, often change some configuration files, executables and/or log files (usually with rootkits); thus leaving signs of the break-in. WWW: http://www.kernel-panic.it/software/stdiff/ --- sysutils/py-stdiff/files/patch-setup.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 sysutils/py-stdiff/files/patch-setup.py (limited to 'sysutils/py-stdiff/files/patch-setup.py') diff --git a/sysutils/py-stdiff/files/patch-setup.py b/sysutils/py-stdiff/files/patch-setup.py new file mode 100644 index 000000000000..bc27143b37b0 --- /dev/null +++ b/sysutils/py-stdiff/files/patch-setup.py @@ -0,0 +1,11 @@ +--- setup.py 2004-11-06 11:31:49.000000000 -0200 ++++ /tmp/setup.py 2010-11-07 11:45:39.000000000 -0200 +@@ -35,7 +35,7 @@ + download_url="http://sourceforge.net/projects/stdiff/", + packages=["spot"], + scripts=["scripts/stdiff.py", "scripts/stdiff_install_db.py"], +- data_files=[("/etc", ["stdiff.conf.sample"])], ++ data_files=[("/usr/local/etc", ["stdiff.conf.sample"])], + classifiers=["Development status :: 0.2.1", + "Environment :: Console (Text Based)", + "Intended Audience :: System Administrators", -- cgit v1.2.3