File: 01_use_bash.diff

package info (click to toggle)
rkhunter 1.4.6-11
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 5,132 kB
  • sloc: sh: 14,367; perl: 120; makefile: 6
file content (12 lines) | stat: -rw-r--r-- 281 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
Author: Francois Marier <francois@debian.org>
Description: Force the use of the bash shell
Last-Updated: 2023-01-26

--- a/files/rkhunter
+++ b/files/rkhunter
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 
 #
 # rkhunter -- Scan the system for rootkits and other known security issues.