1. 04 Aug, 2015 16 commits
  2. 03 Aug, 2015 12 commits
  3. 31 Jul, 2015 10 commits
  4. 30 Jul, 2015 2 commits
    • gitmod's avatar
      add fr_FR.po · b74059eb
      gitmod authored
      b74059eb
    • Ad Schellevis's avatar
      (rc) add [module]_opnsense_bootup_run tag to rc config to prepare the environment if necessary · 0a7b409a
      Ad Schellevis authored
      for example, if squid needs some directories to exists before initial run after boot, it could set this in /etc/rc.d.conf/squid
      
      squid_opnsense_bootup_run="/usr/local/opnsense/scripts/proxy/setup.sh"
      
      which effectively results in setup.sh being started followed by the normal service squid start
      
      disadvantage of this, both the service template and the rc system needed to be aware of the setup.
      advantage, all services which don't need special preperation are configured as they would be on normal FreeBSD
      0a7b409a