From 2f72ec4c3057e59d953b584e59900d04ceaa7f2f Mon Sep 17 00:00:00 2001 From: Jamie Lenehan Date: Wed, 22 Nov 2006 05:32:23 +0000 Subject: arpwatch 2.1a15: Cleanups for arpwatch: - mark configuration so they don't get wiped on upgrade - don't pass -p, for nopromisc, as an option since that isn't supported (must be a debian patch which is not included in OE) - remove RUNAS which was used to specify a non-root user to run as since it isn't support (must be a debian patch which is not included in OE) - Use volatiles to create required /var directory. - Inherit update-rc.d so it is started and stopped during uninstall, upgrade and uninstall. --- packages/arpwatch/files/arpwatch.default | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'packages/arpwatch/files/arpwatch.default') diff --git a/packages/arpwatch/files/arpwatch.default b/packages/arpwatch/files/arpwatch.default index b0a7d8f9ff..204dffff8e 100644 --- a/packages/arpwatch/files/arpwatch.default +++ b/packages/arpwatch/files/arpwatch.default @@ -1,7 +1,4 @@ # Global options for arpwatch(8). -# Debian: don't report bogons, don't use PROMISC. -ARGS="-N -p" - -# Debian: run as `arpwatch' user. Empty this to run as root. -RUNAS="arpwatch" +# Debian: don't report bogons +ARGS="-N" -- cgit v1.2.3