#19439: Some sysupgrade keep.d files not kept after r45272
------------------------------+------------------------
  Reporter:  leitec           |      Owner:  developers
      Type:  defect           |     Status:  new
  Priority:  response-needed  |  Milestone:
 Component:  packages         |    Version:  Trunk
Resolution:                   |   Keywords:
------------------------------+------------------------
Changes (by jow):

 * priority:  normal => response-needed


Comment:

 Can you break down the command below and find out where exactly the stuff
 gets truncated?

 {{{
 ( find $(sed -ne '/^[[:space:]]*$/d; /^#/d; p' \
                 /etc/sysupgrade.conf /lib/upgrade/keep.d/* 2>/dev/null) \
                 -type f -o -type l 2>/dev/null;
           opkg list-changed-conffiles ) | sort -u
 }}}

 I.e. is the output of the $(sed ...) subshell incomplete or is the "find"
 command not processing the entire filelist or aborting when encountering
 not existing files etc.

--
Ticket URL: <https://dev.openwrt.org/ticket/19439#comment:2>
OpenWrt <http://openwrt.org>
Opensource Wireless Router Technology
_______________________________________________
openwrt-tickets mailing list
[email protected]
https://lists.openwrt.org/cgi-bin/mailman/listinfo/openwrt-tickets

Reply via email to