[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#2319: procps: the w command doesn't show what the user is doing



Package: procps
Version: 0.99-1

The 'w' command doesn't show what the user is doing. To fix this add the
following patch to w.c:

--- w.c.orig    Tue Jan 16 13:17:32 1996
+++ w.c Mon Feb 12 20:47:53 1996
@@ -104,6 +104,8 @@
   struct utmp *ut_rec; /* utmp record */
   int maxcmd;

+  set_linux_version();
+
 /* get options */
   while ((ch = getopt(argc, argv, "hlusfV")) != EOF)
     switch (ch) {



Thanks,

Peter


--
 Peter Tobias                                EMail:
 Fachhochschule Ostfriesland                 tobias@et-inf.fho-emden.de
 Fachbereich Elektrotechnik und Informatik   tobias@perseus.fho-emden.de
 Constantiaplatz 4, 26723 Emden, Germany


Reply to: