aboutsummaryrefslogtreecommitdiffstats
path: root/community/psad/02-travis-build.patch
blob: a643a43e1acf6ba57b6941f7202d0ba41c13f3d8 (plain)
1
2
3
4
5
6
7
8
9
10
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;