From 724280fed7c1a94eefb7f48f541367ca44d9d620 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Sun, 3 Feb 2008 04:07:47 +0000 Subject: [PATCH] Improved clockspeed to install clockctl --- network/clockspeed/clockspeed.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/clockspeed/clockspeed.conf b/network/clockspeed/clockspeed.conf index 323ddf0ca..6a612b5b1 100644 --- a/network/clockspeed/clockspeed.conf +++ b/network/clockspeed/clockspeed.conf @@ -34,8 +34,13 @@ clockspeed_install() { cp $file $root/$prefix/$dir/$file done < <( grep "c(.*man\|c(.*bin" hier.c | cut -d \" --output-delimiter ' ' -f 2,4 ) + # install leapsecs.dat mkdir -p $root/var/state/clockspeed cp leapsecs.dat $root/var/state/clockspeed/ + + # install clockctl + rock_substitute "$confdir/clockctl.sh" > "$root$bindir/clockctl" + chmod +x "$root$bindir/clockctl" } hook_add premake 5 'clockspeed_config'