From bee2df599f882d415e6dcd8582ac960bffa1aad0 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Sat, 23 Oct 2010 12:13:48 -0700 Subject: Fix commit-uri bug. - remove links from commit hook directory on boot-up. - remove 'file' scheme for now. --- scripts/rl-system.init | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/rl-system.init') diff --git a/scripts/rl-system.init b/scripts/rl-system.init index 28d40423..3e07e11e 100755 --- a/scripts/rl-system.init +++ b/scripts/rl-system.init @@ -212,6 +212,9 @@ start () { fi done + # Remove links from the commit hook directory + rm -f /etc/commit/* + # Remove serial console settings # sed -i -e '/^T/d' /etc/inittab -- cgit v1.2.3