diff options
author | Matt Wilson <msw@redhat.com> | 2001-01-11 20:51:13 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-01-11 20:51:13 +0000 |
commit | 527d8550720ee0efd26034ee4fd301da8edeb77d (patch) | |
tree | ca829e74d684edd0c44e3c5a3fe0a0ecc9487111 | |
parent | 5572623c14084cae99d4849e70c0d5a0c992b7c8 (diff) | |
download | anaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.tar.gz anaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.tar.xz anaconda-527d8550720ee0efd26034ee4fd301da8edeb77d.zip |
bump up max pid
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -215,7 +215,7 @@ if (debug): # # don't let a developer reinstall their box unknowingly # -if (not reconfigOnly and not test and not localInstall and os.getpid() > 50): +if (not reconfigOnly and not test and not localInstall and os.getpid() > 90): print "you're running me on a live system! that's incredibly stupid." sys.exit(1) |