diff options
author | augustss <augustss@pkgsrc.org> | 2000-04-03 21:37:03 +0000 |
---|---|---|
committer | augustss <augustss@pkgsrc.org> | 2000-04-03 21:37:03 +0000 |
commit | ce02a1ed0aabd84dbfc090f3ddbb5647f7a34395 (patch) | |
tree | 252c90f4e5e5e63cd529b91cfcb1a2f80674b8ee /editors | |
parent | a04dc6e80a0f1d6c75763cf36f8e6ad2ca8d1a78 (diff) | |
download | pkgsrc-ce02a1ed0aabd84dbfc090f3ddbb5647f7a34395.tar.gz |
Change the pattern that looks for a started portmapper so that it actually
works.
Diffstat (limited to 'editors')
-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 |