diff options
author | greg@kroah.com <greg@kroah.com> | 2004-02-26 21:29:49 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:32:31 -0700 |
commit | dde05ccb8d423fbc5c29f54b0c1b545938c8f151 (patch) | |
tree | fbfb4c337f45dd48a0c7524014f54936c42be86f /udev.8 | |
parent | 3fe0734266becd2ebcb111b07c3e17b2a9780477 (diff) |
[PATCH] remove limit of the number of args passed to PROGRAM
If we go over our internal limit of 7, then we call out to /bin/sh
otherwise we handle it ourself without relying on a shell.
Diffstat (limited to 'udev.8')
-rw-r--r-- | udev.8 | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -182,8 +182,7 @@ all of the values being required in order to match the rule. .TP .B PROGRAM Call external program. This key is valid if the program returns successful. -A few command line options may specified, but shell characters like pipe, -diversion or similiar options are not available. The environment variables of +The environment variables of .B udev are also available for the program. .br |