FS#3477 - initscripts removing files from /var/run

Attached to Project: Arch Linux
Opened by Pekka Heino (pxi) - Monday, 14 November 2005, 13:14 GMT
Task Type Feature Request
Category System
Status Closed
Assigned To No-one
Architecture not specified
Severity Low
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

removing files from /var/run should be more generic. pam_mount for example uses directory /var/run/pam_mount to keep log on user login counts and it should be emptied in every boot. this is how cleaning is done on debian:

[snip]
( cd /var/run && \
find . ! -type d ! -name utmp ! -name innd.pid \
-exec rm -f -- {} \; )
[snip]
This task depends upon

Closed by  Judd Vinet (judd)
Monday, 14 November 2005, 17:45 GMT
Reason for closing:  Fixed
Additional comments about closing:  Added for next initscripts

Loading...