watchdog: Sanitize
authorOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 07:44:02 +0000 (07:44 +0000)
committerOyvind Repvik <nail@nslu2-linux.org>
Mon, 11 Sep 2006 07:44:02 +0000 (07:44 +0000)
packages/watchdog/watchdog_5.2.bb

index 12f41b6..592f86a 100644 (file)
@@ -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"