aboutsummaryrefslogtreecommitdiffstats
path: root/community/psad/02-travis-build.patch
diff options
context:
space:
mode:
Diffstat (limited to 'community/psad/02-travis-build.patch')
-rw-r--r--community/psad/02-travis-build.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/community/psad/02-travis-build.patch b/community/psad/02-travis-build.patch
new file mode 100644
index 0000000000..a643a43e1a
--- /dev/null
+++ b/community/psad/02-travis-build.patch
@@ -0,0 +1,11 @@
+--- 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;