Remove some trailing whitespaces
This commit is contained in:
parent
932809088d
commit
089ff81dd0
@ -5,7 +5,7 @@ pre.code { border: 1px solid blue }
|
|||||||
pre.shell { border: 1px dashed green }
|
pre.shell { border: 1px dashed green }
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
To clone this repository, issue the following command:
|
To clone this repository, issue the following command:
|
||||||
<pre class="shell">
|
<pre class="shell">
|
||||||
$ git-clone <a href="git://stbuehler.de/spawn-fcgi.git">git://stbuehler.de/spawn-fcgi.git</a>
|
$ git-clone <a href="git://stbuehler.de/spawn-fcgi.git">git://stbuehler.de/spawn-fcgi.git</a>
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -85,7 +85,7 @@ typedef struct {
|
|||||||
#ifdef USE_LIMITS
|
#ifdef USE_LIMITS
|
||||||
gboolean use_limits;
|
gboolean use_limits;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
gchar *chroot;
|
gchar *chroot;
|
||||||
gchar *uid, *gid;
|
gchar *uid, *gid;
|
||||||
gchar *socketuid, *socketgid;
|
gchar *socketuid, *socketgid;
|
||||||
@ -120,7 +120,7 @@ static options opts = {
|
|||||||
#ifdef USE_LIMITS
|
#ifdef USE_LIMITS
|
||||||
FALSE,
|
FALSE,
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
NULL,
|
NULL,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
NULL, NULL,
|
NULL, NULL,
|
||||||
|
3
wscript
3
wscript
@ -15,7 +15,6 @@ blddir = 'build'
|
|||||||
def set_options(opt):
|
def set_options(opt):
|
||||||
opt.tool_options('compiler_cc')
|
opt.tool_options('compiler_cc')
|
||||||
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True)
|
opt.add_option('--without-limits', action='store_false', help='without /etc/security/limits.conf support', dest = 'limits', default = True)
|
||||||
|
|
||||||
|
|
||||||
def tolist(x):
|
def tolist(x):
|
||||||
if type(x) is types.ListType:
|
if type(x) is types.ListType:
|
||||||
@ -70,7 +69,7 @@ limits_source = '''
|
|||||||
|
|
||||||
def build(bld):
|
def build(bld):
|
||||||
env = bld.env
|
env = bld.env
|
||||||
|
|
||||||
spawnfcgi = bld.new_task_gen('cc', 'program')
|
spawnfcgi = bld.new_task_gen('cc', 'program')
|
||||||
spawnfcgi.name = 'spawn-fcgi'
|
spawnfcgi.name = 'spawn-fcgi'
|
||||||
spawnfcgi.source = main_source
|
spawnfcgi.source = main_source
|
||||||
|
Loading…
Reference in New Issue
Block a user