View | Details | Raw Unified
Collapse All | Expand All

(-) webapp-config.orig (-2 / +2 lines)
 Lines 221-234    Link Here 
			# symbolic links
			# symbolic links
			# usually because we're up to some devilish work ;-)
			# usually because we're up to some devilish work ;-)
			echo "sym $my_rel $3 \"$my_fn\" `libsh_file_timestamp $4/$5` 0 `libsh_file_source \"$4/$5\"`" >> "$1"
			echo "sym $my_rel $3 \"$my_fn\" `libsh_file_timestamp \"$4/$5\"` 0 `libsh_file_source \"$4/$5\"`" >> "$1"
			libsh_enotice ">>> sym  $my_fn"
			libsh_enotice ">>> sym  $my_fn"
			;;
			;;
		file|hardlink)
		file|hardlink)
			# real, honest to goodness files on disk
			# real, honest to goodness files on disk
			# very rare, very precious
			# very rare, very precious
			echo "file $my_rel $3 \"$my_fn\" `libsh_file_timestamp $4/$5` `libsh_file_sum \"$4/$5\"`" >> "$1"
			echo "file $my_rel $3 \"$my_fn\" `libsh_file_timestamp \"$4/$5\"` `libsh_file_sum \"$4/$5\"`" >> "$1"
			libsh_enotice ">>> file ($3) $my_fn"
			libsh_enotice ">>> file ($3) $my_fn"
			;;
			;;
		*)
		*)