aports/community/psad/02-travis-build.patch

12 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;