wok-current diff elksemu/receipt @ rev 25441
Up chkrootkit (0.55)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Sep 02 10:24:23 2022 +0000 (2022-09-02) |
parents | 9e01bc6321ea |
children |
line diff
1.1 --- a/elksemu/receipt Sun Dec 20 15:13:45 2015 +0100 1.2 +++ b/elksemu/receipt Fri Sep 02 10:24:23 2022 +0000 1.3 @@ -35,6 +35,6 @@ 1.4 # Pre remove command for Tazpkg. 1.5 pre_remove() 1.6 { 1.7 - echo -1 > "$1/proc/sys/fs/binfmt_misc/i86-elks" 1.8 + echo -1 > /proc/sys/fs/binfmt_misc/i86-elks 1.9 sed -i '/binfmt_misc/{N;/:i86-elks:M:/d}' "$1/etc/init.d/local.sh" 1.10 }