• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7800-V1.0.2.28/scripts/

Lines Matching refs:dest

53 	sed -ne "/^dest[[:space:]]\+$destre/{
54 s/^dest[[:space:]]\+[^[:space:]]\+[[:space:]]\+//
61 sed -ne "s/^dest[[:space:]]\+\([^[:space:]]\+\).*/\1/p" < $IPKG_CONF
81 local dest="$1"
82 ipkg_dests $dest | head -n 1
109 Valid destinations are directories or one of the dest names from $IPKG_CONF:" >&2
176 -dest <dest_name> package installation, removal, upgrading.
177 <dest_name> should be a defined dest name from the
210 local dest="$2"
213 local dest_dir="`ipkg_dir_part $dest`"
218 local dest_file="`ipkg_file_part $dest`"
461 for dest in $dests; do
462 if [ -f $dest/$IPKG_DIR_PREFIX/info/$pkg.list ]; then
463 dest_sed="`echo $dest | ipkg_protect_slashes`"
464 sed -e "s/^/$dest_sed/" < $dest/$IPKG_DIR_PREFIX/info/$pkg.list
473 dest="`ipkg_dest_byname $dest_name`"
474 dest_sed="`echo $dest | ipkg_protect_slashes`"
477 local list_files="`ls -1 $dest/$IPKG_DIR_PREFIX/info/*.list 2>/dev/null`"
639 local dest="$1"
641 local sd=$dest/$IPKG_DIR_PREFIX
700 if ! ipkg_install_file_dest $dest $tmp_pkg_file; then
728 local dest="$1"
730 local sd=$dest/$IPKG_DIR_PREFIX
813 export PKG_ROOT=$dest
827 if [ -f "$dest/$conffile" ] && ! echo " $old_conffiles " | grep -q " $conffile "`md5sum $dest/$conffile | sed 's/ .*//'`; then
848 diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile"
849 diff -u $dest/$conffile $IPKG_TMP/$pkg/data/$conffile || true
874 (cd $IPKG_TMP/$pkg/data/; tar cf - . | (cd $owd; cd $dest; tar xf -))
888 local sed_safe_root="`echo $dest | sed -e "s/^${sed_safe_offline_root}//" | ipkg_protect_slashes`"
984 local dest="`ipkg_dest_byname $dest_name`"
985 local sd=$dest/$IPKG_DIR_PREFIX
999 ipkg_get_install_dest $dest $pkg
1026 local dest="$1"
1028 local sd=$dest/$IPKG_DIR_PREFIX
1032 echo "ipkg_remove: Package $pkg does not appear to be installed in $dest"
1044 export PKG_ROOT=$dest
1053 if [ -d "$dest/$file" ]; then
1054 dirs_to_remove="$dirs_to_remove $dest/$file"
1057 if echo " $conffiles " | grep -q " $file "`md5sum $dest/$file | sed 's/ .*//'`; then
1058 rm -f $dest/$file
1061 rm -f $dest/$file
1099 for dest in `ipkg_dests_all`; do
1100 local sd=$dest/$IPKG_DIR_PREFIX
1102 ipkg_remove_pkg_dest $dest $pkg
1127 -d | -dest)