HomeSort by: relevance | last modified time | path
    Searched refs:metalog (Results 1 - 5 of 5) sorted by relevancy

  /src/distrib/sets/
checkflist 5 # Verify output of makeflist against contents of ${DESTDIR} and ${metalog}.
19 # * ${SETS_MLIST}: files mentioned in metalog;
26 # * ${SETS_METALOG_EXTRA}: Files in METALOG but missing from DESTDIR."
27 # * ${SETS_METALOG_MISSING}: Files in DESTDIR but missing from METALOG."
31 SETS_METALOG_EXTRA="${DESTDIR}/SETS.metalog.extra"
32 SETS_METALOG_MISSING="${DESTDIR}/SETS.metalog.missing"
49 metalog=
68 metalog="${OPTARG}"
78 Usage: ${prog} [-x|-b|-L lists] [-M metalog] [-e] [-m]
82 -M metalog metalog fil
    [all...]
maketars 7 # [-M metalog] [-N etcdir] [-F setlistsdir] [-d destdir]
27 metalog=
44 [-s setsdir] [-S] [-M metalog] [-N etcdir] [-F setlistdir]
57 -M metalog metalog file
58 -N etcdir etc dir for metalog use [${dest}/etc]
118 metalog="${OPTARG}"
187 if [ -n "${metalog}" ]; then
194 "${SDIR}/flist.${setname}.full" "${metalog}"
199 # We deliberately do not add set.${setname} to ${metalog},
    [all...]
regpkgset 46 # -M metalog Use the specified metalog file to override file
91 metalog=""
108 -M) metalog="$2"; all_options="${all_options} $1"; shift ;;
109 -M*) metalog="${1#-?}" ;;
regpkg 49 # -M metalog Use the specified metalog file to override file
137 metalog=""
160 -M) metalog="$2"; shift ;;
161 -M*) metalog="${1#-?}" ;;
460 # by the metalog.
463 if [ -n "${metalog}" ]; then
466 /dev/stdin "${metalog}")"
729 # pkg_create does not understand metalog files, so we have to
812 # If metalog was specified, attributes from metalog overrid
    [all...]
Makefile 3 # Experimental RCS METALOG versioning
101 # METALOG MANIPULATION TARGETS
103 # METALOG is the name of a metadata log file, and is set in <bsd.own.mk>
106 # METALOG.unpriv is a command line option passed to various scripts;
107 # it is either blank or "-M ${METALOG}.sanitised", depending on the
110 # The sanitise_METALOG target creates METALOG.sanitised from METALOG,
111 # without modifying METALOG itself. This is used near the end of
113 # and corresponding lines have been added to METALOG, but before
114 # METALOG.sanitised is used in the creation of sets in RELEASEDIR
    [all...]

Completed in 13 milliseconds