File: ulimit-requires-bash.patch

package info (click to toggle)
heartbeat 1%3A3.0.6-18
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,960 kB
  • sloc: ansic: 42,220; sh: 3,500; python: 1,086; makefile: 912; tcl: 523
file content (15 lines) | stat: -rw-r--r-- 605 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: ulimit requires Bash
Author: Ferenc Wágner <wferi@debian.org>
Last-Update: 2025-01-05
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: heartbeat/heartbeat/lib/BasicSanityCheck.in
===================================================================
--- heartbeat.orig/heartbeat/lib/BasicSanityCheck.in	2025-01-05 15:46:04.483847085 +0100
+++ heartbeat/heartbeat/lib/BasicSanityCheck.in	2025-01-05 15:46:37.747208908 +0100
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
 #
 #   Support:      linux-ha-dev@lists.tummy.com
 #   License:      GNU General Public License (GPL)