summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomas Touceda <chiiph@leap.se>2013-05-07 13:48:07 -0300
committerTomas Touceda <chiiph@leap.se>2013-05-07 13:48:07 -0300
commit205126c7ad14116847d6a4bb8f50f2ae3b0c4558 (patch)
tree315854b181fb126282f644485c1d0e844ccbda5f
parent37e99543c3eff96b2011da16243ed17aa62b8281 (diff)
Place mx.tac in /usr/local/bin/
-rw-r--r--pkg/leap_mx2
-rw-r--r--setup.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/pkg/leap_mx b/pkg/leap_mx
index d18d44f..0b50426 100644
--- a/pkg/leap_mx
+++ b/pkg/leap_mx
@@ -4,7 +4,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin
pidfile=/var/run/leap_mx.pid \
rundir=/var/lib/leap_mx/ \
-file=/etc/leap/mx.tac \
+file=/usr/local/bin/mx.tac \
logfile=/var/log/leap_mx.log
[ -r /etc/default/leap_mx ] && . /etc/default/leap_mx
diff --git a/setup.py b/setup.py
index 5353bbc..c2ea309 100644
--- a/setup.py
+++ b/setup.py
@@ -55,6 +55,6 @@ setup(
#test_suite='leap.mx.tests',
install_requires=parse_requirements(),
classifiers=trove_classifiers,
- data_files = [("/etc/leap/", ["mx.tac"]),
+ data_files = [("/usr/local/bin/", ["mx.tac"]),
("/etc/init.d/", ["pkg/leap_mx"])]
)