From 240aaa0790119b2fd6e9ede8e1e2942faecc32c6 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 28 Nov 2005 00:50:33 +0000 Subject: [PATCH] Clean /tmp/ directory on shutdown --- etc/rc.shutdown | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/rc.shutdown b/etc/rc.shutdown index dd24dae8fc..288e07975a 100755 --- a/etc/rc.shutdown +++ b/etc/rc.shutdown @@ -17,3 +17,4 @@ HOME=/; export HOME PATH=/sbin:/bin:/usr/sbin:/usr/bin export PATH +rm -rf /tmp/*