--- rpms/e-smith-runit/sme10/e-smith-runit-2.6.0-bz11156-update.patch 2021/01/03 06:17:23 1.1 +++ rpms/e-smith-runit/sme10/e-smith-runit-2.6.0-bz11156-update.patch 2021/01/03 06:37:05 1.2 @@ -1,6 +1,22 @@ diff -Nur e-smith-runit-2.6.0.old/createlinks e-smith-runit-2.6.0/createlinks --- e-smith-runit-2.6.0.old/createlinks 2021-01-03 01:03:40.781000000 -0500 -+++ e-smith-runit-2.6.0/createlinks 2021-01-03 01:11:13.683000000 -0500 ++++ e-smith-runit-2.6.0/createlinks 2021-01-03 01:26:17.763000000 -0500 +@@ -1,5 +1,5 @@ + #!/usr/bin/perl -w +- ++use esmith::Build::CreateLinks qw(:all); + sub panel_link + { + my ($function, $panel) = @_; +@@ -11,7 +11,7 @@ + "/cgi-bin/$function: $!"; + } + +-sub event_link ++sub event_link2 + { + my ($action, $event, $level) = @_; + @@ -22,10 +22,14 @@ " $!"; }