Skip to content
Snippets Groups Projects
  1. Jun 11, 2014
  2. Jun 04, 2014
  3. May 29, 2014
  4. May 28, 2014
  5. May 31, 2013
  6. May 30, 2013
  7. Mar 14, 2013
  8. Mar 09, 2013
  9. Jan 27, 2013
  10. Jan 21, 2013
  11. Dec 04, 2012
  12. Nov 22, 2012
  13. Oct 23, 2012
  14. Oct 03, 2012
  15. Sep 20, 2012
  16. Aug 27, 2012
    • Tom Gundersen's avatar
      move archrlinux(7) and locale.sh from initscripts · ab064d86
      Tom Gundersen authored
      (the previous commit to initscripts should have read "kill archlinux and locale.sh")
      
          locale.sh: add support for user-specific locale.conf
          
          We use the first configuration file we find out of:
          
           * $XDG_CONFIG_HOME/locale.conf
           * /etc/locale.conf
           * /etc/rc.conf
          
          All subsequent config files are ignored. E.g., an emtpy /etc/locale.conf
          means that LOCALE from rc.conf is ignored.
          
          Note that currently $XDG_CONFIG_HOME is unlikely to be set when
          locale.sh is sourced, so it will not have any effect. In the future this
          might change, so we kept it in.
          
          This will easily allow users to set one locale to be used for
          daemons/boot and a separate one to be used for users consoles etc.
          
          This eliminates the need for DAEMON_LOCALE, so remove that
          functionality. A post-install note will be added.
          
          The constraints that led to this suggestion:
          
          1) The default locale should work even if locale-gen has not been run,
             i.e., it should be "C".
          2) It is common to want the system locale to be "English", which a
             priori "C" satisfies. However, "C" is not UTF-8, which causes issues
             when the user locale is in UTF-8 (as it is the system locale that
             configures the console mode).
          3) Users might (and often do) want a different locale than what is used
             system-wide. Moreover, different users might want different locales.
  17. Jul 20, 2012
  18. Jun 20, 2012
  19. Jun 19, 2012
    • Tom Gundersen's avatar
      add lock group · 893ddfda
      Tom Gundersen authored
      This is needed by some legacy software who wants to use /run/lock/locdev to
      lock devices. That dir will be created on boot with the right group ownership.
      
      Before this change software would put these locks in /var/lock, which at the time
      had permissions 1777. Turns out that this is not sufficient for all usecases.
  20. Jun 06, 2012
  21. Jun 04, 2012
  22. May 02, 2012
  23. Apr 01, 2012
  24. Feb 18, 2012
  25. Feb 17, 2012
  26. Jan 24, 2012
  27. Jan 05, 2012
  28. Dec 19, 2011
  29. Nov 06, 2011
  30. Oct 09, 2011
  31. Aug 24, 2011
  32. Aug 09, 2011
  33. Aug 03, 2011
  34. Apr 08, 2011
  35. Dec 14, 2010
Loading