I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
  1. Jan 10, 2012
  2. Jan 08, 2012
  3. Jan 07, 2012
    • kytv's avatar
      Debian: Fix postinst script · 0c81d519
      kytv authored
      On systems without an i2psvc group, the postinstall would fail. This change
      will add the group if it doesn't exist. Also adding "||true" to the usermod
      command in case the command returns a non-zero status.
      0c81d519
  4. Jan 06, 2012
  5. Jan 04, 2012
  6. Jan 03, 2012
  7. Jan 02, 2012
  8. Jan 01, 2012
  9. Dec 31, 2011
    • kytv's avatar
      Add CPU type check for OSX · 4c76a93a
      kytv authored
      I removed Tanuki's broken CPU "bitness" check for OSX in
      3db46be1ede7d858b6c319905cf310d99227eb29. With this commit I add one that
      works. Note that at this point we don't use the "bitness" checking because we
      ship a quad-fat wrapper for OSX. Unfortunately, one can only manipulate the osx
      binaries with "lipo" which is only available in OSX. In the future we may want
      to use the "bitness" logic.
      
      In any case, the old check set the bits to 64 for Leopard and above, but just
      because a Mac is running Leopard or Snow Leopard doesn't mean it's 64bit
      capable. This addition of mine will actually check the flags using sysctl. I'm
      not using uname because OSX < Lion starts in 32bit mode by default (but can
      still run 64bit binaries).
      4c76a93a
Loading