diff options
author | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-11 07:44:02 +0000 |
---|---|---|
committer | Oyvind Repvik <nail@nslu2-linux.org> | 2006-09-11 07:44:02 +0000 |
commit | 06994b7e8e0b818dbde2a4f1e70f29d5ab20b00b (patch) | |
tree | a0555a334b807b81f55b2d28830f8911eafcf890 | |
parent | 12ecf467e3747f235ec42f60e54850b37e2d6421 (diff) |
watchdog: Sanitize
-rw-r--r-- | packages/watchdog/watchdog_5.2.bb | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/packages/watchdog/watchdog_5.2.bb b/packages/watchdog/watchdog_5.2.bb index 12f41b6ee7..592f86af39 100644 --- a/packages/watchdog/watchdog_5.2.bb +++ b/packages/watchdog/watchdog_5.2.bb @@ -1,14 +1,12 @@ +#CONFFILES = "${sysconfdir}/watchdog.conf" DESCRIPTION = "Software watchdog" MAINTAINER = "Oyvind Repvik <nail@nslu2-linux.org>" -PR = "r3" LICENSE = "GPL" +PR = "r3" SRC_URI = "http://www.ibiblio.org/pub/Linux/system/daemons/watchdog/${PN}-${PV}.tar.gz" - SRC_URI += "file://mkinstalldirs.patch;patch=1" -FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" -#CONFFILES = "${sysconfdir}/watchdog.conf" - inherit autotools +FILES = "${sysconfdir}/watchdog.conf ${sbindir}/watchdog" |