]> mj.ucw.cz Git - ywho.git/commitdiff
Split ywho and nwho.
authorMartin Mares <mj@ucw.cz>
Fri, 22 Mar 2002 20:15:30 +0000 (20:15 +0000)
committerMartin Mares <mj@ucw.cz>
Fri, 22 Mar 2002 20:15:30 +0000 (20:15 +0000)
Makefile
README
debian/changelog
debian/control
debian/copyright
debian/rules

index 4b3255e0dc1d31ced12ae8f0cc829900257d319e..6d7f9888b129309248405bcaf351949c8ac3d426 100644 (file)
--- 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 8377457edcfec52aa0d34d6d5fccd048774ce664..fedf885225b819b71af308c1815e42371ad544ee 100644 (file)
--- 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 <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
@@ -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
    |                   |               |                        |
index 0ad27b197af4ffdc6d07cfa9846baa1226d2e23b..2b20ed2b65375dbd988cc1dd6778cae128402088 100644 (file)
@@ -1,3 +1,9 @@
+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.
index 729541dc3f5c354c78f5897a067b5b5ee57da2d0..9363209ce6ea9ebedc0d0fed7bc9ed358683a5db 100644 (file)
@@ -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.
index dd04f64d39c76ff32ac1dd930d2de0d654d5c441..20a374e877742d201d08753283fd2c7907d360dc 100644 (file)
@@ -1,5 +1,5 @@
 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
index 7d14701e957aa38eb378e26d02a1346db081f48b..20324a53638d34e213e0cf34321b4e5d27ea6736 100755 (executable)
@@ -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