aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygserver/cygserver-config
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/cygserver/cygserver-config')
-rwxr-xr-xwinsup/cygserver/cygserver-config2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygserver/cygserver-config b/winsup/cygserver/cygserver-config
index 373bfd2..abda186 100755
--- a/winsup/cygserver/cygserver-config
+++ b/winsup/cygserver/cygserver-config
@@ -89,7 +89,7 @@ _sys="`uname`"
_nt=`expr "${_sys}" : "CYGWIN_NT"`
# Check for running cygserver processes first.
-if ps -ef | grep -v grep | grep -q ${service_name}
+if ps -e | grep -v grep | grep -q ${service_name}
then
echo
echo "There is a cygserver (${service_name}) already running. Nothing to do, apparently."