8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f118c36 commit e01e14eCopy full SHA for e01e14e
src/bin/ipcclean/ipcclean.sh
@@ -1,6 +1,6 @@
1
#!/bin/sh
2
#
3
-# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/ipcclean.sh,v 1.6 2000/11/11 22:59:47 petere Exp $
+# $Header: /cvsroot/pgsql/src/bin/ipcclean/Attic/ipcclean.sh,v 1.7 2001/01/25 16:32:25 petere Exp $
4
5
6
CMDNAME=`basename $0`
@@ -43,7 +43,7 @@ if [ `uname` = 'Linux' ]; then
43
ipcs_lpid=
44
did_anything=
45
46
- if ps x | grep -s 'postmaster' >/dev/null 2>&1 ; then
+ if ps x | grep -s '[p]ostmaster' >/dev/null 2>&1 ; then
47
echo "$CMDNAME: You still have a postmaster running." 1>&2
48
exit 1
49
fi
0 commit comments