"J . A . Magallon" <[EMAIL PROTECTED]> writes:
> Hi,
>
> There are a couple things that still stay in /tmp after cleaning:
> orbit-*
> ssh-*
>
> And I have found that it is also useful to try to delete directory
> /tmp/.esd
> After a gnome hang, you have no sound on re-login because the socket
> there can not be overwritten (i think).
i just commited this patch to the cvs :
Index: mandrake_everytime
===================================================================
RCS file: /cooker/soft/initscripts/mandrake/mandrake_everytime,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -u -r1.3 -r1.4
--- mandrake_everytime 2001/01/25 17:38:36 1.3
+++ mandrake_everytime 2001/02/13 12:48:51 1.4
@@ -1,7 +1,7 @@
#!/bin/bash
# Description: Launch diverses Mandrake Scripts on boot.
# (c) MandrakeSoft, Chmouel Boudjnah <[EMAIL PROTECTED]>
-# $Id: mandrake_everytime,v 1.3 2001/01/25 17:38:36 chmouel Exp $
+# $Id: mandrake_everytime,v 1.4 2001/02/13 12:48:51 uid524 Exp $
. /etc/rc.d/init.d/functions
@@ -39,6 +39,9 @@
rm -f /tmp/.X*-lock
rm -f /tmp/esrv*
rm -f /tmp/kio*
+ rm -f /tmp/.esd*
+ rm -f /tmp/orbit-*
+ rm -f /tmp/ssh-*
fi
# check if /etc/resolv.conf exist - if not creates it
--
MandrakeSoft Inc http://www.chmouel.org
--Chmouel