Commit 5a77254d authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Granted execution permissions to jive-messengerd.

git-svn-id: http://svn.igniterealtime.org/svn/repos/messenger/trunk@2787 b35dd754-fafc-0310-a699-88a17e54d16e
parent 89cc17b6
...@@ -23,6 +23,9 @@ if [ ! $MESSENGER_HOME ]; then ...@@ -23,6 +23,9 @@ if [ ! $MESSENGER_HOME ]; then
fi fi
fi fi
# Grant execution permissions
chmod +x $MESSENGER_HOME/bin/extra/jive-messengerd
# Install the init script # Install the init script
cp $MESSENGER_HOME/bin/extra/jive-messengerd /etc/init.d cp $MESSENGER_HOME/bin/extra/jive-messengerd /etc/init.d
/sbin/chkconfig --add jive-messengerd /sbin/chkconfig --add jive-messengerd
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment