ROOT=/
REL=ywho-1.9
-all: ywho nwhod nwho
+all: ywho
ywho: ywho.o
ywho.o: ywho.c
-nwhod: nwhod.o
-
-nwhod.o: nwhod.c net.h
-
-nwho: nwho.o
-
-nwho.o: nwho.c net.h
-
clean:
- rm -f *.o ywho nwhod nwho *~
+ rm -f *.o ywho *~
rm -rf dist
install:
strip ywho
mkdir -p $(ROOT)/usr/bin $(ROOT)/usr/sbin
- install -s -m 755 ywho nwho $(ROOT)/usr/bin
- ln -sf nwho $(ROOT)/usr/bin/nuptime
- install -s -m 755 nwhod $(ROOT)/usr/sbin
- install -d -m 755 $(ROOT)/var/spool/nwho
+ install -s -m 755 ywho $(ROOT)/usr/bin
dist: clean
mkdir dist
-This package contains the Yet Another Who-like Utility, version 1.8.
+This package contains the Yet Another Who-like Utility, version 1.9.
-Copyright (c) 1996--1999 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
+Copyright (c) 1996--2001 Martin Mares <mj@atrey.karlin.mff.cuni.cz>
All files in this package can be freely distributed and used according
to the terms of the GNU General Public License, either version 2 or
No real documentation exists yet, but let's take a explanatory look
on ywho output:
- day of week (0=mon,6=sun)
- |
-kernel version CPU system uptime runtime date | time
- | | | | | | |
-Linux 2.0.35 on AMD K6-2, up 69d08, run 6d00 at 28-03-99/6 23.57:10
+kernel version CPU system uptime runtime date time Unix Era time
+ | | | | | | |
+Linux 2.0.35 on AMD K6-2, up 69d08, run 6d00 on Fri 22-03-02 21.13:35 (1016828015 UE)
tasks: running/total load memory info number of logged-in users
| | | |
+ywho (1.9-4) unstable; urgency=low
+
+ * Split ywho and nwho.
+
+ -- Martin Mares <mj@kam.mff.cuni.cz> Fri, 22 Mar 2002 21:15:07 +0100
+
ywho (1.9-3) unstable; urgency=low
* Minor bugfix of console formatting.
This is Yet Another Who Replacement utility with neat display of
all logged in users together with important system status information
like average load, current date and time, free memory and so on.
- Also includes nwho/nwhod, a replacement for rwho/rwhod.
YWho -- who/rwho/rwhod replacement
-Copyright (c) 1996--1999 Martin Mares <mj@ucw.cz>
+Copyright (c) 1996--2001 Martin Mares <mj@ucw.cz>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
# dh_installinit
# dh_installcron
# dh_installmanpages
- dh_undocumented nwho.1 nwhod.8 ywho.1
+ dh_undocumented ywho.1
dh_installchangelogs
dh_strip
# dh_compress