Skip to content
Snippets Groups Projects
  1. Jan 10, 2015
  2. Nov 24, 2014
    • Stefan Laudemann's avatar
      b7a2c2f8
    • Stefan Laudemann's avatar
    • Stefan Laudemann's avatar
      Adjusts ffpb-banner to avoid file collision error messages. · 69e7d6d3
      Stefan Laudemann authored
      By now, the package was trying to overwrite "/etc/banner" in the image,
      which caused opkg to stop the operation, as this file is already
      provided by the base-files package. Without the --force-overwrite option
      set for opkg (e.g. in the global gluon Makefile, where it is not set by
      default), the installation of the package will fail.
      Hence the problem got circumvented by renaming the customized banner file
      provided by this package to "/etc/banner.ffpb" and using the prerm,
      preinst, and postinst hooks of the packages' make-file to rename the
      already existent "/etc/banner" to "/etc/banner.openwrt" and establish a
      symbolic link "/etc/banner" to "/etc/banner.ffpb".
      For deinstallation of the package, this link gets removed and a new one
      (pointing at "/etc/banner.openwrt") gets created.
      69e7d6d3
  3. Nov 19, 2014
Loading