diff options
author | Alan Conway <aconway@apache.org> | 2007-10-03 22:19:41 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-10-03 22:19:41 +0000 |
commit | 3263908aff26ae784d0399b03d869bfc1b035ebd (patch) | |
tree | 92579fefcbd417ca73186157872e244c5152b862 /cpp | |
parent | ded5ca42361911cf0659546b045fa599525ee7ac (diff) | |
download | qpid-python-3263908aff26ae784d0399b03d869bfc1b035ebd.tar.gz |
From Nuno Santos <nsantos@redhat.com>, fix options in qpidd startup script.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@581739 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rwxr-xr-x | cpp/etc/qpidd | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cpp/etc/qpidd b/cpp/etc/qpidd index 6aa79339d7..821e50a9a2 100755 --- a/cpp/etc/qpidd +++ b/cpp/etc/qpidd @@ -23,7 +23,6 @@ lockfile=/var/lock/subsys/$prog # Source function library. . /etc/rc.d/init.d/functions -QPIDD_OPTIONS= if [ -f /etc/sysconfig/$prog ] ; then . /etc/sysconfig/$prog fi |