diff options
author | Bill Nottingham <notting@redhat.com> | 1999-04-09 02:29:09 +0000 |
---|---|---|
committer | Bill Nottingham <notting@redhat.com> | 1999-04-09 02:29:09 +0000 |
commit | e8dcf9d4cf078a8cc8dd647000db737fc8a020b7 (patch) | |
tree | 103b063623afce74adafd5dbc1d4b77b65a4e506 /src/process.h | |
parent | 44e8ff24a4a674818c27e9435274333a99c4e02e (diff) | |
download | initscripts-e8dcf9d4cf078a8cc8dd647000db737fc8a020b7.tar initscripts-e8dcf9d4cf078a8cc8dd647000db737fc8a020b7.tar.gz initscripts-e8dcf9d4cf078a8cc8dd647000db737fc8a020b7.tar.bz2 initscripts-e8dcf9d4cf078a8cc8dd647000db737fc8a020b7.tar.xz initscripts-e8dcf9d4cf078a8cc8dd647000db737fc8a020b7.zip |
fixeds for the case where /dev/log exists at boot
Diffstat (limited to 'src/process.h')
-rw-r--r-- | src/process.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.h b/src/process.h index 6c796cb2..ef98f787 100644 --- a/src/process.h +++ b/src/process.h @@ -4,6 +4,6 @@ #define CMD_FD 21 -int runCommand(char *cmd, int reexec, int quiet); +int runCommand(char *cmd, int reexec, int quiet, int debug); #endif |