diff options
| author | Kim van der Riet <kpvdr@apache.org> | 2010-06-11 12:49:52 +0000 |
|---|---|---|
| committer | Kim van der Riet <kpvdr@apache.org> | 2010-06-11 12:49:52 +0000 |
| commit | 23e9808731a6efa9c60c969957f808efa7ff1fdf (patch) | |
| tree | bf9ab7bb067ce8ce17b1c592ea83ebf3da33f03e /cpp | |
| parent | 0a7be06217afb38a1e74fbd606a2ae1c6e5adb5f (diff) | |
| download | qpid-python-23e9808731a6efa9c60c969957f808efa7ff1fdf.tar.gz | |
QPID-2666: Fix for init script problem where config file has "log-to-file" set with a relative path.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953687 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
| -rwxr-xr-x | cpp/etc/qpidd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/etc/qpidd b/cpp/etc/qpidd index f391da3cde..07cbb825d5 100755 --- a/cpp/etc/qpidd +++ b/cpp/etc/qpidd @@ -72,7 +72,7 @@ start() { touch $pidfile chown qpidd.qpidd $pidfile [ -x /sbin/restorecon ] && /sbin/restorecon $pidfile - runuser -s /bin/sh qpidd -c "/usr/sbin/$prog --check > $pidfile" + runuser - -s /bin/sh qpidd -c "/usr/sbin/$prog --check > $pidfile" fi return $RETVAL } |
