Ticket #153 (closed defect: fixed)

Opened 18 months ago

Last modified 18 months ago

wipe_tmp="NO" still cleans tmp

Reported by: xenoterracide@gmail.com Owned by: roy
Priority: major Milestone:
Component: rc Version: 0.4
Keywords: Cc:

Description

from /var/log/boot.msg

  • Cleaning /var/lock, /var/run ... [ ok ]
  • Cleaning /tmp directory ... [ ok ]
  • Device initiated services: udev-postmount

Attachments

bootmisc.log Download (6.1 KB) - added by xenoterracide@gmail.com 18 months ago.
/etc/init.d/bootmisc --debug zap start 2> bootmisc.log

Change History

Changed 18 months ago by xenoterracide@gmail.com

/etc/init.d/bootmisc --debug zap start 2> bootmisc.log

comment:1 in reply to: ↑ description Changed 18 months ago by xenoterracide@gmail.com

on my system removing anything is pointless as I run /tmp in tmpfs. I realize the amount of work this does is trivial. It's still more work than it should be doing.

comment:2 Changed 18 months ago by roy

  • Status changed from new to closed
  • Resolution set to fixed

This isn't actually a bug.
wipe_tmp=YES/NO controls which code branch we use to clean the directory in question.
wipe_tmp_dirs= is a space separated list of directories to actually clean.

As such I've changed wipe_tmp_dirs to clean_tmp_dirs (old var is still supported) in r1503 so that the implied action makes more sense.

Note: See TracTickets for help on using tickets.