diff options
| -rwxr-xr-x | dh_smf | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -209,9 +209,7 @@ foreach my $package ( @{ $dh{DOPACKAGES} } ) { } if (@daemons_restart) { my @svcs = map { $_->{'name'} } @daemons_restart; - autoscript( $package, 'postinst', 'postinst-smf-refresh', - "s|#SERVICES#|@svcs|" ); - autoscript( $package, 'postinst', 'postinst-smf-restart', + autoscript( $package, 'postinst', 'postinst-smf-start', "s|#SERVICES#|@svcs|" ); } if (@daemons_refresh) { |
