Current-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: varshm check in postinstall



On Thu, Jan 31, 2019 at 05:23:45PM +0900, Masanobu SAITOH wrote:
> -	if ${GREP} -w "/var/shm" "${DEST_DIR}/etc/fstab" >/dev/null 2>&1;
> +	if ${GREP} -E "^var_shm_symlink" "${DEST_DIR}/etc/rc.conf" >/dev/null 2>&1;
> +	then
> +		failed=0;
> +	elif ${GREP} -w "/var/shm" "${DEST_DIR}/etc/fstab" >/dev/null 2>&1;
>  	then
>  		failed=0;
>  	else
> 
> OK?

Sounds good!
I always left a commented out /var/shm tmpfs entry in my fstab, but your fix
is better.

Martin


Home | Main Index | Thread Index | Old Index