diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-26 13:30:12 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-05-26 13:30:12 -0500 |
commit | 166c7e0c33c44c15aeb236eca9ad93e45b230be4 (patch) | |
tree | 059a3d048429c69286298dd47b88f4c0710d6ffb /ubuntu/maverick/tdenetwork | |
parent | f2bb6c192b4109800f4fbc8887c8eea9c14027be (diff) | |
download | tde-packaging-166c7e0c33c44c15aeb236eca9ad93e45b230be4.tar.gz tde-packaging-166c7e0c33c44c15aeb236eca9ad93e45b230be4.zip |
Fix lisa service on Debian and Ubuntu
This closes Bug 375
Diffstat (limited to 'ubuntu/maverick/tdenetwork')
-rw-r--r-- | ubuntu/maverick/tdenetwork/debian/lisa-trinity.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ubuntu/maverick/tdenetwork/debian/lisa-trinity.init b/ubuntu/maverick/tdenetwork/debian/lisa-trinity.init index 54212288a..4e5dfa113 100644 --- a/ubuntu/maverick/tdenetwork/debian/lisa-trinity.init +++ b/ubuntu/maverick/tdenetwork/debian/lisa-trinity.init @@ -9,7 +9,7 @@ PATH=/sbin:/bin:/usr/sbin:/usr/bin -DAEMON=/usr/sbin/lisa +DAEMON=/opt/trinity/sbin/lisa NAME=lisa-trinity PIDFILE=/var/run/$NAME.pid DESC="LAN Information Server" |