aboutsummaryrefslogtreecommitdiffstats
path: root/src/initlog.h
diff options
context:
space:
mode:
authorBill Nottingham <notting@redhat.com>1999-04-09 02:29:09 +0000
committerBill Nottingham <notting@redhat.com>1999-04-09 02:29:09 +0000
commite8dcf9d4cf078a8cc8dd647000db737fc8a020b7 (patch)
tree103b063623afce74adafd5dbc1d4b77b65a4e506 /src/initlog.h
parent44e8ff24a4a674818c27e9435274333a99c4e02e (diff)
downloadinitscripts-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/initlog.h')
-rw-r--r--src/initlog.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/initlog.h b/src/initlog.h
index 20f64d1d..94f467bf 100644
--- a/src/initlog.h
+++ b/src/initlog.h
@@ -15,4 +15,6 @@ char *getLine(char **data);
int logString(char *cmd, char *string);
int processArgs(int argc, char **argv, int silent);
+#define DDEBUG if (debug) printf
+
#endif