From owner-cvs-usrsbin Sun Oct 20 05:55:08 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14105 for cvs-usrsbin-outgoing; Sun, 20 Oct 1996 05:55:08 -0700 (PDT) Received: (from joerg@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id FAA14074; Sun, 20 Oct 1996 05:54:57 -0700 (PDT) Date: Sun, 20 Oct 1996 05:54:57 -0700 (PDT) From: Joerg Wunsch Message-Id: <199610201254.FAA14074@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/pstat pstat.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk joerg 96/10/20 05:54:57 Modified: usr.sbin/pstat pstat.c Log: Make pstat -s (aka. sswapinfo) print ``[NFS]'' as opposed to ``/dev/??'' for NFS swap. I had a hard time to figure out whether it's possible to print the actual mounted swap file, but i failed to get any information. If anybody knows how to get ``192.168.0.1:/swap.192.168.0.3'' instead, please step forward! Revision Changes Path 1.25 +7 -3 src/usr.sbin/pstat/pstat.c