mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
a8c1d5b9db
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/
12 lines
574 B
Python
12 lines
574 B
Python
--- 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",
|