mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-07-26 04:35:39 +03:00
11 lines
268 B
Diff
11 lines
268 B
Diff
--- psad-2.4.6/install.pl
|
|
+++ psad-2.4.6/install.new
|
|
@@ -247,7 +247,7 @@
|
|
my $distro = &get_distro();
|
|
|
|
### handle systems with systemd
|
|
-my $is_systemd = &look_for_process(qr|/systemd|);
|
|
+my $is_systemd = 0;
|
|
|
|
if ($is_systemd) {
|
|
$init_dir = $systemd_init_dir;
|