Project

General

Profile

« Previous | Next » 

Revision 1213235c

Added by Scott Ullrich almost 16 years ago

Do not create /root/var/tmp

View differences:

etc/rc
90 90
elif [ "$PLATFORM" = "embedded" ] ; then
91 91
    # do nothing for embedded platform
92 92
elif [ "$PLATFORM" = "nanobsd" ] ; then
93
	/bin/mkdir -p /root/var/db/pkg
94

  
95 93
	# Ensure that packages can be persistent across reboots
94
	/bin/mkdir -p /root/var/db/pkg
96 95
	rm -rf /var/db/pkg
97 96
	ln -s /root/var/db/pkg/ /var/db/pkg
98 97
else

Also available in: Unified diff