blob: 23cf7c4f16157aee2eab951efe96f3a8455d4c65 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
DESCRIPTION = "Lightweight At Daemon"
SECTION = "base"
LICENSE = "GPLv2"
RCONFLICTS = "at"
RREPLACES = "at"
PR = "r1"
SRC_URI = "http://projects.linuxtogo.org/frs/download.php/222/${P}.tar.gz"
inherit autotools update-rc.d
INITSCRIPT_NAME = "atd"
INITSCRIPT_PARAMS = "defaults 97"
|