Browse Source

Alejandro Mery <amery@geeks.cl>:

chkrootkit 0.42b -> 0.43


git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2102 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Alejandro Mery 21 years ago
parent
commit
cce01af2f7
2 changed files with 6 additions and 6 deletions
  1. +2
    -2
      package/mnemoc/chkrootkit/chkrootkit.desc
  2. +4
    -4
      package/mnemoc/chkrootkit/make_install.patch

+ 2
- 2
package/mnemoc/chkrootkit/chkrootkit.desc

@ -46,8 +46,8 @@
[L] OpenSource
[S] Stable
[V] 0.42b
[V] 0.43
[P] X -----5---9 800.000
[D] 3286636968 chkrootkit-0.42b.tar.gz ftp://ftp.pangeia.com.br/pub/seg/pac/
[D] 2776672124 chkrootkit-0.43.tar.gz ftp://ftp.pangeia.com.br/pub/seg/pac/

+ 4
- 4
package/mnemoc/chkrootkit/make_install.patch

@ -20,8 +20,8 @@
#
# --- ROCK-COPYRIGHT-NOTE-END ---
--- ./Makefile.orig Sat Mar 8 14:21:31 2003
+++ ./Makefile Sat Mar 8 14:31:15 2003
--- ./Makefile.orig 2003-12-26 18:34:10.000000000 -0300
+++ ./Makefile 2003-12-28 15:25:55.000000000 -0300
@@ -7,6 +7,8 @@
CFLAGS = -DHAVE_LASTLOG_H
STATIC = -static
@ -34,7 +34,7 @@
@@ -63,3 +65,6 @@
clean:
rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings
rm -f ${OBJS} core chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static
+
+install: sense
+ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings $(SBIN)
+ cp -vf chkrootkit chklastlog chkwtmp ifpromisc chkproc chkdirs check_wtmpx strings-static $(SBIN)

Loading…
Cancel
Save