diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2014-08-12 05:18:11 -0400 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-19 20:41:26 +0100 |
| commit | f1dc26ebf4a622cd07b34f9b1bba745bf65b8232 (patch) | |
| tree | f6cb4f8a767477e26d43a04c4430c8a368ca94d9 | |
| parent | 8a91a24ce99a5184c87b0b7772b2150d5b46e04f (diff) | |
| download | poky-f1dc26ebf4a622cd07b34f9b1bba745bf65b8232.tar.gz | |
bitbake: daemonize.py: Non-functional comment/aesthetic fixes.
(Bitbake rev: fd293c5fcc89bc7a541d09e88a6aec5e0b2a1db2)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | bitbake/lib/bb/daemonize.py | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bitbake/lib/bb/daemonize.py b/bitbake/lib/bb/daemonize.py index f0714b3af6..898820b069 100644 --- a/bitbake/lib/bb/daemonize.py +++ b/bitbake/lib/bb/daemonize.py | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | """ | 1 | """ |
| 2 | Python Deamonizing helper | 2 | Python Daemonizing helper |
| 3 | 3 | ||
| 4 | Configurable daemon behaviors: | 4 | Configurable daemon behaviors: |
| 5 | 5 | ||
| @@ -25,7 +25,7 @@ __version__ = "0.2" | |||
| 25 | 25 | ||
| 26 | # Standard Python modules. | 26 | # Standard Python modules. |
| 27 | import os # Miscellaneous OS interfaces. | 27 | import os # Miscellaneous OS interfaces. |
| 28 | import sys # System-specific parameters and functions. | 28 | import sys # System-specific parameters and functions. |
| 29 | 29 | ||
| 30 | # Default daemon parameters. | 30 | # Default daemon parameters. |
| 31 | # File mode creation mask of the daemon. | 31 | # File mode creation mask of the daemon. |
| @@ -128,7 +128,7 @@ def createDaemon(function, logfile): | |||
| 128 | # of methods to accomplish this task. Three are listed below. | 128 | # of methods to accomplish this task. Three are listed below. |
| 129 | # | 129 | # |
| 130 | # Try the system configuration variable, SC_OPEN_MAX, to obtain the maximum | 130 | # Try the system configuration variable, SC_OPEN_MAX, to obtain the maximum |
| 131 | # number of open file descriptors to close. If it doesn't exists, use | 131 | # number of open file descriptors to close. If it doesn't exist, use |
| 132 | # the default value (configurable). | 132 | # the default value (configurable). |
| 133 | # | 133 | # |
| 134 | # try: | 134 | # try: |
