]> git.pld-linux.org Git - packages/util-vserver.git/blob - util-vserver-tmpdir.patch
- suggest/require crondaemon
[packages/util-vserver.git] / util-vserver-tmpdir.patch
1 - address issue that TMPDIR is not accessible for nobody user (that util-vserver switches for few commands)
2
3 # vserver test stop
4 mktemp: cannot create temp file /home/glen/tmp/vserver-lock.S8Bua1: No such file or directory
5 /usr/bin/mkfifo: missing operand
6 Try `/usr/bin/mkfifo --help' for more information.
7 Not enough parameters; use '--help' for more information
8
9 --- util-vserver-0.30.213/scripts/util-vserver-vars.pathsubst~  2007-08-30 11:48:13.000000000 +0300
10 +++ util-vserver-0.30.213/scripts/util-vserver-vars.pathsubst   2007-08-30 11:49:11.992851194 +0300
11 @@ -126,7 +126,7 @@
12  _LN_S="$_LN -s"
13  _MKDIR="@MKDIR@"
14  _MKFIFO="@MKFIFO@"
15 -_MKTEMP="@MKTEMP@ -t"
16 +_MKTEMP="@ENV@ -u TMPDIR @MKTEMP@ -t"
17  _MKTEMPDIR="$_MKTEMP -d"
18  _MODPROBE="@MODPROBE@"
19  _MOUNT="@MOUNT@"
This page took 0.028009 seconds and 3 git commands to generate.