Changeset 13736 in hybrid for branches/releng-11
- Timestamp:
- Jan 18, 2017, 10:51:21 PM (8 years ago)
- Location:
- branches/releng-11/nanobsd/files
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/releng-11/nanobsd/files/etc/rc.conf
r13702 r13736 79 79 local_unbound_enable="NO" 80 80 unbound_enable="NO" 81 unbound_anchorflags="-f /etc/resolv.conf" 81 82 82 83 # Explicitly disable the memory-hungry alternatives -
branches/releng-11/nanobsd/files/tools/wl-config
r13725 r13736 244 244 # Clear out tempdir when done 245 245 if [ ${OPT_MOUNT} -eq 1 ]; then 246 trap "rm -Rf ${TMPDIR}; umount /cfg; mount -ro noatime /;exit" 0 1 2 3 15246 trap "rm -Rf ${TMPDIR}; umount /cfg; exit" 0 1 2 3 15 247 247 else 248 248 trap "rm -Rf ${TMPDIR}; exit" 0 1 2 3 15 … … 252 252 # Mount if requested 253 253 if [ ${OPT_MOUNT} -eq 1 ]; then 254 mount -uwo noatime /255 254 mount /cfg 256 255 fi
Note:
See TracChangeset
for help on using the changeset viewer.