File: var-run.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-- 606 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: Use /run instead of /var/run
Author: Valentin Vidic <vvidic@debian.org>
Last-Update: 2018-12-09
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/heartbeat/init.d/heartbeat.conf.in
+++ b/heartbeat/init.d/heartbeat.conf.in
@@ -9,6 +9,4 @@
 # d      @HA_VARRUNHBRSCDIR@	1777  root       root      -
 
 # this should be shipped by pacemaker!
-d      /var/run/crm             0750  hacluster  haclient  -
-# this should be shipped by resource-agents!
-d      /var/run/resource-agents 0755  root       root      -
+d      /run/crm             0750  hacluster  haclient  -