diff -Nur e-smith-devtools-2.6.0/CreateLinks.pm e-smith-devtools-2.6.0_bz9393/CreateLinks.pm --- e-smith-devtools-2.6.0/CreateLinks.pm 2016-02-04 23:51:36.000000000 +0100 +++ e-smith-devtools-2.6.0_bz9393/CreateLinks.pm 2016-05-11 22:52:22.211252830 +0200 @@ -89,7 +89,7 @@ my ($function, $panel) = @_; my $cgibin = "root/etc/e-smith/web/panels/$panel/cgi-bin"; - safe_symlink("../../../functions/$function", + safe_symlink("../../../functions/wrapper", "$cgibin/$function") } diff -Nur e-smith-devtools-2.6.0/genfilelist e-smith-devtools-2.6.0_bz9393/genfilelist --- e-smith-devtools-2.6.0/genfilelist 2016-05-11 22:50:34.394307844 +0200 +++ e-smith-devtools-2.6.0_bz9393/genfilelist 2016-05-12 19:05:12.078639888 +0200 @@ -125,11 +125,12 @@ '/etc/cron.daily/' => "%attr(0744,root,root)", '/etc/cron.weekly/' => "%attr(0744,root,root)", '/etc/diald/scripts/' => "%attr(0744,root,root)", -'/etc/e-smith/web/functions/' => "%attr(04750,root,admin)", +'/etc/e-smith/web/functions/' => "%attr(0500,root,root)", '/etc/e-smith/web/panels/password/cgi-bin/' => "%attr(06550,root,admin)", '/etc/e-smith/web/panels/' => "%attr(06550,root,admin)", '/home/e-smith/files/manager/html/index.cgi' => "%attr(0755,root,root)", -'/sbin/e-smith/console' => "%attr(06554,root,root)", +'/sbin/e-smith/console' => "%attr(06550,root,root)", +'/sbin/e-smith/console.pl' => "%attr(0550,root,root)", '/sbin/e-smith/dynamic-dns/' => "%attr(0554,root,root)", '/sbin/e-smith/quicktest' => "%attr(0555,root,root)", '/sbin/e-smith/smoketest' => "%attr(0555,root,root)",