Project

General

Profile

« Previous | Next » 

Revision 91d8c6c9

Added by Christian McDonald about 3 years ago

Revert "Fixes RAM disk handling on ZFS (support boot environments)"

This reverts commit e6b47d6812b1a46738c75a8991cd1393b200d7ef

View differences:

src/etc/skel/dot.shrc
35 35
fi
36 36

  
37 37
USE_MFS_TMPVAR=$(/usr/local/sbin/read_xml_tag.sh boolean system/use_mfs_tmpvar)
38
# if [ "${USE_MFS_TMPVAR}" = "true" ] && [ ! -f /conf/ram_disks_failed ]; then
39
# 	export PKG_DBDIR='/root/var/db/pkg'
40
# 	export PKG_CACHEDIR='/root/var/cache/pkg'
41
# fi
38
if [ "${USE_MFS_TMPVAR}" = "true" ] && [ ! -f /conf/ram_disks_failed ]; then
39
	export PKG_DBDIR='/root/var/db/pkg'
40
	export PKG_CACHEDIR='/root/var/cache/pkg'
41
fi
42 42

  
43 43
# Detect interactive logins and display the shell
44 44
unset _interactive

Also available in: Unified diff