From edb8f76fbc2dab051fac45c6d76b0f8f6b76ad22 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 21 Apr 2007 09:34:28 +0000 Subject: remove the symlink as well when removing the adam2 patcher SVN-Revision: 7023 --- target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'target') diff --git a/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 b/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 index ed3e490882..64c860804c 100755 --- a/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 +++ b/target/linux/ar7-2.6/base-files/default/etc/init.d/adam2 @@ -9,6 +9,5 @@ start() { mtd unlock adam2 /sbin/adam2patcher /dev/mtdblock0 } - disable - rm -f /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&- + rm -f /etc/rc.d/S${START}adam2 /etc/init.d/adam2 /sbin/adam2patcher >&- 2>&- } -- cgit v1.2.3