View | Details | Raw Unified | Return to bug 83067
Collapse All | Expand All

(-)files/patch-tools::altperl::Makefile (+19 lines)
Added Link Here
1
--- tools/altperl/Makefile.dist	Wed Jul  6 11:31:10 2005
2
+++ tools/altperl/Makefile	Wed Jul  6 11:31:45 2005
3
@@ -13,6 +13,8 @@
4
 DISTFILES = Makefile ToDo README $(wildcard *.pl) $(wildcard *.pm) slon_tools.conf-sample
5
 
6
 all:
7
+ifdef toolsbin
8
+
9
 ifndef PERL
10
 	@echo "The altperl tools require that Perl be installed."
11
 	exit 1;
12
@@ -31,6 +33,7 @@
13
                        $$file > $$tmpname; \
14
 		chmod 755 $$tmpname; \
15
 	done
16
+endif
17
 
18
 install: all installdirs
19
 ifndef toolsbin
(-)files/slon.sh.in (-1 / +1 lines)
Lines 20-26 Link Here
20
20
21
pidfile="/var/run/$name.pid"
21
pidfile="/var/run/$name.pid"
22
command="%%PREFIX%%/bin/slon"
22
command="%%PREFIX%%/bin/slon"
23
command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile"
23
command_args="-f %%PREFIX%%/etc/$name.conf -p $pidfile &"
24
required_files="%%PREFIX%%/etc/$name.conf"
24
required_files="%%PREFIX%%/etc/$name.conf"
25
25
26
# read configuration and set defaults
26
# read configuration and set defaults

Return to bug 83067