diff options
author | Pavel Roskin <proski@gnu.org> | 2000-06-07 21:08:25 +0000 |
---|---|---|
committer | Pavel Roskin <proski@gnu.org> | 2000-06-07 21:08:25 +0000 |
commit | da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37 (patch) | |
tree | aecf83ac0c40ee2d7d14df0008fed0e2c6a18a70 /docs | |
parent | 0024abcbbc633f4493b97c4b344ed636ea176f3c (diff) | |
download | busybox-w32-da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37.tar.gz busybox-w32-da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37.tar.bz2 busybox-w32-da10ec0eaaaaacbbd9dfb1b7ff84aab5a2de9e37.zip |
Syslogd will not go to background if "-n" is given. Better help
and argument checking
Diffstat (limited to 'docs')
-rw-r--r-- | docs/busybox.pod | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/docs/busybox.pod b/docs/busybox.pod index 7a04b8f10..c792444b1 100644 --- a/docs/busybox.pod +++ b/docs/busybox.pod | |||
@@ -1530,11 +1530,10 @@ Linux system and kernel (provides klogd) logging utility. | |||
1530 | Note that this version of syslogd/klogd ignores /etc/syslog.conf. | 1530 | Note that this version of syslogd/klogd ignores /etc/syslog.conf. |
1531 | 1531 | ||
1532 | Options: | 1532 | Options: |
1533 | 1533 | -m NUM Interval between MARK lines (default=20min, 0=off) | |
1534 | -m Change the mark timestamp interval. default=20min. 0=off | 1534 | -n Run as a foreground process |
1535 | -n Do not fork into the background (for when run by init) | 1535 | -K Do not start up the klogd process |
1536 | -K Do not start up the klogd process (by default syslogd spawns klogd). | 1536 | -O FILE Use an alternate log file (default=/var/log/messages) |
1537 | -O Specify an alternate log file. default=/var/log/messages | ||
1538 | 1537 | ||
1539 | ------------------------------- | 1538 | ------------------------------- |
1540 | 1539 | ||
@@ -1949,4 +1948,4 @@ Enrique Zanardi <ezanardi@ull.es> | |||
1949 | 1948 | ||
1950 | =cut | 1949 | =cut |
1951 | 1950 | ||
1952 | # $Id: busybox.pod,v 1.37 2000/06/07 20:38:15 proski Exp $ | 1951 | # $Id: busybox.pod,v 1.38 2000/06/07 21:08:25 proski Exp $ |