# HG changeset patch # User Richard Dunbar # Date 1357819124 0 # Node ID 22d2275b30ecf2cdfc6e4b29d3fe1fce2c18d996 # Parent e8d1059c684322adc5f9b25b11db8ff848ced203 cookutils: symlink cooker to busybox httpd server root diff -r e8d1059c6843 -r 22d2275b30ec cookutils/receipt --- a/cookutils/receipt Thu Jan 10 01:26:02 2013 +0000 +++ b/cookutils/receipt Thu Jan 10 11:58:44 2013 +0000 @@ -24,6 +24,9 @@ { mkdir -p $fs cp -a $install/* $fs + #Symlink cooker to busybox httpd server root + cd $fs/var/www + ln -s cgi-bin/cooker # Daemon goes in cookutils-deamon rm -rf $fs/etc/init.d }