File: posix-locale.dpatch

package info (click to toggle)
killer 0.90-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, sid, trixie
  • size: 752 kB
  • sloc: perl: 8,785; sh: 313; makefile: 43
file content (18 lines) | stat: -rw-r--r-- 505 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#! /bin/sh /usr/share/dpatch/dpatch-run

Make sure all processes have a well defined locale.

@DPATCH@
Index: killer-git/killer
===================================================================
--- killer-git.orig/killer	2014-09-28 09:00:40.207972731 +0200
+++ killer-git/killer	2014-09-28 09:00:40.427974549 +0200
@@ -1139,6 +1139,8 @@
 # End of (intended) configuration options.
 # ########
 
+$ENV{LC_ALL} = 'POSIX';
+
 =back
 
 If I am a user really trying to avoid a background job killer, I would