diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 06:50:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-15 06:50:34 +0000 |
commit | 0c21223712d9d477731d2d78a36ea2fc7e1746e4 (patch) | |
tree | 64f2e05cc499ab5551a7cfa94ff6793d10e5b634 /package/at/Config.in | |
parent | 0b940a8ed1ab3313610ff8b6eb8288b852060fc5 (diff) | |
download | buildroot-novena-0c21223712d9d477731d2d78a36ea2fc7e1746e4.tar.gz buildroot-novena-0c21223712d9d477731d2d78a36ea2fc7e1746e4.zip |
import at package by akvadrako #506
Diffstat (limited to 'package/at/Config.in')
-rw-r--r-- | package/at/Config.in | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/package/at/Config.in b/package/at/Config.in new file mode 100644 index 000000000..9f2bdc5df --- /dev/null +++ b/package/at/Config.in @@ -0,0 +1,10 @@ +config BR2_PACKAGE_AT + bool "at" + default n + help + At and batch read shell commands from standard input and + store them as jobs to be scheduled for execution in the + future. + + at - run the job at a specified time + batch - run the job when system load levels permit |