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

package info (click to toggle)
sosreport 4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,800 kB
  • sloc: python: 20,375; sh: 166; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 255 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Description: Change default location to /tmp
--- sos-4.0.orig/sos.conf
+++ sos-4.0/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.