• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/usr.sbin/freebsd-update/

Lines Matching refs:OLD

837 	if ! [ -f ${BDHASH}-install/INDEX-OLD ] ||
880 if ! [ -f ${BDHASH}-rollback/INDEX-OLD ] ||
1378 gunzip -c < files/${X}.gz > diff-OLD
1384 look "${PREFIX}" diff-OLD
1391 comm -23 diff-OLD diff-rm |
1401 rm -f diff-OLD diff-NEW diff-add diff-rm
1916 gunzip -c < files/${X}.gz > OLD
1918 bspatch OLD NEW ${X}-${Y}
1924 rm -f diff OLD NEW ${X}-${Y}
2034 mv INDEX-PRESENT ${MDIR}/INDEX-OLD
2129 # Fetch the latest INDEX-NEW and INDEX-OLD files.
2130 fetch_metadata INDEX-NEW INDEX-OLD || return 1
2132 # Generate filtered INDEX-NEW and INDEX-OLD files containing only
2136 fetch_filter_metadata INDEX-OLD || return 1
2140 fetch_filter_kernel_names INDEX-OLD ${KERNCONF}
2142 # For all paths appearing in INDEX-OLD or INDEX-NEW, inspect the
2144 fetch_inspect_system INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1
2148 # in INDEX-OLD or INDEX-NEW. Also remove lines where the entry in
2150 # INDEX-OLD with type -.
2152 INDEX-OLD INDEX-PRESENT INDEX-NEW /dev/null
2164 # INDEX-PRESENT with metadata not matching any entry in INDEX-OLD,
2167 fetch_filter_modified_metadata INDEX-OLD INDEX-PRESENT INDEX-NEW
2176 fetch_files_prepare INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1
2324 # Convert INDEX-OLD (last release) and INDEX-ALL (new release) into
2325 # INDEX-OLD and INDEX-NEW files (in the sense of normal upgrades).
2328 # in INDEX-OLD, add ${F}|-|||||| to INDEX-OLD.
2338 # Remove lines from INDEX-OLD which also appear in INDEX-ALL
2343 # anywhere in INDEX-OLD (since these must be files which haven't
2566 # Fetch the INDEX-OLD and INDEX-ALL.
2567 fetch_metadata INDEX-OLD INDEX-ALL || return 1
2573 # Generate filtered INDEX-OLD and INDEX-ALL files containing only
2575 fetch_filter_metadata INDEX-OLD || return 1
2578 # Merge the INDEX-OLD and INDEX-ALL files into INDEX-OLD.
2579 sort INDEX-OLD INDEX-ALL > INDEX-OLD.tmp
2580 mv INDEX-OLD.tmp INDEX-OLD
2608 # Convert INDEX-OLD (last release) and INDEX-ALL (new release) into
2609 # INDEX-OLD and INDEX-NEW files (in the sense of normal upgrades).
2610 upgrade_oldall_to_oldnew INDEX-OLD INDEX-ALL INDEX-NEW
2614 fetch_filter_kernel_names INDEX-OLD ${KERNCONF}
2616 # For all paths appearing in INDEX-OLD or INDEX-NEW, inspect the
2618 fetch_inspect_system INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1
2622 fetch_filter_mergechanges INDEX-OLD INDEX-PRESENT tomerge-old
2626 # in INDEX-OLD or INDEX-NEW. Also remove lines where the entry in
2628 # INDEX-OLD with type -.
2630 INDEX-OLD INDEX-PRESENT INDEX-NEW tomerge-old
2642 # INDEX-PRESENT with metadata not matching any entry in INDEX-OLD,
2645 fetch_filter_modified_metadata INDEX-OLD INDEX-PRESENT INDEX-NEW
2657 fetch_files_prepare INDEX-OLD INDEX-PRESENT INDEX-NEW || return 1
2883 grep -E '^/boot/' $1/INDEX-OLD > INDEX-OLD
2893 install_delete INDEX-OLD INDEX-NEW || return 1
2896 if [ -s INDEX-OLD -o -s INDEX-NEW ]; then
2905 [ -s INDEX-OLD -o -s INDEX-NEW ]; then
2936 grep -vE '^/boot/' $1/INDEX-OLD |
2939 grep -vE '^[^|]*/lib/[^|]*\.so\.[0-9]+\|' > INDEX-OLD
2945 install_delete INDEX-OLD INDEX-NEW || return 1
2977 if grep -vE '^/boot/' $1/INDEX-OLD |
3000 grep -vE '^/boot/' $1/INDEX-OLD |
3002 grep -E '^[^|]*/lib/[^|]*\.so\.[0-9]+\|' > INDEX-OLD
3003 install_delete INDEX-OLD INDEX-NEW || return 1
3008 grep -vE '^/boot/' $1/INDEX-OLD |
3009 grep -E '^[^|]+\|d\|' > INDEX-OLD
3010 install_delete INDEX-OLD INDEX-NEW || return 1
3013 rm INDEX-OLD INDEX-NEW
3041 install_verify ${BDHASH}-install/INDEX-OLD \
3045 install_unschg ${BDHASH}-install/INDEX-OLD \
3078 grep -vE '^/boot/' $1/INDEX-OLD |
3081 join -t '|' -v 1 - INDEX-NEW.libs.flist > INDEX-OLD
3082 install_from_index INDEX-OLD || return 1
3085 grep -vE '^/boot/' $1/INDEX-OLD |
3086 grep -vE '/lib/.*\.so\.[0-9]+\|' > INDEX-OLD
3089 install_from_index INDEX-OLD || return 1
3090 install_delete INDEX-NEW INDEX-OLD || return 1
3093 grep -vE '^/boot/' $1/INDEX-OLD |
3096 join -t '|' - INDEX-NEW.libs.flist > INDEX-OLD
3097 install_from_index INDEX-OLD || return 1
3100 grep -vE '^/boot/' $1/INDEX-OLD |
3101 grep -E '/lib/.*\.so\.[0-9]+\|' > INDEX-OLD
3104 install_delete INDEX-NEW INDEX-OLD || return 1
3107 grep -E '^/boot/' $1/INDEX-OLD > INDEX-OLD
3109 install_from_index INDEX-OLD || return 1
3110 install_delete INDEX-NEW INDEX-OLD || return 1
3111 if [ -s INDEX-OLD -o -s INDEX-NEW ]; then
3116 rm INDEX-OLD INDEX-NEW INDEX-NEW.libs.flist
3132 ${BDHASH}-rollback/INDEX-OLD || return 1
3136 ${BDHASH}-rollback/INDEX-OLD || return 1
3263 # Fetch INDEX-OLD and INDEX-ALL.
3264 fetch_metadata INDEX-OLD INDEX-ALL || return 1
3266 # Generate filtered INDEX-OLD and INDEX-ALL files containing only
3268 fetch_filter_metadata INDEX-OLD || return 1
3271 # Merge the INDEX-OLD and INDEX-ALL files into INDEX-ALL.
3272 sort INDEX-OLD INDEX-ALL > INDEX-ALL.tmp
3274 rm INDEX-OLD