1. 10 Aug, 2015 1 commit
  2. 04 Aug, 2015 1 commit
    • Ad Schellevis's avatar
      (legacy) fix PHP Fatal error: Call to undefined function lock() in... · 8bc4bdcb
      Ad Schellevis authored
      (legacy) fix PHP Fatal error:  Call to undefined function lock() in /usr/local/etc/inc/system.inc on line 125
      
      traceback missing library issue, search function where lock() is used in line 125 (system_resolvconf_generate), then check use and add
      missing library,
      
      grep -r system_resolvconf_generate * | sed 's/:/ /g' | awk '{print $1;}' | sort -u
      8bc4bdcb
  3. 23 Jul, 2015 1 commit
  4. 22 Jul, 2015 3 commits
  5. 20 Jul, 2015 1 commit
  6. 07 Mar, 2015 1 commit
  7. 10 Dec, 2014 1 commit
    • Franco Fichtner's avatar
      src: move all files (again) · 727453c0
      Franco Fichtner authored
      Make "src" the implicit "/usr/local" so that nobody can
      sneak in weird files in the base file system or potentially
      overwrite them.
      
      This is the last time, I swear...  :)
      727453c0
  8. 09 Dec, 2014 1 commit
  9. 27 Oct, 2014 1 commit