diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-11-28 00:50:33 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-11-28 00:50:33 +0000 |
commit | 240aaa0790119b2fd6e9ede8e1e2942faecc32c6 (patch) | |
tree | a5093a4e9a0c0941925bf5555dd873a4f4be1293 | |
parent | 83111e4f457cd7d82bbecceb86ccc377cd30707e (diff) | |
download | pfsense-240aaa0790119b2fd6e9ede8e1e2942faecc32c6.zip pfsense-240aaa0790119b2fd6e9ede8e1e2942faecc32c6.tar.gz |
Clean /tmp/ directory on shutdown
-rwxr-xr-x | etc/rc.shutdown | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/rc.shutdown b/etc/rc.shutdown index dd24dae..288e079 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/* |