34 clean: |
34 clean: |
35 Index: scripts/bacula.in |
35 Index: scripts/bacula.in |
36 diff -Nau scripts/bacula.in.orig scripts/bacula.in |
36 diff -Nau scripts/bacula.in.orig scripts/bacula.in |
37 --- scripts/bacula.in.orig 2010-08-05 16:29:51.000000000 +0200 |
37 --- scripts/bacula.in.orig 2010-08-05 16:29:51.000000000 +0200 |
38 +++ scripts/bacula.in 2010-12-19 19:30:06.000000000 +0100 |
38 +++ scripts/bacula.in 2010-12-19 19:30:06.000000000 +0100 |
39 @@ -13,37 +13,43 @@ |
39 @@ -14,36 +14,43 @@ |
40 # easier to "steal" this code for the development |
|
41 # environment where they are different. |
40 # environment where they are different. |
42 # |
41 # |
43 -SCRIPTDIR=@scriptdir@ |
42 SCRIPTDIR=@scriptdir@ |
44 +SCRIPTDIR=@libexecdir@ |
43 -# |
45 # |
44 + |
46 # Disable Glibc malloc checks, it doesn't help and it keeps from getting |
45 # Disable Glibc malloc checks, it doesn't help and it keeps from getting |
47 # good dumps |
46 # good dumps |
|
47 +# |
48 MALLOC_CHECK_=0 |
48 MALLOC_CHECK_=0 |
49 export MALLOC_CHECK_ |
49 export MALLOC_CHECK_ |
50 |
50 |
51 -case "$1" in |
51 -case "$1" in |
52 +action=$1 |
52 +action=$1 |