diff options
Diffstat (limited to 'doc/examples/daemon-depedencies/d-ntp')
-rwxr-xr-x | doc/examples/daemon-depedencies/d-ntp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/doc/examples/daemon-depedencies/d-ntp b/doc/examples/daemon-depedencies/d-ntp deleted file mode 100755 index 0f29c7c..0000000 --- a/doc/examples/daemon-depedencies/d-ntp +++ /dev/null @@ -1,11 +0,0 @@ -#!/bin/sh -PATH=.:$PATH -d=d-ntp - -require d-network -echo $d: started -announce started $d -await-ready d-network -echo $d: ready -announce ready $d - |