Subject: CVS commit: src/etc/rc.d
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 02/15/2007 08:47:38
Module Name:	src
Committed By:	xtraeme
Date:		Thu Feb 15 08:47:38 UTC 2007

Modified Files:
	src/etc/rc.d: cleartmp

Log Message:
* Use checkyesno rather than using a harcoded value.
* If per_user_tmp is disabled and /tmp equals to ${per_user_tmp_dir}/@uid,
  remove it and recreate it with proper permissions (1777).

This fixes the problem when per_user_tmp is enabled and will put /tmp
on its original state when it's disabled.


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 src/etc/rc.d/cleartmp

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.