From: Martin Mares Date: Fri, 22 Mar 2002 20:15:30 +0000 (+0000) Subject: Split ywho and nwho. X-Git-Tag: v1.12~17 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=0502d0fd2eb2af245abf6d7868cf8dbb1a64cfb2;p=ywho.git Split ywho and nwho. --- diff --git a/Makefile b/Makefile index 4b3255e..6d7f988 100644 --- a/Makefile +++ b/Makefile @@ -5,31 +5,20 @@ LDFLAGS=-s 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 diff --git a/README b/README index 8377457..fedf885 100644 --- a/README +++ b/README @@ -1,6 +1,6 @@ -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 +Copyright (c) 1996--2001 Martin Mares 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 @@ -22,11 +22,9 @@ If you have any bug reports or suggestions, send them to the author. 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 | | | | diff --git a/debian/changelog b/debian/changelog index 0ad27b1..2b20ed2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +ywho (1.9-4) unstable; urgency=low + + * Split ywho and nwho. + + -- Martin Mares Fri, 22 Mar 2002 21:15:07 +0100 + ywho (1.9-3) unstable; urgency=low * Minor bugfix of console formatting. diff --git a/debian/control b/debian/control index 729541d..9363209 100644 --- a/debian/control +++ b/debian/control @@ -11,4 +11,3 @@ Description: Extended who 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. diff --git a/debian/copyright b/debian/copyright index dd04f64..20a374e 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,5 +1,5 @@ YWho -- who/rwho/rwhod replacement -Copyright (c) 1996--1999 Martin Mares +Copyright (c) 1996--2001 Martin Mares 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 diff --git a/debian/rules b/debian/rules index 7d14701..20324a5 100755 --- a/debian/rules +++ b/debian/rules @@ -34,7 +34,7 @@ binary-arch: build # dh_installinit # dh_installcron # dh_installmanpages - dh_undocumented nwho.1 nwhod.8 ywho.1 + dh_undocumented ywho.1 dh_installchangelogs dh_strip # dh_compress