diff options
author | Rob Landley <rob@landley.net> | 2020-10-20 18:14:17 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2020-10-20 18:14:17 -0500 |
commit | b840ceb0db53ee96e79f1f7fe1547eefb68df75a (patch) | |
tree | 7c1c353bd46998cfa3498b6d113e0ce0affc98e0 /toys/net | |
parent | d0d4107534ac1b7c6ebf8d1e194d7c58ed0e5c52 (diff) | |
download | toybox-b840ceb0db53ee96e79f1f7fe1547eefb68df75a.tar.gz |
Can't call daemon() on nommu.
Diffstat (limited to 'toys/net')
-rw-r--r-- | toys/net/sntp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toys/net/sntp.c b/toys/net/sntp.c index 19e131f7..dae19485 100644 --- a/toys/net/sntp.c +++ b/toys/net/sntp.c @@ -11,6 +11,7 @@ USE_SNTP(NEWTOY(sntp, ">1M :m :Sp:t#<0=1>16asdDqr#<4>17=10[!as]", TOYFLAG_USR|TO config SNTP bool "sntp" default y + depends on TOYBOX_FORK help usage: sntp [-saSdDq] [-r SHIFT] [-mM[ADDRESS]] [-p PORT] [SERVER] |