diff options
| -rw-r--r-- | recipes-scanners/arpwatch/arpwatch_3.3.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes-scanners/arpwatch/arpwatch_3.3.bb b/recipes-scanners/arpwatch/arpwatch_3.3.bb index 3ab5993..bb9c2b5 100644 --- a/recipes-scanners/arpwatch/arpwatch_3.3.bb +++ b/recipes-scanners/arpwatch/arpwatch_3.3.bb | |||
| @@ -18,8 +18,8 @@ inherit autotools-brokensep update-rc.d useradd | |||
| 18 | 18 | ||
| 19 | ARPWATCH_UID ?= "arpwatch" | 19 | ARPWATCH_UID ?= "arpwatch" |
| 20 | ARPWATCH_GID ?= "arpwatch" | 20 | ARPWATCH_GID ?= "arpwatch" |
| 21 | APRWATCH_FROM ?= "root " | 21 | ARPWATCH_FROM ?= "root " |
| 22 | ARPWATH_REPLY ?= "${ARPWATCH_UID}" | 22 | ARPWATCH_REPLY ?= "${ARPWATCH_UID}" |
| 23 | 23 | ||
| 24 | # many configure tests are failing with gcc-14 | 24 | # many configure tests are failing with gcc-14 |
| 25 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" | 25 | CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaration" |
| @@ -27,7 +27,7 @@ BUILD_CFLAGS += "-Wno-error=implicit-int -Wno-error=implicit-function-declaratio | |||
| 27 | 27 | ||
| 28 | PACKAGECONFIG ??= "" | 28 | PACKAGECONFIG ??= "" |
| 29 | 29 | ||
| 30 | PACKAGECONFIG[email] = "-with-watcher=email=${APRWATCH_FROM} --with-watchee=email=${ARPWATH_REPLY}, , postfix, postfix postfix-cfg" | 30 | PACKAGECONFIG[email] = "--with-watcher=email=${ARPWATCH_FROM} --with-watchee=email=${ARPWATCH_REPLY}, , postfix, postfix postfix-cfg" |
| 31 | 31 | ||
| 32 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ | 32 | CONFIGUREOPTS = " --build=${BUILD_SYS} \ |
| 33 | --host=${HOST_SYS} \ | 33 | --host=${HOST_SYS} \ |
| @@ -78,7 +78,7 @@ USERADD_PARAM:${PN} = "--system -g ${ARPWATCH_GID} --home-dir \ | |||
| 78 | ${localstatedir}/spool/${BPN} \ | 78 | ${localstatedir}/spool/${BPN} \ |
| 79 | --no-create-home --shell /bin/false ${BPN}" | 79 | --no-create-home --shell /bin/false ${BPN}" |
| 80 | 80 | ||
| 81 | CONFFILE_FILES = "${sysconfdir}/${PN}.conf" | 81 | CONFFILES:${PN} = "${sysconfdir}/${PN}.conf" |
| 82 | 82 | ||
| 83 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ | 83 | FILES:${PN} = "${bindir} ${sbindir} ${prefix}/etc/rc.d \ |
| 84 | ${sysconfdir} /var/lib/arpwatch" | 84 | ${sysconfdir} /var/lib/arpwatch" |
