Commit graph

8 commits

Author SHA1 Message Date
Jack Nagel
1cec5f223f daemon: use checksummed patches 2014-03-17 11:12:54 -05:00
Brett Koonce
a90c2a2509 daemon: fix mavericks strlcpy/strcat
Patch from macports (thanks to mbogosian): https://trac.macports.org/ticket/42845

Closes Homebrew/homebrew#25455.
Closes Homebrew/homebrew#27585.
2014-03-15 15:25:57 -05:00
Ted Pennings
4cd0935be7 Convert all 'def test' formulae to 'test do'
Closes Homebrew/homebrew#26942.
Closes Homebrew/homebrew#26946.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
2014-02-24 19:54:02 -08:00
Adam Vandenberg
15f5a959d7 daemon: style nits 2013-01-28 21:39:45 -08:00
Mike McQuaid
88779ade49 Batch convert MD5 formula to SHA1.
Closes Homebrew/homebrew#14653.
2012-09-03 11:36:42 -07:00
Jack Nagel
63cde03be4 Fix more quoting issues
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 17:08:57 -05:00
Jack Nagel
7c648d9732 Shore up a number of shell quoting issues
When interpolating in strings passed to Formula#system, it should be
done in such a way that if any interpolated variables contain spaces,
they are either (a) passed as part of a list or (b) protected by quotes
if they are part of a long string (which is subject to shell expansion).
Otherwise, they will be split on the space when expanded by the shell
and passed as multiple arguments to whatever process is being executed.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2012-05-15 14:03:11 -05:00
Justin Hart
8138230ac3 New formula: daemon 0.6.4
Daemon turns other processes into daemons. There are many tasks that
need to be performed to correctly set up a daemon process. This can be
tedious.  Daemon performs these tasks for other processes. This is
useful for writing daemons in languages other than C, C++ or Perl (e.g.
/bin/sh, Java).

Closes Homebrew/homebrew#8092.

Signed-off-by: Jack Nagel <jacknagel@gmail.com>
2011-11-12 18:46:58 -06:00