View | Details | Raw Unified | Return to bug 208484
Collapse All | Expand All

(-)tools/tools/nanobsd/Files/root/save_cfg (-1 / +1 lines)
Lines 66-72 Link Here
66
			#	i) -> add file to ignore list (/cfg/.ignore hiereachy) and never save
66
			#	i) -> add file to ignore list (/cfg/.ignore hiereachy) and never save
67
			#	      try to add this file to /cfg.
67
			#	      try to add this file to /cfg.
68
			#
68
			#
69
			# touch is ised to add files to /cfg to keep the script flow straight and easy
69
			# touch is used to add files to /cfg to keep the script flow straight and easy
70
			#
70
			#
71
			read -p "New file /etc/$filename found. Add to /cfg (y/n/i)? " key
71
			read -p "New file /etc/$filename found. Add to /cfg (y/n/i)? " key
72
			case "$key" in
72
			case "$key" in

Return to bug 208484