summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorGustavo Felisberto <humpback@gentoo.org>2004-07-03 11:49:57 +0000
committerGustavo Felisberto <humpback@gentoo.org>2004-07-03 11:49:57 +0000
commit8edcbd3f8b1b4b7cc563c771a522f1a12382e68d (patch)
tree8e63da8a23dd28178190b2d40f9c0948ae58d75d /net-im
parentFollow naming policy, rename wxPython to wxpython. (Manifest recommit) (diff)
downloadgentoo-2-8edcbd3f8b1b4b7cc563c771a522f1a12382e68d.tar.gz
gentoo-2-8edcbd3f8b1b4b7cc563c771a522f1a12382e68d.tar.bz2
gentoo-2-8edcbd3f8b1b4b7cc563c771a522f1a12382e68d.zip
full path to jabberd in init script
Diffstat (limited to 'net-im')
-rw-r--r--net-im/aim-transport/files/aim-transport.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-im/aim-transport/files/aim-transport.init b/net-im/aim-transport/files/aim-transport.init
index 9085f665a20e..cb1bc57a3c5b 100644
--- a/net-im/aim-transport/files/aim-transport.init
+++ b/net-im/aim-transport/files/aim-transport.init
@@ -7,7 +7,7 @@ depend() {
start() {
ebegin "Starting AIM Jabber Transport"
- jabberd -B -c /etc/jabber/aimtrans.xml -H /var/spool/jabber >/dev/null 2>&1
+ /usr/sbin/jabberd -B -c /etc/jabber/aimtrans.xml -H /var/spool/jabber >/dev/null 2>&1
eend $?
}