summaryrefslogtreecommitdiff
path: root/sysutils/py-stdiff/files/patch-setup.py
diff options
context:
space:
mode:
authorMarcelo Araujo <araujo@FreeBSD.org>2010-12-11 21:09:43 +0000
committerMarcelo Araujo <araujo@FreeBSD.org>2010-12-11 21:09:43 +0000
commita8c1d5b9db3653ff67126c1ebce98f80247784ce (patch)
tree3ffbe649d9b40c1bb1a7d2efdd0ab3515ca304ce /sysutils/py-stdiff/files/patch-setup.py
parent- Fix for new tix (diff)
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/
Notes
Notes: svn path=/head/; revision=266064
Diffstat (limited to 'sysutils/py-stdiff/files/patch-setup.py')
-rw-r--r--sysutils/py-stdiff/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
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",