diff options
author | augustss <augustss> | 2000-04-03 21:37:03 +0000 |
---|---|---|
committer | augustss <augustss> | 2000-04-03 21:37:03 +0000 |
commit | e1771980efd608cf0b44961a9bcff8c40bc9b569 (patch) | |
tree | 252c90f4e5e5e63cd529b91cfcb1a2f80674b8ee /editors/framemaker | |
parent | c08c71c7377e9d6de2794490743d20e9f1323492 (diff) | |
download | pkgsrc-e1771980efd608cf0b44961a9bcff8c40bc9b569.tar.gz |
Change the pattern that looks for a started portmapper so that it actually
works.
Diffstat (limited to 'editors/framemaker')
-rw-r--r-- | editors/framemaker/files/wrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/framemaker/files/wrapper b/editors/framemaker/files/wrapper index 70e021d08af..9341cb15067 100644 --- a/editors/framemaker/files/wrapper +++ b/editors/framemaker/files/wrapper @@ -6,7 +6,7 @@ export FMHOME PATH # We need portmapper to be running in 'insecure' mode.... wonderful :/ # if [ -z "$FM_BYPASS_PORTMAP_CHECK" ] ; then - INSECURE_PORTMAP=`ps -xa -o command|grep '^portmap.*-.*i'` + INSECURE_PORTMAP=`ps -xa -o command|grep 'portmap.*-.*i'` if [ -z "$INSECURE_PORTMAP" ]; then cat << END ABORTING: The linux FrameMaker binary requires portmap to be running in |