diff options
| -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: |
