diff options
Diffstat (limited to 'security/rkhunter')
-rw-r--r-- | security/rkhunter/Makefile | 3 | ||||
-rw-r--r-- | security/rkhunter/files/patch-os.dat | 11 | ||||
-rw-r--r-- | security/rkhunter/pkg-message | 8 |
3 files changed, 11 insertions, 11 deletions
diff --git a/security/rkhunter/Makefile b/security/rkhunter/Makefile index 19bad11d8a72..2880592ea643 100644 --- a/security/rkhunter/Makefile +++ b/security/rkhunter/Makefile @@ -41,4 +41,7 @@ do-install: ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/files/|} ${DOCSDIR} .endif +post-install: + @${CAT} ${PKGMESSAGE} + .include <bsd.port.post.mk> diff --git a/security/rkhunter/files/patch-os.dat b/security/rkhunter/files/patch-os.dat deleted file mode 100644 index 3d1dfd3cd4ca..000000000000 --- a/security/rkhunter/files/patch-os.dat +++ /dev/null @@ -1,11 +0,0 @@ ---- files/os.dat.orig Fri Jun 17 14:08:59 2005 -+++ files/os.dat Fri Jun 17 14:09:09 2005 -@@ -112,6 +112,7 @@ - 215:FreeBSD 4.11 (i386):/sbin/md5 -q:/usr/local/bin: - 216:FreeBSD 4.5 (i386):/sbin/md5 -q:/usr/local/bin: - 217:FreeBSD 4.6 (i386):/sbin/md5 -q:/usr/local/bin: -+218:FreeBSD 5.4 (i386):/sbin/md5 -q:/usr/local/bin: - 300:Sun Solaris 8 (sparc):/bin/ls:/bin: - 301:Sun Solaris 9 (sparc):/bin/ls:/bin: - 400:IBM AIX 5.4:/bin/ls:/bin: - diff --git a/security/rkhunter/pkg-message b/security/rkhunter/pkg-message new file mode 100644 index 000000000000..c8e5d0bdf02c --- /dev/null +++ b/security/rkhunter/pkg-message @@ -0,0 +1,8 @@ + +********************************************** +NOTICE: + + Keep your database up-to-date by running + "rkhunter --update" frequently. + +********************************************** |