Sisyphus repository
Last update: 1 october 2023 | SRPMs: 18631 | Visits: 37769672
en ru br
ALT Linux repos
S:4.15.2-alt1
5.0: 4.6.3-alt1.1
4.1: 4.6.3-alt1.1
4.0: 4.6.3-alt1.1
3.0: 4.4-alt1

Group :: Archiving/Backup
RPM: sharutils

 Main   Changelog   Spec   Patches   Sources   Download   Gear   Bugs and FR  Repocop 

Patch: sharutils-4.3.77-alt-tmp.patch
Download


--- sharutils-4.3.77/src/mailshar.in.orig	2002-12-02 23:22:20 +0300
+++ sharutils-4.3.77/src/mailshar.in	2005-01-09 01:02:35 +0300
@@ -37,7 +37,11 @@
 or .zoo suffix."
 
 if type -p mktemp >/dev/null 2>/dev/null; then
-  temp=`mktemp /var/tmp/$$.shar.XXXXXX` || exit 1
+  temp=`mktemp -t mailshar.XXXXXXXXXX`
+  if [ $? -ne 0 ]; then
+    echo "$0: Can't create temp file, exiting..."
+    exit 1
+  fi
 else
   temp=/var/tmp/$$.shar
   rm -f $temp*
 
design & coding: Vladimir Lettiev aka crux © 2004-2005, Andrew Avramenko aka liks © 2007-2008
current maintainer: Michael Shigorin