Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 53215
Collapse All | Expand All

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

Return to bug 53215