diff -Naur bristuff-0.2.0-RC3.orig/zaptel-1.0.3/Makefile bristuff-0.2.0-RC3/zaptel-1.0.3/Makefile --- bristuff-0.2.0-RC3.orig/zaptel-1.0.3/Makefile 2004-12-21 11:37:25.000000000 +0000 +++ bristuff-0.2.0-RC3/zaptel-1.0.3/Makefile 2005-01-12 02:48:40.676728022 +0000 @@ -45,14 +45,13 @@ ifeq (${BUILDVER},linux24) #We only support DEVFS in linux 2.4 kernels, since its considered obsolete post 2.4 -DYNFS=$(ps ax | grep -v grep | grep devfsd) +DYNFS=$(ps axo comm | grep -v grep | grep devfsd) endif ifeq (${BUILDVER},linux26) #Tests for newer linux-2.6 udev support -DYNFS=$(ps ax | grep -v grep | grep udevd) +DYNFS=$(shell ps ax | sed 's/