https://bugs.contribs.org/show_bug.cgi?id=11326

--- Comment #4 from Brian Read <[email protected]> ---
Comment #3 not correct.

Added in Systemd stuff into Createlinks:

#!/usr/bin/perl -w

use esmith::Build::CreateLinks  qw(:all);

# Start and stop links - SME9
#service_link_enhanced("vpnserver", "S87", "7");

#Add an update event - auto executed by yum on install etc.
$event="smeserver-softethervpn-server--update";
foreach my $file (qw(
        /etc/systemd/system-preset/49-koozali.preset
        /etc/raddb/users
        /etc/httpd/conf/httpd.conf
))
{
    templates2events( $file, $event );
}

#action needed in case we have a systemd unit
event_link("systemd-default", $event, "10");
event_link("systemd-reload", $event, "50");
#action specific to this package
event_link("remoteaccess-update",$event, "30");
#services we need to restart
safe_symlink("restart",
"root/etc/e-smith/events/$event/services2adjust/httpd-e-smith");
safe_symlink("restart",
"root/etc/e-smith/events/$event/services2adjust/radiusd");
safe_symlink("restart",
"root/etc/e-smith/events/$event/services2adjust/bridge");
safe_symlink("restart",
"root/etc/e-smith/events/$event/services2adjust/vpnserver");

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
_______________________________________________
Mail for each SME Contribs bug report
To unsubscribe, e-mail [email protected]
Searchable archive at https://lists.contribs.org/mailman/public/contribteam/

Reply via email to