1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-26 04:35:39 +03:00
aports/community/psad/02-travis-build.patch

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;