File: 0001-debian-change-tmp-dir-location.patch

package info (click to toggle)
sos 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 14,856 kB
  • sloc: python: 34,404; sh: 247; makefile: 18
file content (21 lines) | stat: -rw-r--r-- 453 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
From: Eric Desrochers <slashd@ubuntu.com>
Date: Wed, 19 Aug 2020 22:49:24 +0000
Subject: Change default location to /tmp

Forwarded: not-needed
---
 sos.conf | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sos.conf b/sos.conf
index 2be22a3..26778d2 100644
--- a/sos.conf
+++ b/sos.conf
@@ -7,6 +7,7 @@
 #verify = yes
 #batch = yes
 #log-size = 15
+tmp-dir = /tmp
 
 [report]
 # Options that will apply to any `sos report` run should be listed here.