From: Kern Sibbald Date: Thu, 26 May 2005 06:27:47 +0000 (+0000) Subject: Apply patch from bug 326 to permit bacula status by any user. X-Git-Tag: Release-1.38.0~413 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=d1de061b2759281309ac60906df67ce7455c3d2a;p=bacula%2Fbacula Apply patch from bug 326 to permit bacula status by any user. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@2087 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/autoconf/configure.in b/bacula/autoconf/configure.in index adafb99c7c..e41aa4e904 100644 --- a/bacula/autoconf/configure.in +++ b/bacula/autoconf/configure.in @@ -1642,7 +1642,7 @@ bsdi) TAPEDRIVE="/dev/nrmt0" PTHREAD_LIB="-pthread" CFLAGS="${CFLAGS} -pthread" - PSCMD="ps -x -o pid,command" + PSCMD="ps -ax -o pid,command" lld="qd" llu="qu" PFILES="${PFILES} \ @@ -1682,7 +1682,7 @@ freebsd) lld="qd" llu="qu" TAPEDRIVE="/dev/nrsa0" - PSCMD="ps -x -o pid,command" + PSCMD="ps -ax -o pid,command" PFILES="${PFILES} \ platforms/freebsd/Makefile \ platforms/freebsd/bacula-fd \ @@ -1713,7 +1713,7 @@ netbsd) lld="qd" llu="qu" TAPEDRIVE="/dev/nrst0" - PSCMD="ps -a -o pid,command" + PSCMD="ps -ax -o pid,command" PTHREAD_LIB="-pthread" CFLAGS="${CFLAGS} -pthread" ;; diff --git a/bacula/configure b/bacula/configure index 0c372914c0..e2ece8e935 100755 --- a/bacula/configure +++ b/bacula/configure @@ -21308,7 +21308,7 @@ bsdi) TAPEDRIVE="/dev/nrmt0" PTHREAD_LIB="-pthread" CFLAGS="${CFLAGS} -pthread" - PSCMD="ps -x -o pid,command" + PSCMD="ps -ax -o pid,command" lld="qd" llu="qu" PFILES="${PFILES} \ @@ -21348,7 +21348,7 @@ freebsd) lld="qd" llu="qu" TAPEDRIVE="/dev/nrsa0" - PSCMD="ps -x -o pid,command" + PSCMD="ps -ax -o pid,command" PFILES="${PFILES} \ platforms/freebsd/Makefile \ platforms/freebsd/bacula-fd \ @@ -21382,7 +21382,7 @@ netbsd) lld="qd" llu="qu" TAPEDRIVE="/dev/nrst0" - PSCMD="ps -a -o pid,command" + PSCMD="ps -ax -o pid,command" PTHREAD_LIB="-pthread" CFLAGS="${CFLAGS} -pthread" ;; diff --git a/bacula/kes-1.37 b/bacula/kes-1.37 index cdd7c45155..9c3760766a 100644 --- a/bacula/kes-1.37 +++ b/bacula/kes-1.37 @@ -6,6 +6,7 @@ General: Changes to 1.37.19: 26May05 - Fix compile problem of ua_restore.c on broken compilers. +- Apply patch from bug 326 to permit bacula status by any user. 25May05 - Put Dmsg() on inside if() to avoid calling subroutine. - Make restore.bsr have unique name.