• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

debian/H24-Nov-2002-

getopt/H10-Sep-2002-1,6771,024

hashtable/H10-Sep-2002-487345

man/H18-Feb-2003-366290

utmpx/H20-Oct-2002-437305

AUTHORSH A D07-Jun-200234 21

COPYINGH A D07-Jun-200217.6 KiB341281

ChangeLogH A D18-Feb-20032.1 KiB7854

INSTALLH A D07-Jun-2002103 85

Makefile.amH A D17-Nov-2002827 2718

Makefile.inH A D03-May-202214.7 KiB490383

NEWSH A D17-Nov-2002644 2915

READMEH A D17-Nov-2002821 3118

VERSIONH A D18-Feb-20035 21

aclocal.m4H A D07-Sep-20026.4 KiB191165

buddies.cH A D18-Feb-20039 KiB371302

buddies.hH A D18-Feb-20031,021 3828

common.hH A D03-May-2022727 4127

config.h.inH A D18-Feb-20035.6 KiB214143

configureH A D18-Feb-2003213 KiB7,4906,312

configure.acH A D18-Feb-20032 KiB6154

event.cH A D17-Nov-20021.3 KiB5550

event.hH A D17-Nov-20021.1 KiB4210

includes.hH A D20-Oct-20021.4 KiB11389

install-shH A D24-May-20025.5 KiB252153

missingH A D24-May-20026.1 KiB191154

mkinstalldirsH A D24-May-2002724 4123

write.cH A D24-Nov-2002898 3630

write.hH A D24-Nov-2002145 106

wuzzah.cH A D18-Feb-20039.7 KiB348278

README

1wuzzah? -- keep track of your friends
2
3			SUMMARY
4
5The idea: you have friends on a system, and you want to know when they
6log on and off when you're logged on. what's more, maybe you're tired
7of throwing together crappy/clunky who(1)/w(1)/finger(1) commands in
8obfuscated shell/perl scripts that only half do the job anyway.
9
10wuzzah is a program that selectively scans a system's utmpx records
11(where logins are stored, among other things), keeping an eye out for
12your friends logging in and out, and taking customizable actions on
13events. wuzzah is small, fast, efficient, and written in C.
14
15
16			INSTALLATION
17
18to install, see INSTALL
19
20
21			RUNNING
22
23read the fine manual page, or run wuzzah --help for a quick list of
24options.
25
26
27			COPYRIGHT
28
29all work herein (c) sean finney, yo.  for details on the license,
30see COPYING
31