1. 05 Mar, 2015 3 commits
    • Franco Fichtner's avatar
      src: deprecate /cf/conf in favour of /conf · c7f253ff
      Franco Fichtner authored
      It's been confusing to say the least, resulting in multiple
      misuses throughout the code.  The idea was that /cf pointed
      to a read-write root, while / pointed to read-only root.
      For non-embedded images this was emulated by linking
      /conf -> /cf/conf, which, is a bit questionable because now
      you can write from /conf as well and don't have to use /cf/conf
      at all.
      
      A couple of lines are left in /usr/local/etc/rc which need to
      be reviewed so that migration paths are safe for all types
      of firmware upgrades.
      c7f253ff
    • Franco Fichtner's avatar
      globals: changing the laws of UNIX is bad (1/many) · ba798a7f
      Franco Fichtner authored
      /tmp is unlikely to change.  If, however you decide to change
      it to somewhere else the likelihood of someone else hardcoding
      /tmp just to annoy you is so high that it simply makes no sense
      to keep any softcoding in this regard.  More batches coming, but
      since the usage is so widespread, I'll push it bit by bit.
      ba798a7f
    • Franco Fichtner's avatar
      globals: further -- zap conf_path global · 4b01b9d3
      Franco Fichtner authored
      4b01b9d3
  2. 04 Mar, 2015 16 commits
  3. 03 Mar, 2015 16 commits
  4. 02 Mar, 2015 5 commits