From 7bd7ca50238c2e03b35e9612f2283bdae4e30899 Mon Sep 17 00:00:00 2001 From: Nate Williams Date: Tue, 5 Mar 1996 05:35:48 +0000 Subject: [PATCH] Don't try running ruptime if /var/rwho doesn't exist. --- etc/daily | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/etc/daily b/etc/daily index bb9d9ba1710e..181cfcc660fb 100644 --- a/etc/daily +++ b/etc/daily @@ -122,7 +122,9 @@ echo "" echo "network:" netstat -i echo "" -ruptime +if [ -d /var/rwho ] ; then + ruptime +fi echo "" if [ -f /etc/Distfile ]; then