removing unnecessary patch
This commit is contained in:
parent
7df4142eb9
commit
c2282c7b1d
@ -1,20 +0,0 @@
|
||||
--- local/fixproc
|
||||
+++ local/fixproc
|
||||
@@ -231,7 +231,7 @@
|
||||
{
|
||||
# it must be "shell", so execute the shell script defined in database
|
||||
|
||||
- local ($tmpfile) = "/tmp/fix_$$";
|
||||
+ local ($tmpfile) = `mktemp /tmp/fix.XXXXXXXX`;
|
||||
|
||||
&create_sh_script ($fix{$proc}, $tmpfile);
|
||||
|
||||
@@ -262,7 +262,7 @@
|
||||
# if not "exist", then it must be "shell", so execute the shell script
|
||||
# defined in database
|
||||
|
||||
- local ($tmpfile) = "/tmp/check_$$";
|
||||
+ local ($tmpfile) = `mktemp /tmp/check.XXXXXXXX`;
|
||||
|
||||
&create_sh_script ($check{$proc}, $tmpfile);
|
||||
|
Loading…
Reference in New Issue
Block a user