Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 May 98 15:21:04 +0200
From:      THIERRY.HERBELOT@telspace.alcatel.fr
To:        chem@i-p-d.com
Cc:        questions@FreeBSD.ORG, THIERRY.HERBELOT@telspace.alcatel.fr
Subject:   =?ISO-8859-1?Q?R=E9p_:_Re:_R=E9p_:_how_do_I_apply_a_fix??=
Message-ID:  <H000057c01591807@MHS>
In-Reply-To: <199805141240.OAA01702@i-p-d.com>

next in thread | previous in thread | raw e-mail | index | archive | help
     the patch is a small modification to the source listing of the 
     mail.local program.
     
     To apply the patch, you have first to install the sources of the 
     programs in the /usr/libexec (for example, use /stand/sysinstall to 
     select the corresponding distribution from the release CDROM)

        Then you go to the source directory :
cd /usr/src/libexec/mail.local/

____________________________ Séparateur Réponse ________________________________
Objet : Rép : Re: Rép : how do I apply a fix?
Auteur :  chem@i-p-d.com
Date :    14/05/98 16:39


> From:          THIERRY.HERBELOT@telspace.alcatel.fr 
> Date:          Thu, 14 May 98 14:13:16 +0200
> Subject:       Rép : how do I apply a fix? 
> To:            chem@i-p-d.com
> Cc:            questions@FreeBSD.ORG
     
>      which fix ?
     
The fix for mail.local filling up my / filesystem with tempfiles:
     
(quote Greg):
mail.local copies  mail messages into  /tmp, and a couple of occasions 
people have received  really enormous ones which  have caused the root 
file system to overflow.  I've entered a problem  report, but here are 
some solutions:
     
1.  Place /tmp on a file system with *much* more free space.
     
2.  Use ftp://ftp.lemis.com/pub/mail.local, which implements the fix
    in point (3).
     
3.  Apply this fix to /usr/src/libexec/mail.local/pathnames.h and do a
    'make install' in that directory.
     
--- pathnames.h 1994/05/27 12:39:19     1.1.1.1 
+++ pathnames.h 1997/09/09 01:42:38
@@ -34,4 +34,4 @@
  */
 #include <paths.h>
     
-#define _PATH_LOCTMP   "/tmp/local.XXXXXX" 
+#define _PATH_LOCTMP   "/var/tmp/local.XXXXXX"
     
end quote
     
I just don't know what to do now.....
     
Gina
     
>
> ____________________________ Séparateur Réponse ______________________________
__
> Objet : how do I apply a fix?
> Auteur :  chem@i-p-d.com
> Date :    14/05/98 15:34
>
>
> Hi,
>
> I have to apply this fix, but I dont have a clue what to do. 
>                 ^^^^
> I have only been working with UNIX/FreeBSD for a few months now. I
> have been searching the archives and the handbook for a step-by-step 
> tutorial, but havent found it. (doesnt mean it isnt there BTW)
>
> Can anybody help me out, telling me what to do on a beginnerslevel or 
> point me in the right direction? This morning the puter had to be
> rebooted because of the problem :(. 
>
> TIA
> Gina van Zundert
>
> Internet Page Design
> tel: 0165-571675     fax: 0165-571710 
>
> To Unsubscribe: send mail to majordomo@FreeBSD.org
> with "unsubscribe freebsd-questions" in the body of the message 
>
>
>


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?H000057c01591807>