7 |
service_link_enhanced("madsonic", "K45", "1"); |
service_link_enhanced("madsonic", "K45", "1"); |
8 |
+ |
+ |
9 |
+my $event= "smeserver-madsonic-update"; |
+my $event= "smeserver-madsonic-update"; |
10 |
+ safe_symlink("restart", "root/etc/e-smith/$event/conf-madsonic/services2adjust/madsonic"); |
+ safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/madsonic"); |
11 |
+ safe_symlink("restart", "root/etc/e-smith/$event/conf-madsonic/services2adjust/httpd-e-smith"); |
+ safe_symlink("restart", "root/etc/e-smith/events/$event/services2adjust/httpd-e-smith"); |
12 |
+ templates2events( "/etc/sysconfig/madsonic" , $event); |
+ templates2events( "/etc/sysconfig/madsonic" , $event); |
13 |
+ templates2events( "/etc/httpd/conf/httpd.conf" , $event); |
+ templates2events( "/etc/httpd/conf/httpd.conf" , $event); |
14 |
+ |
+ |