diff options
author | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 05:32:23 +0000 |
---|---|---|
committer | Jamie Lenehan <lenehan@twibble.org> | 2006-11-22 05:32:23 +0000 |
commit | 2f72ec4c3057e59d953b584e59900d04ceaa7f2f (patch) | |
tree | cbb6af8be0b756d08adfe470e5d2507762b8f00e /packages/arpwatch/files | |
parent | 07681c5716cf14e5b05ec0d0262705c2a61246fd (diff) |
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.
Diffstat (limited to 'packages/arpwatch/files')
-rw-r--r-- | packages/arpwatch/files/arpwatch.default | 7 | ||||
-rw-r--r-- | packages/arpwatch/files/volatiles.08_arpwatch | 2 |
2 files changed, 4 insertions, 5 deletions
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" diff --git a/packages/arpwatch/files/volatiles.08_arpwatch b/packages/arpwatch/files/volatiles.08_arpwatch new file mode 100644 index 0000000000..216736153b --- /dev/null +++ b/packages/arpwatch/files/volatiles.08_arpwatch @@ -0,0 +1,2 @@ +# <type> <owner> <group> <mode> <path> <linksource> +d root root 0775 /var/lib/arpwatch none |