fail to exec autoconf-2.60
o update README.OpenBSD to include rc.local and rc.shutdown bits
o invade and cleanup openafs-setup
- polish consistency
- prompt for a sample general purpose user
- backup CellServDB and restore on script failure
- compact output
- better cleanup incase it is restarted
- show all afs commands as they are run
- reorder various places to make more logical sense
- DO NOT DO RECURSIVE MOUNTS, this leads to panics;
(thanks bob/art for explaining).. i.e. no 'fs mkm /afs/.root.afs root.afs')
- add a few gratuitous remote cells during setup as examples
- add files of consequence to /etc/changelist
bump PKGNAME
This module provides a framework to produce sprite animations using
ASCII art. Each ASCII 'sprite' is given one or more frames, and placed
into the animation as an 'animation entity'. An animation entity can
have a callback routine.
from Girish Venkatachalam (MAINTAINER) with tweaks by me
This release has several bugfixes, including a fix for an issue that may
have caused accrual policies to stop calculating accrued time for some
employees.
arp-scan is a command-line tool for system discovery and fingerprinting.
It constructs and sends ARP requests to the specified IP addresses,
and displays any responses that are received.
arp-scan allows you to:
* Send ARP packets to any number of destination hosts, using a
configurable output bandwidth or packet rate.
This is useful for system discovery, where you may need
to scan large address spaces.
* Construct the outgoing ARP packet in a flexible way.
arp-scan gives control of all of the fields in the ARP
packet and the fields in the Ethernet frame header.
* Decode and display any returned packets.
arp-scan will decode and display any received ARP packets
and lookup the vendor using the MAC address.
* Fingerprint IP hosts using the arp-fingerprint tool.
ok phessler@